Can we use COMMITWORK statements in BADI
Answer Posted / asin
We should not use Commit in Badi as it will lead to data inconsistencies.
The data gets updated if commit statement is used in a BADI implemented in a particular standard program. After the execution of transaction if in case it fails/terminates the data/records are supposed to be rolled back or not save but then due to use of Commit it leads to inconsistency.
| Is This Answer Correct ? | 21 Yes | 3 No |
Post New Answer View All Answers
What are the names of the function modules that will be generated upon activation of a lock object?
Name the special commands of list?
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
What are local objects?
Name the function module used to convert logical file names to physical file names in abap/4 programs?
What are control tables?
What are the different kinds of lock modes?
What are the types of views? : sap abap data dictionary
What are dml commands in abap?
Where do you code the hide statement?
What is the significance of the memory table ‘screen’?
Can matchcode object contain ids with different update types? : abap data dictionary
What is the meaning of table buffer? This buffer is used by which type oftable?
What are the page headers for secondary lists?
What are different data types in abap/4?