‎2007 Mar 09 7:39 AM
HI,
at inbound side, i need to map the idoc data to that of target system and then process (post) it to the tables there, so how to go for it? message type is HRMD_A...
‎2007 Mar 09 7:43 AM
Hi,
What is your target system. Is it a SAP system or any legacy system.
Regards
‎2007 Mar 09 7:47 AM
‎2007 Mar 09 8:05 AM
Hello,
From where you are getting your IDOC from, from legacy or SAP system.
If from SAP just follow the steps provided by the steps provided by vishnu.
If not SAP then ask your legacy sytem members to send/map the file exatly in idoc format.
Regards
‎2007 Mar 09 7:50 AM
For inbound idoc processing, you need to have these things in place
1. Partner profile for the sender with inbound parameters filled with message type HRMD_A, Idoc type, inbound process code HRMD. Partner profile is setup via WE20
2. The idoc should be triggered by the sending system into SAP, then the idoc interface verifies the control record, matches the message type, sender etc with the partner profile, determine the process code HRMD and triggers the corresponding inbound posting function module IDOC_INPUT_HRMD
3.Depending on the setting in the inbound parameters of partner profile in WE20, the idoc can be "triggered immediately" or "collected", if Idoc is collected, you can process it via BD87 or BD20.