cancel
Showing results for 
Search instead for 
Did you mean: 

2 files

Former Member
0 Kudos

Hi guys i have 2 files one will the header details and other will have line item details...

how can i read both the files...combine the header and detail for particular sales order and then post and idoc for that ..

for eg..

File Header

SO1 header .....

SO2 header...

File Detail

SO1 L1

SO1 L2

SO2 L1

SO2 L2

SO3 L3

Accepted Solutions (0)

Answers (3)

Answers (3)

madhusudana_reddy2
Contributor
0 Kudos

Hi Mehta,

Develop

2 data types(one for header and other for data records)

2 message types

2 outboudnd interfaces and 2 abstract interfaces

create BPM which contains 2 receive steps in FORK, then transformation(where you will merge 2 file to 1 file) and finally send step(to send merged file).

Note: transformation should be n..1 and correlation is null if you are not having any thing.

thanks,

madhu

Former Member
0 Kudos

You have to do N:1 mapping for this..

Former Member
0 Kudos

Hi,

just use ccBPM for receiving and converting two files into one receiver message.

cheers,

André