cancel
Showing results for 
Search instead for 
Did you mean: 

1:N IDOC split and calling webservice

Former Member
0 Kudos

Hi Team,

I am new to BPM. We have a requirement as below.

It is IDOC to SOAP scenario.

IDOC is split into multiple idocs and than individual idocs is mapped to same Webservice to be called one by one.

IDOC--->IDOC---->SOAP

IDOC---->SOAP

IDOC---->SOAP

Need help how to achieve this in BPM.

Regards, Roshan

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190293
Active Contributor
0 Kudos

Hi Roshan!

Why do you want to use BPM for that? It's a simple message split scenario.

Regards, Evgeniy.

Former Member
0 Kudos

Hi Evgeniy,

Thanks for you reply, but how we will achieve this.

Regards,

Roshan

former_member190293
Active Contributor
0 Kudos

Hi Roshan!

You use 1:N operation and message mappings where you generate separate messages for each IDoc in your source message. These messages will be sent to receiver web service one by one.

https://help.sap.com/saphelp_nw74/helpdata/en/18/fa87311cea41e49dc9d931a3b67703/content.htm

Regards, Evgeniy.

Former Member
0 Kudos

Hi Evgeniy,

Thanks for your reply, for learning purpose i need to achieve this scenario using BPM.

I have already splitted the idoc in PO and now using it service in BPM.

The only problem I am facing, that i cannot make IDOC as unbounded in BPM.

Regards,

Roshan