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

IDOC issue - change pointer

Former Member
0 Likes
460

Hi Guys,

i have a change pointer used on material - whenver the material text or material general information is modified only the segment related to General material information are triggered but other segments are not added to idoc.

i want to pass all the idoc segments irrespective of only those segments based on change pointer.

How to pass all the segments when only 2-3 fields are changed ???

i cannot use BADI here - reason is i have to populate all the segments of material - MATMAS not just 1-2 segments.

Kindly help.

Regards,

Gurmukh singh

1 REPLY 1
Read only

Former Member
0 Likes
339

Hello Gurmukh singh,

When you set up a change pointer ,you will get only partial IDOCs, which means the IDOCs will be created with the specific

Segments relevant to the changes.

In order to get the full IDOC you have the following ways:

1.[http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/15353%3Fpage%3Dlast%26x-showcontent%3Doff] [original link is broken] [original link is broken] [original link is broken];

2.[http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417300)ID0777601250DB11367951641826682286End?blog=/pub/wlg/14575]

3.Use an ABAP program with FM: MASTERIDOC_CREATE_REQ_MATMAS (Creates full IDOCs)

If you need more Info please don't hesitate.

Good Luck,

Boaz