on 2012 Jun 11 1:04 PM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi Ally,
Try these FM's may be usefull
BBP_BE_PO_GETHISTORY
BBP_PD_PO_GETHISTORY
BBP_PD_SUSPO_GETHISTORY
Raghu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.