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: 

Enabling/Disabling Fields in 'Inspection Lot Stock' tab after clicking Usage Decision in QA32 t-code

Former Member
0 Kudos

Hi,

I wanted to add a validation in the 'Inspection Lot Stock' tab of the Usage Decision in QA32 t-code. i.e.  user selects a row from the ALV display of QA32 and clicks Usage Decision. Now in the next screen, based on the UD code input the input fields in the 'Inspection Lot Stock' tab need to get disabled/enabled.

Where do I do this enhancement?

Thanks

Binoy

1 REPLY 1

0 Kudos

Hi Binoy,

Check whether the SCREEN-GROUP1 of the fields satisfies the condition at line#133 in the below screenshot. If yes, then use the explicit enhancement point to modify the screen fields.

If the above option doesn't work, then try to implement the BAdI QEVA_ALT_QTY_INPUT, Method MODIFY_SCREEN.