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

Change pointers not picked

santosh_dv
Explorer
1,314

Hi All,

When we are uploading the employee data change pointers are created. But these change pointers are not getting picked up when RBDMIDOC runs.

If we maintain the employee data using PA30/PA40, the change pointers are picked up.

Can any one let me know why this is happening and how to proceed in this kind of scenario so that IDoc is generated.

Aprreciate your help.

Thanks,

Warm Regards,

Santosh.

1 REPLY 1
Read only

Former Member
0 Likes
656

Hi,

Now u can use FTP concept which is present in SAP to connect to another Appl. From one Appl server u can transform the data files to the second appl. server. To do so, please proceed as below:

1. Use FM: FTP_CONNECT twice, once to connect Source server and Once to Destination Server.

2. Use FM: FTP_COMMAND with command: put <source dir/file> <dest dir/file>.

3. Use FM: FTP_DISCONNECT to close the connections.

Note 1 : we are planning to create two jobs for RBDMIDOC because we want to send the data to two systems at different times.so when we execute the first job it will create idoc but when we run the second job will it trigger the idocs for the change pointers again.

Note2:U cant generate idoc for any changes in TCODE PA30 . consult with Functional consultant and find what are all the triggering fields for that tcode PA30 .(ie.for which field change u have to trigger an idoc)

1.Go to the Data Element of the field and check whether change doucment option is checked or not .

2.change the value of the field and check the entries in CDHDR and CDPOS.here u can check the change document object and table .

3.check BDCP table also incase of ALE.The program RBDMIDOC generates IDOc when there is an entry in BDCP.

if not check the following config

1.BD61- change pointers activated -generally

2.BD50 -Activate change pointers for ur message type

3.BD52 - add the triggering fields and corresponding tables and change document object.

Please check the entries in BDCP table ,if u find the entries execute the program RBDMIDOC