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

Object Class for table MARD

Former Member
0 Likes
1,909

Hi,

I am trying to use FM CHANGEDOCUMENT_READ_HEADERS to track changes to a particular field in MARD.I tried to look it up in CDHDR but I'm not able to find. Can anyone tell me which objectclas is for MARD?

Thanks,

A.P.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,332

Change document object for material is MATERIAL. Use transaction SCDO for change document object overview.

-Kiran

5 REPLIES 5
Read only

Former Member
0 Likes
1,332

Hello,

The object class is MAT_FULL. Did you look at table CDHDR using SE16 to know change pointers were recorded?

Thanks,

Venu

Read only

Former Member
0 Likes
1,333

Change document object for material is MATERIAL. Use transaction SCDO for change document object overview.

-Kiran

Read only

ferry_lianto
Active Contributor
0 Likes
1,332

Hi A.P,

The object class is <b>MATERIAL</b> for MARD changes.

Please use FM <b>CHANGEDOCUMENT_READ</b> instead to read changes for header and items in the same time.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
1,332

Thank you Venu, Kiran, and Ferry for your replies.

Kind Regards,

A.P.

Read only

christian_wohlfahrt
Active Contributor
0 Likes
1,332

Hi,

depending on your system (Standard / Retail), you might find MARD under class MATERIAL. Check also the data element, if change documents are activated.

Regards,

Christian