cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieval of Payer/Payee field in ABSL for Payment Allocation

ryanangeles
Participant

Hello Experts!

Which specific Business Object/Node/Element can we retrieve the Payer/Payee field from the Payment Allocation screen using absl? We have checked the PaymentAllocation Business Object using repository explorer however we were not able to find it. Below is the screenshot of the field that we want to retrieve using absl.

screen: SAP_BYD_APPLICATION_UI/fin/pm/PaymentAllocationEditQAFEnhancedController_QAF_Lean.QA.uicomponent Business Object: PaymentAllocation

We also checked the screen to check if there are any clues there however it did not point to the Business Object

Can you tell us the exact Business Object/Node/element on where this could be found?

Thank you!

Accepted Solutions (0)

Answers (1)

Answers (1)

ThiagoSarmento
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi ryanangeles,

The Payer/Payee UI field is bound to PaymentAllocation.Item.BusinessPartnerID.

Best regards,

Thiago

ryanangeles
Participant
0 Kudos

Hi Thiago,

Thanks for your reply.

I tried your suggestion. However querybyelements did not return any row for this specific document.

Thanks

ThiagoSarmento
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ryan,

How did you do the query? Which selection parameter and value was used?

Best regards,

Thiago

michal_sliwa
Discoverer
0 Kudos

Hi Ryan,

the association OtherAllocationRoot you can see on the UI model is a abap implemented association to normal Item node, but filtered over the TypeCode == 1571. Unfortunately, the node Item is currently not PSM released (or to be more specific, node is released but the association isn't). I will talk to the object owner if we could release the association with upcoming release and let you know.


Best regards, Michal Sliwa