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
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
Explain the structure of a bdc sessions?
What is your approach for writing a bdc program? : abap bdc
can anyone do BDC or BAPI for F-02 and F-04 transactions.If it LSMW also.Kindly let me know.
Explain the difference between call screen and leave screen?
how to see the tables of 200 in client 100?
A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary
Can you assign a matchcode object to a parameter? If so how?
How can you access the function code from menu painter?
Explain the Inportance of pa30? : abap hr
What is the function of the correction system?
What are the payroll related Infotypes
What are the modes in which any update tasks work?
What are the system fields? Explain?
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?