‎2008 Apr 23 7:37 AM
The abap dump is occured in function module when the COMMIT WORK statement is executed.
This function module updates a custom table.
When creating a invoice through VF01 transaction this abap dump is occured.
But for the next time the invoice is created successfully.
What is the reason behind this.
‎2008 Apr 23 7:46 AM
‎2008 Apr 23 8:21 AM
Hi ,
Never use an COMMIT Work in an Update Task.Remove the statement and use and I am sure you will not have any dumps.
Regards
R Adarsh