cancel
Showing results for 
Search instead for 
Did you mean: 

Update error in RV_SALES_DOCUMENT_ADD during Sales order creation

Former Member
0 Kudos

I get an Update/ ABAP runtime error during Sales order creation. The error occurs during processing of the update module -RV_SALES_DOCUMENT_ADD.

This error does not occuring always, as I am sometimes able to create a Sales order without getting update error. I am getting the error of all types of Sales orders and even contracts.

Am I missing any configuration parameters?

Thanks,

Chitra

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Since it is a Run time error, go to Tx: ST22 & run it by your user ID & for the relevant date.

You can see that error, Go in to details of it. If you cannot understand what is there, please get a ABAP's helo to sort that.

Most of the time it gives your the correct explanation as why is happened.

Best regards,

Anupa

Former Member
0 Kudos

Yes , I can see the error in ST22.

While exceuting VA01 (Oder type OR, Entering Sold-to-party, Purchase order NO, Material, Qty, Plant),

- I get run-time error "Run-time error "GETWA_NOT_ASSIGNED" occurred".

Analysis of error shows:

Update terminated in "Update module: RV_SALES_DOCUMENT_ADD"

Fails in the Read table in one of the form

Termination occurred in the ABAP program "SAPLV45U" - in "VBAP_BEARBEITEN"

The main program was "RSM13000 ". In the source code you have the termination point in

line 147 (READ TABLE FYVBAP WITH KEY VBAP_KEY.)

of the (Include) program "LV45UF0V".

The ABAP's say the functional module is trying to do an 'UPDATE' instead of 'INSERT" in the internal table FYVBAP.

Thanks,

Csuman

Former Member
0 Kudos

Hi,

I am getting the same error. Is you problem solved?

Thanks

Praad

Former Member
0 Kudos

Hi

Isuue solved. U need to pass the update flags as I not U.

Hurray!!

former_member188076
Active Contributor
0 Kudos

Hi

Please check the OSS note 862548

Hope this note will resolve your issue.

Regards

Amitesh Anand

Former Member
0 Kudos

Hi,

The issue is resolved.

- Thanks

former_member188076
Active Contributor
0 Kudos

Hi

As a forum member, we expect you to share how you resolve the issue.

So would appreciate if you share with us how you resolve this issue.

Regards

Amitesh Anand