Application Development 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: 

Error in Modify a sales order, when we add the item in the sales order.

Former Member
0 Kudos
438

Each time when we try to modify a sales order, adding a new item.We get a dump and the changes are not saved in the Data base. Could you help on this??

1 ACCEPTED SOLUTION

Former Member
0 Kudos
111

The dump details are : Function module : RV_SALES_DOCUMENT_UPDATE

status : Update was terminated, V2 101: Error during update of Table VBAP.

7 REPLIES 7

Former Member
0 Kudos
111

Hi,

which dump??

Regards

Nicole

Former Member
0 Kudos
111

Hi ,

U neeed to find out y its giving dump ? check ST22 search for the Arrow Line .

Regards

Prabhu

former_member188685
Active Contributor
0 Kudos
111

Each time when we try to modify a sales order, adding a new item.

Are you doing it Programatically or Directly from Transaction.

Can you please let me know..

Former Member
0 Kudos
112

The dump details are : Function module : RV_SALES_DOCUMENT_UPDATE

status : Update was terminated, V2 101: Error during update of Table VBAP.

0 Kudos
111

Hi,

you need to work with

modify xvbap from xvbap_wa.

in report MV45AFZZ

If you modify VBAP itselve you can problems with db, cause entries with vbeln = blank can be created.

Regards

Nicole

0 Kudos
111

From SM13 you can see the Update termaination Cause. And you can also get the source code line where exactly update terminated.

Accordingly you can analyze and proceed,.

Former Member
0 Kudos
111

We modify the sales order through transaction VF02.

In which user exit should we modify xvbap from xvbap_wa in the report MV45AFZZ.