cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

what is commit work

Former Member
0 Likes
839

when i'm using commitwork in user exit all the data in buffer is updated to data base tables,how i can use commit work particularly to my data which is not going to effect any others data

View Entire Topic
Former Member
0 Likes

COMMIT WORK will save all buffers data....

It is not possible to restrict that to save only some part of data.