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: 

Issue with Change Pointer

Former Member
0 Kudos

Hi All,

I have searched in SDN and have done the checks for change pointers in BD61,BD50 and executing the program RBDMIDOC. But in my case nothing is happening, this is not transfering the change data to the receiver system.

Could you please help me out with this problem.

Thanks in Advance,

Praveena

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Here are the steps those may help:

1) Make the data changes using business transactions

2) See if Change pointer table BDCP, BDCPS are reflecting your latest changes

3) If Yes - Change Documents are activated If No you need to get them activated (Mostly thru SPRO)

4) If change pointer tables are updated then and still its not generating the IDOcs then there can`be with

Applcation program which generates the IDOC

Edited by: shital phadake on Mar 11, 2009 3:59 PM

7 REPLIES 7

Former Member
0 Kudos

hi,

1. check logs of program RBDMIDOC

2. check bd87 in source and destination system,

regards, darek

0 Kudos

hi,

Let us know where exactly u r getting the problem sum erros status like that ....

~linganna

Former Member
0 Kudos

Hi,

Did you check if the change document object is maintained in transaction SCDO?

~ Bineah.

Edited by: Bineah Angeline on Mar 9, 2009 5:34 AM

Former Member
0 Kudos

Here are the steps those may help:

1) Make the data changes using business transactions

2) See if Change pointer table BDCP, BDCPS are reflecting your latest changes

3) If Yes - Change Documents are activated If No you need to get them activated (Mostly thru SPRO)

4) If change pointer tables are updated then and still its not generating the IDOcs then there can`be with

Applcation program which generates the IDOC

Edited by: shital phadake on Mar 11, 2009 3:59 PM

Former Member
0 Kudos

Hi,

During scheduling of the job for RBDMIDOC, are any idocs being created?.

Thanks

Krithika

0 Kudos

Please follow the below approach.

After configuring Change pointer settings then perform following checks

1) check if data is in CDPOS and CDHDR table if not then see why data you changed is not in change document tables.

2) Check if data is in BDCP and BDCPS table if not then see WRITE_XXXXX is triggering in transaction for changing data.

3) run BD21 and if IDOCs are not generating then configuration of IDOCs with FM of change pointer

so on....

it will take time understand the whole flow...but carry on

regards,

Madan Gopal

Former Member
0 Kudos

Thank You very much for all your help