cancel
Showing results for 
Search instead for 
Did you mean: 

idoc to jdbc mesage spliting using bpm

Former Member
0 Kudos

hi all

I have scenario in which i have to send message from one idoc to 3 oracle table.

but i have one condition for table 3.

that if the primary key of table empty than message should not pass and should not give error message in sxmb_moni.

Accepted Solutions (1)

Accepted Solutions (1)

former_member200962
Active Contributor
0 Kudos
that if the primary key of table empty than message should not pass and should not give error message in sxmb_moni.

you can check the primary key value (present or not) in a switch branch (as you are using BPM)...if absent then have a control step with option as cancel process....check if this is what your requirement is..

Former Member
0 Kudos

i am using first time BPM so if any screen short guidance plz provide me.

former_member200962
Active Contributor
0 Kudos

check this section from help

http://help.sap.com/saphelp_nw04/helpdata/en/62/dcef46dae42142911c8f14ca7a7c39/content.htm

Also there will be some help regarding Switch on SDN...just make a search.....

/people/prasadbabu.nemalikanti3/blog/2006/03/10/bpmsingle-sender-and-multiple-receivers-based-on-synchronous-exchangeswitch-part-1

Regards

Former Member
0 Kudos

THANKYOU.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Are you trying to insert or select the rows into/from the table?

Thanks,

Kiran.

Former Member
0 Kudos

i want to insert value in oracle table from idoc