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

rollback on measurement document

former_member239066
Participant
0 Likes
573

hi experts,

in my program i am using the FM MEASUREM_DOCUM_RFC_SINGLE_001 to create measurement documents. is it possible to do a rollback on the document created? if yes, how can i do a rollback on a document that has been created? is there any FM or BAPI for that?

regards,

vitish.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
511

Hey u can use this.. BAPI_TRANSACTION_ROLLBACK

but ensure that you are not setting parameter COMMIT_WORK value.

Also if you want to roll back depending on a condition you can use the user-exit which is specific for this FM. you can check the FM documentation.

Hey u can use this.. BAPI_TRANSACTION_ROLLBACK

but ensure that you are not setting parameter COMMIT_WORK value.

Also if you want to roll back depending on a condition you can use the user-exit which is specific for this FM. you can check the FM documentation.

1 REPLY 1
Read only

Former Member
0 Likes
512

Hey u can use this.. BAPI_TRANSACTION_ROLLBACK

but ensure that you are not setting parameter COMMIT_WORK value.

Also if you want to roll back depending on a condition you can use the user-exit which is specific for this FM. you can check the FM documentation.