SAP for Oil, Gas, and Energy Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and navigate the evolving energy landscape. Join the conversation today!
cancel
Showing results for 
Search instead for 
Did you mean: 

FM to get document flow of Trading Contract

Former Member
0 Kudos

Hi,

In Trading contract display transaction WB23 we can see the document flow. For a processed Trading contract (Purchase side), in document flow we can see PO, Inbound delivery, Goods reciept, Nomination etc.

Is there any FM to get all this document flow with full hierachy in a single shot? if not please suggest a combination of FMs to get this information.

I found FM BAPI_TRADINGCONTRACT_GET_FLOW, which gives only the immediate follow-on document info like PO/SO details.

Regards,

Sudhakar.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

MMPUR_EKBE_ARRAY_READ for Purchasing docs

View solution in original post

2 REPLIES 2

Former Member
0 Kudos

MMPUR_EKBE_ARRAY_READ for Purchasing docs

0 Kudos

The FM MMPUR_EKBE_ARRAY_READ gives the Purchase order history only. It gives only the material document information but not the inbound delivery or nomination.

I can use the FM BAPI_PO_GETDETAIL to get the confirmations, history and schedules of Purchase Order.