cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Transaction

Former Member
0 Kudos

Hello,

How do a transaction issue solved in XI?

Is it possible in SP16(or will be pssible in future)

to make several calls in BPM in one transaction?

For example to invoke update BAPI (RFCAdapter), update table (JDBC Adapter) and execute WebService that supports WS-AtomicTransaction.

Accepted Solutions (1)

Accepted Solutions (1)

STALANKI
Active Contributor
0 Kudos

try doing it by calling RFC for roll back in an exception branch I think that is not a problem..

first send->sends RFC

Second send will have a exception branch attached->sends JDBC

3rd send will be in exception branch and you can call roll back RFC if you want to!

4th send will execute webservce

Answers (1)

Answers (1)

STALANKI
Active Contributor
0 Kudos

Can you please be clear?You can make this calls in any sp..

you can have 3 send steps and have the appropriate config in ID..even now

Can u plz elobrate if that z not what is reqd?

Former Member
0 Kudos

I want to make calls in one transaction. If for example JDBC receiver fails - rollback transaction in rfc receiver.

Former Member
0 Kudos

Hi Sergey,

the updation steps you are speaking about will happen I guess with independent send steps which work in there on LUW.

I guess you cannot do a rollback in the application system unless you send a message back saying rollback explicitly based on a condition.

Regards

Vijaya