cancel
Showing results for 
Search instead for 
Did you mean: 

Disable a field in VA01 with conditions

Former Member
0 Kudos

Is it possible to disable the "Order quantity" field if the item category is TANN?

I'm not sure if this can be done using SHD0, since it has the above condition.

Or should I go for a user exit?

Any idea would be appreciated.

VT

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi There,

>

> Is it possible to disable the "Order quantity" field if the item category is TANN?

Yes, Its possible.....

I will also suggest, Rather than using SHD0, put a check in User exit of VA01.

Thanks,

Raja

Former Member
0 Kudos

Thank you Raja.

Why do you suggest using an exit rather than SHD0?

Is SHD0 more complicated than using the exit?

Former Member
0 Kudos

Hi There,

The complications are one part and the second best thing abt using an user exit rather than SHD0 is the conditions which u are specifying. by using this u can use multiple conditions, u can use for specific user etc.

By using SHD0, the process itself is some what tidious and is generic...as it is assigned to the T-code for creation of order( in your case) so may affect other also.

Thanks,

Raja

Answers (1)

Answers (1)

Lakshmipathi
Active Contributor
0 Kudos

As already suggested, user exit is more suitable to meet the requirement.

You can try with User exits in the program MV45AFZZ - USEREXIT_MOVE_FIELD_TO_VBAP

thanks

G. Lakshmipathi