cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Files at sender side

Former Member
0 Kudos

Hi Friends,

Im working with a scenario which gives me two different files for a single sender file.

My sender structure is having a filed "Position" which takes 2 values ( One and Two).

When i give these values, my target structure will be of two messages, one with "Position = one" and the other with "Position = two".

Im getting two files at sender side...which includes both the messages in it.

Can anyone tell me how to get the two files which consists of ONE message each.

Thanks In Advance,

Divya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi divya,

please have alook of following links,

for enhanced interface determination,

https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3115. [original link is broken] [original link is broken] [original link is broken]

some other links..

regards,

navneet

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Friends,

Thanks a lot for helping me.

Regards,

Divya

former_member194786
Active Contributor
0 Kudos

Hi Divya,

All you need is to use Enhanced Interface Determination for this. Use multimapping and create two target structures. Map the field "Position" with the target field, wherever required. Use the condition <<If Position = One, and If Position = Two>>.

Thanks and Regards,

Sanjeev.

Former Member
0 Kudos

Hi Divya,

If you want to use two files at sender side you can use fork in BPM. These two files will get merged into single file.

Find the below link.

https://www.sdn.sap.com/irj/scn/weblogs?blog=/cs/junior/view/wlg/9918

Regards

Leela

Former Member
0 Kudos

HI Divya,

Can you explain the reqirement by taking some simple example ?

Thanks,

Pooja

sunil_singh13
Active Contributor
0 Kudos

Hi Divya,

I hope you are using Enhanced interface Determination Option to fulfil your requirment.

Thanks

Sunil Singh