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: 

VA02 - BMNGL

Former Member
0 Kudos

we need to actualize(rounding) the confirmed quantity field (Screen field RV03V-BMNGL) in the transaction VA02 through abap code, how can we do this? is there a table or BAPI to do this,

Thanks!

3 REPLIES 3

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

See the article [Quantity Rounding In Sales Orders |http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/504bcd76-51da-2b10-43ae-fc460c7cf95b?quicklink=index&overridelayout=true] by Amit Kokane. I think that it will help you

Regards

Eduardo

Former Member
0 Kudos

Hie

You can use a user exit in program MV45AFZZ when the document is saved :

FORM USEREXIT_SAVE_DOCUMENT_PREPARE

FORM USEREXIT_SAVE_DOCUMENT.

The field RV03V-BMNGL on the screen is corresponding to the field VBEP-BMENG.

The internal table to modify your field is xvbep in the transaction VA01/VA02/VA03.

0 Kudos

when i change the value(bmngl) through debug in this EXIT the changes doen't reflect on the transaction VA02. Is this field the right one or am i missing something to chage this value?