cancel
Showing results for 
Search instead for 
Did you mean: 

To enhance the VA01 & VA02 t-code..

Former Member
0 Kudos

Hi Techies..

i got one requirement to enhance the VA01 & VA02 t-code..

i.e.,

1. If user entered quantity is lessthan the Material's MOQ (Min order Quantity) then it should TICK the OQ Checkbox.

2. If user entered Quantity is greater than the Material's MOQ, then the Excess quantity should be multiple of Delivery unit(Delivery Unit). then it shouldn't TICK the Check Box.. Other wise it should TICK the Checkbox(OQ).

Ex :

Material : M123

MOQ : 100

DU : 8

in VA01 after enduser given the Quantity OQ Check box should be like this...

Material Quantity OQ

M123 99 Tick

M123 100 Empty

M123 108 Empty

M123 110 Tick

This is the Scenario.. Can you please help me where this Logic Should write...

Like this data in which internal table and which perform.... OR any Standard Functionality is Available...

Can you please Give me Solution ASAP..

Thanks & Regards

Prasad.EV

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

could code in EXIT include MV45AFZZ...check your routines that refer to VBAP. The values will be in XVBAP internal table (or perhaps VBAP in some cases), where XVBAP is the current version and YVBAP is the prior version. Remember to code the UPDKZ field properly (to U or I for update or insert).

Answers (0)