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

Data transfer by ale

Former Member
0 Likes
435

Hi all,

I am sending the HR data through ALE from one system to another. Initially while sending the data, we used pfal to send all the master data from one system, to another. Now there was a gap of two weeks for which there was no data upload. today we would have to activate change pointers in the system. Can anyone please tell me how to send the 2 weeks data where there was no communication between the systems.

Also please let me know how to activate the change pointers on our system for hr data? We want that the data should be sent automatically to the target system when we change the data in the source system.

Regards,

Ronnie.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
401

Hi Ronnie,

Check the following tranx codes for change pointer activation :

BD50-->Activate the change pointers for message type

BD52-->Activate the change pointers per change document.

BD61-->Activate the change pointers (Generally)

reg

siva

2 REPLIES 2
Read only

Former Member
0 Likes
402

Hi Ronnie,

Check the following tranx codes for change pointer activation :

BD50-->Activate the change pointers for message type

BD52-->Activate the change pointers per change document.

BD61-->Activate the change pointers (Generally)

reg

siva

Read only

Former Member
0 Likes
401

Check the following steps...

Step 1: Creating change document object in SCDO transaction.

Step 2:Assigning tables to the change document object.

Step 3:Specifying change document items in transaction BD52.

Step 4: Activating change pointers for the message type HRMD_ABA in transaction BD50.

Step 5:Activating change pointers globally.

Step 6:Executing program RBDMIDOC in SE38, Specifying message type HRMD_ABA.

reg,

Siva