‎2009 May 29 7:58 AM
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.
‎2009 May 29 8:16 AM
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
‎2009 May 29 8:16 AM
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
‎2009 May 29 8:22 AM
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