Skip to Content
0
Former Member
Sep 11, 2007 at 05:39 PM

Message Mapping Help.

23 Views

Hi,

Our scenarion is IDOC >Xi > FILE(csv), here each idoc contain one employee record , I am collecting all IDOCs as single xml file using xml port in R/3 and send that xml file to source folder . Now it is become a File >Xi >File , from there I will pick up this file and deliver in target ftp as single csv file.

Here i am getting mapping error for create multiple records in csv file, xml file having multiple IDOCs , IDOC message type is HRMD_A07.

My Target structure like this:

-


Header 1:1

field1 1:1

field2 1:1

Body 1:U

field1 1:1

field2 1:1

field3 1:1

which filed should I map to node "Body" , so that I could generate more records in target side according to xml file.

source side i didn't find any 1:U node , most of the nodes are 1:1.

Thanks,

PILearn