cancel
Showing results for 
Search instead for 
Did you mean: 

Capture user changes?

former_member194142
Participant
0 Kudos

Hello,

My requirement: Develop a report for the change log done by user in the PLM Recipe transaction's FORMULA tab / grid / data, for example, in the attached screen shot there are 7 items, if user A added one more item as 8th item (or) user B deleted the existing some item (or) user C has changed the QUANTITY data from 85 to 70, these kind of changes I need to capture and show in a report

Pl. let us know do we have any BAPI / FM / CLASS / Standard Report to achieve our requirement?

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If recording for changes is activated then you can use below function module

CHANGEDOCUMENT_READ

2 tables are used to store change records - cdhdr and cdpos

Answers (1)

Answers (1)

former_member194142
Participant
0 Kudos

Any help pl.

- Thank you

Former Member
0 Kudos

Hi,

Basically the changes will be stored in CDPOS table. Please check this table you need to pass the Receipe number in field OBJECTID.

Rgds,

Nayeem.