Hi Experts,
The scenario is IDOC to File scenario in which i am mapping the DESADV05 idoc at the source side and at the target strucutre i have structure like below
MT_Receiver
Header
--Field1
--Field2
Purc Order
--Field1
--Field2
SubHeader
--Field1
--Field2
Details
--Field1
--Field2
--Field3
when i populate with mulitiple Purchase orders from the IDOC the output now coming is as below
MT_Reciver
Header
--Field1
--Field2
Purc Order
--Field1
--Field2
Purc Order
--Field1
--Field2
SubHeader
--Field1
--Field2
Details
--Field1
--Field2
--Field3
Details
--Field1
--Field2
--Field3
But i require the output as ..
MT_Reciver
Header
--Field1
--Field2
Purc Order
--Field1
--Field2
SubHeader
--Field1
--Field2
Details
--Field1
--Field2
--Field3
Purc Order
--Field1
--Field2
SubHeader
--Field1
--Field2
Details
--Field1
--Field2
--Field3
So what change is required for this, i have checked with maximum options.. didnt get the above structure in output.
regards,
Kishore