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: 

Creating a change pointer and subsequently triggering an IDOC

Former Member
0 Kudos

Hi,

My requirement is as follows:

Whenever there is a change in some fields of the Business Partner tables in SAP, I need an outbound IDoc to be created and sent to XI (NetWeaver Exchange Infrastructure).

Could you please advice me how to go about this.

Cheers,

Babs.

3 REPLIES 3

Former Member
0 Kudos

Hi babu,

As far as i know,

1) you need to define message type in BD52 -- Define change-relevant fields

2) you need to define function module in BD60

Hope this will give you some idea. Will update you with more info soon.

Regards,

Vicky

Former Member
0 Kudos

Hi Babu,

Check this link

http://www.supinfo-projects.com/fr/2005/idocs_2_en/1/

Regards,

Vicky

0 Kudos

Hi Babu,

Initially check if the change pointers are activated or not for that message type and look for what are the fields activated for change pointers.

Then run the application RBDMIDOC periodically for that message type. It will create the IDOCs if there are any changes for those fields.

Before that, make sure the configuration in WE20 and all other areas.

Shylesh