Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Purchase Order History in SRM

Former Member
0 Kudos

Hello Experts,

I would like to know if there is any table in SRM where the purchase order history is stored??

In SAP, i know the history is found in the EKBE table...but i need to implement a control in SRM base on the purchase order history.

Can you please let me know how i will find the purchase order history in SRM??

Thanks and regards,

Ally

1 REPLY 1

ThomasZloch
Active Contributor
0 Kudos

Funny, just last week I had to research something similar. I did not find a corresponding table in SRM (it might also depend on your scenario, we have "extended classic").

Since I only needed the totals per item (e.g. quantity confirmed), I called function module BBP_PD_PO_GETDETAIL to receive the totals in E_ACTVAL.

If you need the full details for each history item, you might have to remote call BAPI_PO_GETDETAIL1, unless somebody has a better idea.

Thomas