cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Design required 1:N scenario

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Frnds,

I am working on one scenario JMS to (IDOC,RFC,MAIL).

1) when i receive message from MQ first level i wl apply XSLT Maping then it gives one message it contains 3 sub messages.in this case i have to send mail (confirmation mail ).

1.1 I have to map XSLT Mapping out put to MBGMCR IDoc or DESADV IDOC or RFC based on conditions.

If SAP PO not found(RFC LookUp to retrieve PO Value) i have to send RFC message to SAP

If SAP PO found ,the value =12 then i have to send MBG MCR IDOC

If SAP PO found value is 10 0r 11 I Have to send MBGMCR IDOC and DESADV IDOC to SAP.

final confirmation mail...

my receievrs 5 .. how to design Intergratipn process,i developed message mapping and Operation mapping,but i am not clear about IP.

many thanks,

raj

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

BPM will have the following

1. Receive step

2. Transform step with mapping

3. Switch for conditions

4. In branches of Switch, various send steps.

Regards,

Prateek

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi prateek thanks for you replay,but i need some clarity,

I developed 5 Interface mapping,

1)to post message in to RFC

2)to post message in to IDOC(mbgmcr if po =12)

3)to post message in to IDOC(mbgmcr if po = 10 or 11)

4)to post message in to IDOC(desadv if po=10 or 11)

5)Mail(rfc response value si have to send as a mail)

first four interface mapping wil have first step is XSLP Mapping second level maping is Message mapping.

in message mapping i retrieved PO value(RFC LookUp) based one PO value i created target.

my design approch correct? or i need to chnage design..

many thanks,

Raj

prateek
Active Contributor
0 Kudos

Using separate mappings are fine. I am not sure why are you using 2 mappings. But if it is mandatory for you to use it, then design seems ok.

Regards,

Prateek

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Prateek,

First level i am using XSLT Mapping to genarate JMS Message in to Intermediate message format.

intermidate message having IDOC and RFC Message Structure.

Message mapping to get RFC look Up Value.and i have to implkemet some flow.

In Intergration process i am following your inputs it wl work fine right?

once again thanks for your inputs.

Regards,

Raj

Answers (2)

Answers (2)

rajasekhar_reddy14
Active Contributor
0 Kudos

thanks

mf_haq
Active Participant
0 Kudos

Hi Raj,

BPM will have Message control steps aswell Peocess control steps.

1. Receive step for process triggering.

2. Transform step with mapping and trasform the message for multiple senders and receivers.

3. Switch for conditions like for ex: yes or No

4. In branches of Switch, various send steps.

5. Control step for raising alerts like process termination,raise exceptions etc

with rgds,

MFH