Skip to Content
0
May 20, 2020 at 11:58 AM

union between BillOfExchangeDeposit and BillOfExchangeReceivable ?

87 Views Last edit May 25, 2020 at 01:37 PM 3 rev

Hello community!

I am working with the BillOfExchangeDeposit object and I need to see the Number of bills of exchange assigned to it. On the screen I can see the total and a tab where I can see all the assigned lines.

From the SAP Cloud Application Studio I can see the BillOfExchangeDeposit object and that each bill of exchange is stored in the BillOfExchangeReceivable object.

My problem comes when from the BillOfExchangeDeposit I need to see the assigned bills of exchange, but I can't see it on any node. It seems as if it is not well connected.

I have seen that from the BillOfExchangeReceivable object I have an id field that tells me the BillOfExchangeDeposit it belongs to, but that field is not available in the query so I cannot consult it either.Has anyone encountered this problem?How can I know my BillOfExchangeReceivable from the BillOfExchangeDeposit object?

Regards!