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

Accepted Solutions (0)

Answers (2)

Answers (2)

lisa_sheil
Contributor
0 Kudos

Hi Ally,

The best SRM function module to use to get the PO history is: BBP_GET_PO_HISTORY

Then in this FM the main table with the history information is called 'et_history'.

I hope this helps,

Kind Regards,

Lisa.

Former Member
0 Kudos

Hi Lisa,

The FM BBP_GET_PO_HISTORY does not exist in SRM

lisa_sheil
Contributor
0 Kudos

Hi Ally,

I am very sorry that is valid for SRM 7.0 only. I am presuming then that you are using SRM 5.0. In that case then the best FM to use would be 'BBP_PD_PO_GETHISTORY' and the main table would be 'e_po_history'.

I hope this helps,

Kind Regards,

Lisa.

Former Member
0 Kudos

hi Ally,

Try these FM's may be usefull

BBP_BE_PO_GETHISTORY

BBP_PD_PO_GETHISTORY

BBP_PD_SUSPO_GETHISTORY

Raghu