‎2010 Jun 08 7:49 AM
This is to send the data from SAP to third party system . For data mapping, we have used the exit 'EXIT_SAPLRHA0_003' in the enhancement 'RHALE001' . Iam using the message type 'HRMD_A' and the basic type 'HRMD_A07' . I have activated the change pointers. How to test this?
‎2010 Jun 08 11:19 AM
Hi Sushmak,
Change the data in the segment in sending sysstem and execute the transaction BD21 and then check whether changes are reflected in the segment in the receieving system through we02/ we05.
Regards,
Vinod
‎2010 Jun 08 7:54 AM
Hi,
You are using standard message type in that case change pointers would have been activated defaultly.Can you please explain more about requirement.
Thanks and Regards,
P.Bharadwaj
‎2010 Jun 08 7:59 AM
‎2010 Jun 08 8:13 AM
I ran that program . But, i could not see whether that mapping is done or not.Is there anyway to debug the code written in the exit? I put the break point in the code , but, it's not going there.
‎2010 Jun 08 8:22 AM
Hi,
Please goto we02 and check whether the idoc is generated or not , when you change master data and executed RBDMIDOC.
If yes Check the segment to which you have made changes to populate the data using EXIT.
Thanks and Regards,
P.Bharadwaj
‎2010 Jun 08 9:54 AM
‎2010 Jun 08 10:50 AM
Hi,
Please check whether you activated change pointers for that message type using BD50.
Please check.
Eswar.
‎2010 Jun 08 11:19 AM
Hi Sushmak,
Change the data in the segment in sending sysstem and execute the transaction BD21 and then check whether changes are reflected in the segment in the receieving system through we02/ we05.
Regards,
Vinod
‎2010 Jun 08 12:46 PM
When i run BD21 for the first time, idoc is sent. When i execute for the second time after changing the data, it's giving the warning message 'No data selected for distribution' .What might be the reason?