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: 

Can't able to change sales Order in VA02

Former Member
0 Kudos

Hello Experts,

We are not able to save the sales order through VA02 Tcode. We are getting the express mail to SAP inbox with message

<b>Express document "Update was terminated"</b>

When I checked in the Tcode ST22 regarding the dump error is

<b>IMPORT_WRONG_END_POS</b>

Also,


Information on where terminated


The termination occurred in the ABAP program "SAPLV45D" in
 "VERKBELEG_WRITE_DOCUMENT".
The main program was "RSM13000 ".

The termination occurred in line 308 of the source code of the (Include)
 program "LV45DV01"
of the source code of program "LV45DV01" (when calling the editor 3080).
The program "SAPLV45D" was started in the update system.

Could anyone tell reason for this strange behaviour.

Thanks in advance.

Vasanth

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Are you in the process of implementing SD?

Rob

6 REPLIES 6

Former Member
0 Kudos

Check OSS,

search the notes at service.sap.com and open a msg if you don't find the solution.

Hope this helps,

Erwan

Former Member
0 Kudos

Are you in the process of implementing SD?

Rob

0 Kudos

Hello Rob,

We are trying to make an inferface with a centralized system So I have created some Append structure for the table VBAK and structure VBAPVB. From then we are getting the error. Then I have deleted these two structures.

Also when creating the sales order we don't get this error.

Thanks !!!

Vasanth

0 Kudos

Are you still getting the error after the appends were removed?

Rob

0 Kudos

Yes ROB,

SO I have tried to change the sales order using

BAPI_SALESORDER_CHANGE. But the table return is not giving any error message.

It is saying that the saloes order is chnages succesfully. But when I call the CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' it is giving the dump along with the mail.

Also I found out the error is happend when trying to create a chnage document for the sales order. And the error is from the FM VERKBELEG_WRITE_DOCUMENT.

Could you please tell me the reason why it is behaving like this.

Thanks !!!

Vasanth

0 Kudos

Was there any configuration associated with changing the structure? If so, did you undo it?

Rob