2008 Jul 21 6:31 AM
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??
2008 Jul 21 7:27 AM
The dump details are : Function module : RV_SALES_DOCUMENT_UPDATE
status : Update was terminated, V2 101: Error during update of Table VBAP.
2008 Jul 21 6:33 AM
2008 Jul 21 6:38 AM
Hi ,
U neeed to find out y its giving dump ? check ST22 search for the Arrow Line .
Regards
Prabhu
2008 Jul 21 6:42 AM
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..
2008 Jul 21 7:27 AM
The dump details are : Function module : RV_SALES_DOCUMENT_UPDATE
status : Update was terminated, V2 101: Error during update of Table VBAP.
2008 Jul 21 7:32 AM
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
2008 Jul 21 7:57 AM
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,.
2008 Jul 21 7:48 AM
We modify the sales order through transaction VF02.
In which user exit should we modify xvbap from xvbap_wa in the report MV45AFZZ.