cancel
Showing results for 
Search instead for 
Did you mean: 

Single Sender(JDBC) to SAP - Multipe IDoc

Former Member
0 Kudos

Hi Experts,

In my scenario i need to send data from JDBC to SAP.

Based on the Delivery Type the data need to be passed to respective IDOCs.

There are 2 Delivery Types EL & LR.

For EL one IDOC should be populated(SHP_IBDLV),

and for LR another IDOC (SHP_OBDLV).

Please suggest me how to handle this scenario.

Thanks,

Kish.

Accepted Solutions (1)

Accepted Solutions (1)

prabhu_s2
Active Contributor
0 Kudos

use bpm....

1. recv step tp recv the message.

2. switch step that checks the delivery type and rotues to the branches

3. transformation steps in each of the branch to perform mapping

4. finally a send step

Answers (5)

Answers (5)

udo_martens
Active Contributor
0 Kudos

Hi Kish,

you can easily solve that without BPM. Just create 2 Mappings and put a Condition to the Interface Detemination, where you choose the right IDoc and the right Mapping.

Regards,

Udo

Former Member
0 Kudos

hi Kish

as your requirment you have to go for <b>BPM, with Corelation .</b>

<b>this Corelation is based on your Delivery Types EL & LR.</b>

for whole BPM scenario check out this link:

<b>this will give you the steps:</b>

/people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure

<b>this is as your scenario:</b>

/people/sravya.talanki2/blog/2005/08/24/do-you-like-to-understand-147correlation148-in-xi

Former Member
0 Kudos

In message mapping map the jdbc structure to two idoc srtucture and apply that to bpm using a fork which will do the process parallaly

pankaj

Former Member
0 Kudos

This is JDBC to IDOC Scenario..with splitting, that is only possible with the help of BPM.

Thanks

Farooq.

Former Member
0 Kudos

Hi Kish,

have a look @ these threads..u can find some info...

regards

biplab