on 2024 Aug 28 8:32 AM
Hi,
We want to know how to get OpenItem (Reference to Items) information for BankPaymentAdvice in SAP Cloud Applications Studio?
We checked the corresponding BusinessObject PaymentAdvice in the Repository Explorer and did not find the corresponding node.
Thanks!
Request clarification before answering.
The information of the Referenced Items would be in PaymentExplanationPaymentExplanation assoication. The PaymentExplanation holds the totals and the associated items store the details of the referenced items. They can use Payment Reference/Invoice References to match the items to invoices already existing in the system.
Open the PaymentAdvice and note the UUID of the Advice
Use the Query QueryByElements of the BO DuePayment and load the Payment Advice UUID into the field PaymentReceivingBusinessTransactionDocumentReference/UUID/content.
From this Due Payment instance navigate by association to DueClearingExplanationItem (one instance for each invoice in the Advice). In this node, note the ClearedTradeReceivablesPayablesRegisterItemUUID.
Finally, load the BO TradeReceivablesPayablesRegister, node ItemOverview. Use the query QueryByElements and use the ClearedTradeReceivablesPayablesRegisterItemUUID value in the field UUID. This should show the Item elements.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
11 | |
10 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.