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: 

Disable the Item Availability Button based on Order type and Item category

Former Member
0 Kudos

Hi ,

My requirement is to disable the Item availability check button in VA01 based on the Order Type & Item category. Is there any user Exits/ Badi / FM available for this.

Thanks in advance.

Srinivas.

1 REPLY 1

Former Member
0 Kudos

Hi,

Although it is an old post I need to answer for people who search an answer to the same type of question. To hide a field

you can use transaction variant 'tcode:SHD0'. But it is not based on Order type and Item category. May be you can use

USEREXIT_FIELD_MODIFICATION form in user-exit MV45AFZZ. You can loop at screen and set screen-active = 0 in fields

where you want them to be inactive.