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

EXPRESS UPDATE_TERMINATE

Former Member
0 Likes
476

Hi,

I'm coding an include written in MV45AFZZ for VA01 transaction. While creating a sale order I'm trying to create an object link to the material. I'm using a BAPI for creating an object link, but when I commit i'm getting this error message

<b>EXPRESS DOCUMENT "UPDATE WAS TERMINATED"</b>

and when I check in the Inbox, I'm getting an error message like below

<b>Update was terminated

System ID.... ARD

Client....... 110

User..... E350016

Transaction.. VA01

Update key... 457DDFD132A8055502000000837F2E16

Generated.... 11.12.2006, 22:06:30

Completed.... 11.12.2006, 22:06:31

Error info... 26 178: Update error: table DRAD</b>

Can anyone please help how to use COMMIT so that my object link gets saved.

Thanks in advance.

Regards,

Suresh.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
446

Do not use explicit commit in that user exit.

Regards,

Ravi

Do not use explicit commit in that user exit.

Regards,

Ravi

2 REPLIES 2
Read only

Former Member
0 Likes
447

Do not use explicit commit in that user exit.

Regards,

Ravi

Read only

Former Member
0 Likes
446

Thanks Ravi, even though i was not able to use ur suggestion, it was a knowledge gain for me. i coded it in another exit.