Can I write COMMIT and ROLLBACK in user-exit?
Answers were Sorted based on User's Feedback
Answer / bikas
Hi,
ofcourse we can write but it is not recommended.
In an user exit control is in the mid of a transaction data
will be updated or not is decided at the end of the
execution of the transaction.
If we write Commit it will commit the database update
whereas case may be like transaction went into error and
database update is not required in that case there will be
data inconsistancy.
Is This Answer Correct ? | 16 Yes | 1 No |
Answer / krishna davuluri
Hi,
Coomit and Roll back in the User exit should not be used.
Because while executing userexit its not allways sure that
all needed values for database updations are present or
not.hence we should not use COMMIT or ROLLBACK, of work.
Also userexit is expected to add new functionality to
existing functionality, its not supposed to make any
changes in the existing functionality.
Suppose if you take Userexit SAVE_DOCUMENT_PREPARE.Systems
goes through the user exit more than once and COMMIT or
ROLLBACK may cause inconsistencies.
Is This Answer Correct ? | 11 Yes | 2 No |
Answer / buddula15
Hi
I think that we should not write COMMIT in user exit but we can
write ROLLBACK. Correct me if i am wrong.
Is This Answer Correct ? | 3 Yes | 10 No |
Answer / malli.gontla
generally user exits are used for add the additional
functionality to the sap standard code. it will not effect
to future software upgradation.
but how commit and rollback is used in user exits.
Is This Answer Correct ? | 0 Yes | 13 No |
An ABAP program creates a batch input session. We need to submit the program and the batch session in back ground. How to do it?
sap modifications and enhancements are stored in which table?
What are the check tables and value tables?
what is backend and frontend in case of sap abap? whom we are supposed to call as backenduser and frontend user.
what is the client on which u have worked? In real time ?
What is the diffrence between Abstract Class and an Interface in OOABAP.
Hi, How to call transaction( Any transaction ex:xk03)from ALV Report. Where should I write code?
What is the Difference between Transparant Tables , Pooled & cluster Tables?
1 Answers Patni, Satyam, Siemens,
What is the first thing you do after vendor setup is complete?
what is Bapi?what is the functionality of Bapi?why we go for Bapi?
How to put a TableControl in a Screen of Modulepool Programming?
How many sections main window cab be divided in Script?