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: 

Problem in updating VK12

Former Member
0 Kudos

Hi,

I am trying to change the AMOUNT field in VK12 against a material.

FM i am using is : RV_CONDITION_COPY

I am passing the new value of amount to COPY_RECORDS-KBETR but after execution it is not reflecting in VK12/VK13.

Can anyone tell me the correct amount field in RV_CONDITION_COPY for VK12.

Regards

3 REPLIES 3

Former Member
0 Kudos

Hi,

In which User Exit You are using ??? and how are you changing .

Regards,

Suneel G

0 Kudos

I am not using any user exit.

I am using FM RV_CONDITION_COPY followed by RV_CONDITION_SAVE & RV_CONDITION_RESET.

In the FM RV_CONDITION_COPY I am passing all the necessary parameters like the condition table, condition type, application etc.

Here there are a number of amount fields out of which i am passing the new data to COPY_RECORDS-KBETR.

My query is whether this is the required amount field? If not what is the correct field?

Transaction to see the changes is VK13.

Regards.

Former Member
0 Kudos

Pass the value KBETR in KOMV structure ...

Thank you,

Syama