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

IDOC

Former Member
0 Likes
523

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...

4 REPLIES 4
Read only

Former Member
0 Likes
493

Hi,

What is your target system. Is it a SAP system or any legacy system.

Regards

Read only

0 Likes
493

SAP system

Read only

0 Likes
493

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

Read only

Former Member
0 Likes
493

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.