2007 Apr 12 12:04 PM
Hi,
How to I attain the functionality of COMMIT-WORK without using the commit statement in a customer exit?
Hi,
How to I attain the functionality of COMMIT-WORK without using the commit statement in a customer exit?
2007 Apr 12 12:06 PM
the system itself commits work at the end of the transaction, one need not to commit in an exit.
2007 Apr 12 12:25 PM
What if I want to do a commit before the transaction does a commit?
2007 Apr 12 12:08 PM
i think you cant use commit statement inside the user exits because it will end the luw. so it is not permitted to commit or ending the luw inside the user-exits correct me if i am wrong...
regards
shiba dutta
2007 Apr 12 12:08 PM
As suggested in your earlier thread, the LUW commit should be able to take care of comitting the function module inside your exit. There is no explicit command required.
The fall-side of putting in an explicit commit would be that data integrity would be lost in case the original transaction fails for some reason.
Hope this helps.
Sudha
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |