Application Development 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: 

change pointer technique for Extended idoc

Former Member
0 Kudos

Hi Friends,

i have add one  customized segment  with few fields for MATMAS idoc . now how can i enable the change pointer technique for the Extended idoc . Please can any one suggest with briefly.

Regards,

Muralidhar

4 REPLIES 4

Former Member
0 Kudos

Please, can any one help on this.

Regards,

Muralidhar

Chintu6august
Contributor
0 Kudos

Hi,

you can Set change pointer using following Tcode

BD50 (Activate Change Pointers for Message Type)

BD52 (Activate Change Pointer per change doc it)

BD61 (Activate Change Pointers-Generally)

same query has been asked here check this link..

http://scn.sap.com/thread/1625483

thanks!!

Former Member
0 Kudos

Hi,

For change pointers to be enabled for new IDoc fields, You have to make sure the fields added at table/segment level have change pointer check box enabled at data element level.

Any way message type would have been enabled for change pointers, so no need to do any thing with BD50,BD61.

BD52 would be key for your configuration, adding the new segment fields for your message type.

WE82 for attaching the extended idoc type.

Regards

Dwaraka

0 Kudos

here a step by step guide how to trigger a Extended Idoc with change pointer