2020-08-26 23:56发布
点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)专家们, 我应该使用哪种... 显示全部
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
专家们,
我应该使用哪种Web服务API来获取客户帐户的应收账款清单? 我尝试使用查询贸易应收款管理系统应付账款帐户,但没有给我想要的输出。 有人可以帮助我实现我的目标吗?
谢谢...
这是我的示例代码:
var accIDinv = this.PayerParty.PartyKey.PartyID.content.RemoveLeadingZeros();
var test = this; var queryAcc = TradeReceivablesPayablesRegister.ItemOverview.QueryByElements;
var params = queryAcc.CreateSelectionParams();
params.Add(queryAcc.BaseBusinessTransactionDocumentReference.ID.content," I"," EQ",accIDinv);
var结果= queryAcc.Execute(params);
最多设置5个标签!
这是我的示例代码:
var accIDinv = this.PayerParty.PartyKey.PartyID.content.RemoveLeadingZeros();
var test = this; var queryAcc = TradeReceivablesPayablesRegister.ItemOverview.QueryByElements;
var params = queryAcc.CreateSelectionParams();
params.Add(queryAcc.BaseBusinessTransactionDocumentReference.ID.content," I"," EQ",accIDinv);
var结果= queryAcc.Execute(params);
一周热门 更多>