‎2008 Oct 03 8:24 AM
Hello SDNites,
Can anybody plz tell me, whether there is any function module which will give me details about previous revision of Purchase Order.
Ex. I have creted a purchase Order with 3 as current revision. I want both header and line level details for revision 2. Is there FM which will help me to get this detail.
Regards,
Abhishek Gupta
‎2008 Oct 03 8:44 AM
Hi,
1.You can see this revision changes history in the version tab itself.
2.You can also get from PO - Environment - Header changes details.
3.Check the table EREV Version in Purchasing in SE16. This will give all the required details for the PO.
4.You can fetch the data from this table to appear in the PO print out.
Regards,
Omkar.
‎2013 Jan 10 5:37 AM
‎2008 Oct 03 9:32 AM
‎2008 Oct 03 9:43 AM
Hi,
Check this program RM06EAV1.
For any documents if any changes happened it will reflect in CDPOS and CDHDR tables.check those tabels.
For PO changes use this FM ME_CHANGEDOC_READ2.
this Is the Best FM.
best regards,
surendar reddy.
Edited by: suredarreddy pulimamidi on Oct 3, 2008 2:15 PM
‎2008 Oct 06 7:45 AM
Hello SDNites,
Thanks for the reply.
Above replies will not solve my purpose. I need all the details od PO line in prvious revision.
ME_changedoc_posted : will give me details of only changes.
bapi_po_getdetail1 : will give me details at header level only for previous revisions.
Regards,
Abhishek
‎2012 Dec 13 3:56 PM
In SE37 search for MEDCM*, I think something there should help you.