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 pointers

Former Member
0 Kudos
119

Hi all,

Do i have to make any configuration to trigger idoc in Change Pointer Scenario.?

I have done all the requied things in bd60 bd 50 and we20.

But when i change a document in R3, the idoc doesnt get triggered untill i manually run the standard funcitom module..

So the question is how can the idoc be triggered automatically when a document is changed in R3?

1 ACCEPTED SOLUTION

Former Member
0 Kudos
73

run BD21 T ocde

8 REPLIES 8

Former Member
0 Kudos
74

run BD21 T ocde

0 Kudos
73

which Master are you triggering..please provide details so that i can help u ..

0 Kudos
73

DEBMAS (Customer Master)

0 Kudos
73

hi

work with below tcodes

BD50 for enable message types

BD52 for identifying fields changepointers to be written

BD61 enable change pointers globally

after u have to work with RBDMIDOC

reward for useful points

regards

Nagesh.Paruchuri

0 Kudos
73

made a check on BD61 as well

attach your IDOC with message type in WE82..and also maintain outbound parameter for message type in WE20..

0 Kudos
73

Also for testing you can use T Code BD21..check tables CDHDR and CDPOS and BDCP..if they are filling then IDOC must trigger..:)

varma_narayana
Active Contributor
0 Kudos
73

Hi

This is the Complete flow of Change pointers.

First of All you have to Create the Basic ALE configurations like Port, Partner profiles etc.

These are the Steps to Cofigure Change pointers:

Tcode : BD61 - This will Activate the Change pointers Generally

Here you select the Check box

<b> Activate Change pointers Generally</b>

Tcode BD50 : Activate Change pointers for individual Message types

Flag the Check box for ur Message types.

Material - MATMAS

Vendor - CREMAS

<b>Now you have to Schedule the Report RBDMIDOC periodically to process Change pointers and Send the IDOCs.

</b>

So wheneven you change a material or Vendor the Idocs has to be generated and distributed.

For trouble shooting:

First u check the entries in Change pointer tables BDCP and BDCPS .

If you found the Entry then Run this program RBDMIDOC.

Check the IDocs in WE05 in Sender then Receiver...

<b>reward if helpful.</b>

Former Member
0 Kudos
73

Hi..

after run the program RBDMIDOC.

Firest check the two sides same data avable or not.