Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP Dump on "COMMIT WORK"

Former Member
0 Likes
1,680

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.

2 REPLIES 2
Read only

Former Member
Read only

Former Member
0 Likes
791

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