Application Development and Automation 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: 
Read only

How to write such ABAP programme?

Former Member
0 Likes
673

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
Read only

former_member222860
Active Contributor
0 Likes
645

Here's some related thread

5 REPLIES 5
Read only

former_member156446
Active Contributor
0 Likes
645

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

Read only

0 Likes
645

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

Best regards,

Read only

0 Likes
645

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

Read only

former_member222860
Active Contributor
0 Likes
646

Here's some related thread

Read only

Former Member
0 Likes
645

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