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 in idoc

Former Member
0 Likes
963

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
893

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

8 REPLIES 8
Read only

Former Member
0 Likes
893

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

Read only

Former Member
0 Likes
893

Change some thing in the master data and run RBDMIDOC.

--

Reddy

Read only

0 Likes
893

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.

Read only

0 Likes
893

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

Read only

0 Likes
893

Sushma,

did you activate the exit?

Thanks

Bala Duvvuri

Read only

Former Member
0 Likes
893

Hi,

Please check whether you activated change pointers for that message type using BD50.

Please check.

Eswar.

Read only

Former Member
0 Likes
894

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

Read only

0 Likes
893

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?