cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC Header Record

Former Member
0 Kudos

Our scenario is File(s) ---> XI -


> IDOC

We are receiving 3 Different Files, with Employee information from 3 different Countries and using XI , the records will be posted into R/3. Each record from the file will be treated as an IDoc.

The File is going to contain the Header Record, followed by the Detail records.

The header record will determine from whom this file was sent and we need to map the header info with the Control record.

How can I achieve the above task of separating the Header Record and the other detail records in the Message Mapping.

I would Greatly appreciate the Help.

Accepted Solutions (0)

Answers (2)

Answers (2)

MichalKrawczyk
Active Contributor
0 Kudos

hi Karen,

if you target XML fill contain

one header and many details (which have to be transformed into many idocs) then you can do it in

1:N mapping

1 file N idocs

just map the header so that it occures many times

(as many as the details section)

if I understand your issue correctly

Regards,

michal

Former Member
0 Kudos

Any Help will be appreciated