Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Reg: PO Change Items

Former Member
0 Kudos

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

1 REPLY 1

Former Member
0 Kudos

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