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

HRMD_A

Former Member
0 Likes
355

Hi All,

I am trying to archive the employee business partners created in CRM system. When an employee is deleted in HR from R/3 side, i need to capture it through change pointers and automate activating the archive flag for the business partners in CRM server.

I want to use messge type HRMD_A(as of now to my analysis) for achieving the purpose. But when i tried to search the associated function module for outbound processing i DO NOT find one. I searched but i could not trace.

Can some body give some hint on what is the outbound function module for the above message type.

regards

Nalinikanth.

1 REPLY 1
Read only

Former Member
0 Likes
303

try RH_MASTER_IDOC_DISTRIBUTE_HRMD

after creating a change pointer, you will need to run program RBDMIDOC to create your IDoc out of your change pointer.

it will then appear in BD87.

Then, you need to run RSEOUT00 to actually send out the Idoc to the receiving system.