Hi,
I am looking for a way to get the older version (historical) information of a given PO.
Say for example I have a PO. It has two versions. Version 1 has 1 line and Version 2 has two lines. How can I get the version 1 information i.e. it will show only one line.
Thanks in advance.
Hello De,
Here are the 2 solution which solves your problem.
Sol 1 :
Goto Transaction BBP_PD. Enter the business Obj type and the object id. Now you will see all the header and item details of the object id. Now if yot scroll down , you will a header named 'VERSIONS'. here you can see all the previous versions of the object id.
Sol 2:
Use the function module 'BBP_PROCDOC_VERSION_GETLIST' by passing the active header information and the indicator 'iv_read_all_change_versions' = 'X'. Now it will return all the previous version of the object id.
Hope this infomation will answer your question.
Regards,
Mani
Add a comment