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: 

Table/FM to know if a purchase order has been changed...

aris_hidalgo
Contributor
0 Kudos

Hello Experts,

How can I know if a given PO has been changed or not? Is there a table that stores the

date, time, etc of a modified PO?

Thank you guys and take care!

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos

hi,

all changes to po's r stored in CDPOS,CDHDR tables.

5 REPLIES 5

GauthamV
Active Contributor
0 Kudos

hi,

all changes to po's r stored in CDPOS,CDHDR tables.

Former Member
0 Kudos

Hi,

You refer the tables CDPOS,CDHDR .

changes to PO's are stored in CDPOS,CDHDR tables.

Regards,

Jagadish.

Former Member
0 Kudos

Hi,

1. In PO menu, Environment--> Header Changes/Item Changes, will display the change history for any object....

2. As CDHDR/CDPOS, will get ur result.

If the hint is usefulu2026 Say thanks by rewardu2026.

Regards,

Prabhu Rajesh

aris_hidalgo
Contributor
0 Kudos

Thank you guys for your helpful replies. When I checked CDHDR and CDPOS tables, I

do not know what values to pass. Examples will be highly appreciated and rewarded.

Thanks!

Former Member
0 Kudos

Hi,

1)Pass the Tcode of PO to T180 table

and if the field TRTYP = V it is changed.

2)as already suggested by earlier posts take a look into CDPOS,CDHDR.

Regards

Kiran Sure