Application Development and Automation 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: 
Read only

MM03

Former Member
0 Likes
1,190

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.

[email protected]

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,045

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.

[email protected]

7 REPLIES 7
Read only

Former Member
0 Likes
1,046

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

Read only

Former Member
0 Likes
1,045

Hi,

The tables are,

CDHDR - Change document header

CDPOS - Change document items

kind regards,

Thangesh

Read only

Former Member
0 Likes
1,045

YOu can use the function modules:

CHANGE_POINTERS_READ

Regards,

ravi

Read only

Former Member
0 Likes
1,045

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

Read only

Former Member
0 Likes
1,045

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.

Read only

Former Member
0 Likes
1,045

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

Read only

Former Member
0 Likes
1,045

Main program: SAPMM03A.

include: MM03AI00.

perform routine: MODULE VERARBEITUNG.

Function module used: CHANGEDOCUMENT_READ_HEADERS.

select statement on : CDPOS.