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 with Order Quantity in VA01 in ECC6 system

Former Member
0 Kudos

Hi,

I have a problem with Order Quantity in VA01 in new ECC6 system.

After I key in data for Order Quantity, Plant, Storage Location columns; the Order Quantity ALWAYS BE RESET to '0.00' --> CAN NOT save after that.

After debugging I found that in include MV45AI0V_VBEP-WMENG_SETZEN; it has more than in 4.6c system a paragraph of code as follow:


IF VBAP-ABGRU NE *VBAP-ABGRU AND NOT
     VBAP-ABGRU IS INITIAL AND
     RV45A-KWMENG NE VBAP-KWMENG.
    RV45A-KWMENG = VBAP-KWMENG.
ENDIF.

The Order Quantity is stored in RV45A-KWMENG field and it is always reset to VBAP-KWMENG = 0.

I don't know whether it is because of configuration or coding logic.

If you know any OSS note for this issue; please help.

Thanks,

Khanh

1 REPLY 1

Former Member
0 Kudos

Problem is resolved.

Using OSS note #1268490