cancel
Showing results for 
Search instead for 
Did you mean: 

How to extract report displaying all the changes made in Purchase requsitions

Former Member
0 Kudos

Is there any standard Tcode available in SAP which could help me extracting a report which displays all the changes made in purchase requisitions since PR as created and to till date. Want to check even if there is a minute change also. (Changes like change in specifications, change in quantity, expected delivery date, changes in release strategy (if any) etc.)

Many thanks in Anticipation.

Accepted Solutions (0)

Answers (2)

Answers (2)

JL23
Active Contributor
0 Kudos

go SE38 and execute RSSCD100 with object class BANF

former_member233510
Active Contributor
0 Kudos

In standard there is no transaction available as per your requirement but you could get the required data from the tables CDHDR and CDPOS.

Former Member
0 Kudos

Unable to extract changes made in PR form CDHDR and CDPOS table using Tcode SE16. CDHDR & CDPOS is giving the changes made in PO only.

Would be grateful if you could suggest step wise on how to extract it through above mentioned tables.

Thanks

former_member233510
Active Contributor
0 Kudos

Please pass the PR number in the table 'CDHDR' and get the document number. Then, Pass the document number in the table 'CDPOS' to get the old & new value.

vijay2006ece
Contributor
0 Kudos

Hi Lokesh,

Pass the below parameters to get the PR change history from CDHDR and CDPOS table.

OBJECTCLAS = BANF

OBJECTID = PR number (length should be 10 digits, If not, enter PR number with preceding zeros)

Get CDHDR-CHANGENR and pass it to CDPOS-CHANGENR