2006 Jun 27 11:21 AM
In MM03
Tab at upper part. Environment->Display Changes.
It will show all changes done to the material with user name and transaction code.
After hitting the tab display changes,there s an int.table icdhdr & icdpos are getting populated with unique change number for every change.
Can you pls tell me at which place this tables are getting populated.i tried but didnt get.
Thanks,
Ponraj.s.
2006 Jun 27 11:23 AM
The information is available from database tables : CDPOS, CDHDR.
So these tables are populated from these two database tables CDHDR and CDPOS.
Message was edited by: Sharath kumar R
In MM03
Tab at upper part. Environment->Display Changes.
It will show all changes done to the material with user name and transaction code.
After hitting the tab display changes,there s an int.table icdhdr & icdpos are getting populated with unique change number for every change.
Can you pls tell me at which place this tables are getting populated.i tried but didnt get.
Thanks,
Ponraj.s.
2006 Jun 27 11:23 AM
The information is available from database tables : CDPOS, CDHDR.
So these tables are populated from these two database tables CDHDR and CDPOS.
Message was edited by: Sharath kumar R
2006 Jun 27 11:27 AM
Hi,
The tables are,
CDHDR - Change document header
CDPOS - Change document items
kind regards,
Thangesh
2006 Jun 27 11:30 AM
YOu can use the function modules:
CHANGE_POINTERS_READ
Regards,
ravi
2006 Jun 27 11:31 AM
Hi,
in MM02 if you change any thing then the changes will be tracked to these tables CDHDR (header) and CDPOS (item) .
change document header and item tables they are.
Regards
vijay
2006 Jun 27 11:33 AM
i know it was populated from database table cdhdr & cdpos ,i want in the coding side in which Fun.Mod or in which perform this int tables are populated...
Good points will be rewarded.
Thanks,
Ponraj.s.
2006 Jun 27 11:41 AM
Make use if FM <b>BUS_TABLE_CHANGEDOCUMENTS_READ</b> with the object class <b>MATERIAL</b>. You may get other parameters from the existing values from CDHDR and CDPOS.
RGDS,
TM
2006 Jun 27 11:59 AM
Main program: SAPMM03A.
include: MM03AI00.
perform routine: MODULE VERARBEITUNG.
Function module used: CHANGEDOCUMENT_READ_HEADERS.
select statement on : CDPOS.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |