‎2008 May 19 2:55 PM
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.
‎2008 May 19 11:16 PM
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.