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

Change pointer in MATMAS

Former Member
0 Likes
1,660

Hi All,

please help on the below issue.

i have a requirement where I need to create IDOC based on change pointer.

The thing is If any changes made to particular fields(they mentioned 15 fields as per the requirement), I have to create IDOC, which includes all segments and also MSGFN is 004 if changed  and MSGFN is 018 if no changes made.

Please help on this issue

Thanks & regards,

Mohan

3 REPLIES 3
Read only

FredericGirod
Active Contributor
0 Likes
1,256

Hi,

you could use the extension : MGA00001 and the exit ZXMG0U02 (CMOD/SMOD) to catch the change or not.

Fred

Read only

former_member282968
Contributor
0 Likes
1,256

Hi Chandra,

To do this, use transaction BD52 (ALE customizing-IMG | Extensions | Master Data Distribution | Activate Change Pointer Per Change Document Item). You can select fields within your message type for change pointer enabling or suppress the pointer for fields already listed. Note that SAP provides a default list of live change fields for any given message type.

With regards,

Read only

0 Likes
1,256

Hi Srini,

I have done that part.. Now my requirement is, If any changes made for any field, I need to create IDOC for all segments. Nw I am getting only changed segments.