cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy - JDBC scenario - checking condition insert_count

Former Member
0 Kudos

Hello,

I'm still fresh to XI topics and I'm supposed to do the scenario that sends data using JDBC

My scenario mapping is as follows:

1) Delete tables A and B

2) Insert table A and B

3) if step 2 is sucessfull Insert table C

I know what to do till step 2) according to help: http://help.sap.com/saphelp_nwpi711/helpdata/en/44/7b7171fde93673e10000000a114a6b/frameset.htm

I have message mapping that triggers DELETE(1) and INSERT(2) but I do not know implement step 3

I know only that it is saved in <insert_count>count</insert_count> but have no idea how to use it?

Should I

1) do new mapping and integrate it in BPM Process

2) is it possible to solve all 3 points in one mapping?

Any ideas, any detailled steps?

Thank you very much in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

For the first 2 steps you can use one mapping, for table C use another mapping.

Check the response and then trigger 2nd mapping in BPM

Shabarish_Nair
Active Contributor
0 Kudos

you can use a bpm in which you can check the response message of step two for the insert_count value and then proceed with another step to do the further processing.