2006 Oct 16 6:13 PM
Hi,
I have the requirement to display Only changed Purchase order details including Header and line items.
1.Get all the line items number for the given PO.
2.Get what are the changes that have been made before and after to the PO.
2. Change order amount if any..
3. Item Text also picked respectively.
Kindly help in how to get this data..From which tables I can get this or any function module to get all this.
Regards
Reddy
2006 Oct 17 9:43 AM
Reddy,
You should be able to get the changed data for a given PO from the CDHDR and CDPOS table. You can get the details of the fields and the new and old values of the field.
You can use the function CHANGEDOCUMENT to read the data.
Regards,
Ravi
Note : Please mark all the helpful answers