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 |
What are IDOCs?
Is logo in script 1st stored as tiff format before uploading or in jpeg format?and where is that stored after uploading?
dear PLS TELL ME,COMPLETE PROCEDURE OF SESSION METHOD STEP WITH CODE .MY ID: zaheer_guts@yahoo.co.in
what is the standard program to transport transaction variants and screen variants?
What are the different attributes that can be assigned to a variant?
How will you know which BADI is being, if there are multiple implementations of BADI in the same project.
which transaction is used to make dictionary adjustments when upgrading versions of SAP?
If BDC is developed in Development system with no data , where do we do the recording?
Is Multiple Inheritance possible in ABAP ? If Yes How ,If no How ?
at the same time can i call two transactions in bdc call transaction method?what happens if use like that?
What is the process to enhance the Infotype
what is the difference between templates and tables.