Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to write such ABAP programme?

Former Member
0 Kudos

I want to execute two insert , however, I want the two statement either to fail or finish together. could you please tell me how to write transaction related statements?

Can you give me an example how to write commit work / rollback for this issue?

Best regards,

Anders

1 ACCEPTED SOLUTION

former_member222860
Active Contributor
0 Kudos

Here's some related thread

5 REPLIES 5

former_member156446
Active Contributor
0 Kudos

I never used it but I heard of some concept called Parallel processing which could do it.

0 Kudos

Then how can you make two OpenSql success together or fail together?

Best regards,

0 Kudos

U might have to [search>>>|https://forums.sdn.sap.com/search.jspa?q=Parallel%20Processing&dateRange=last90days&searchID=27538411&rankBy=10001&start=0] and do some R&D

former_member222860
Active Contributor
0 Kudos

Here's some related thread

Former Member
0 Kudos

u can use ON COMMIT for subroutines or In UPDATASK.

check keyword documentattion for more info.

ref: link ref'ed by Mahesh.

regards

Prabhu

Edited by: Prabhu Peram on Jun 17, 2009 1:41 PM