Urgent: Field Exit to disable EAN11 field on Material Master
Hello All,
I want to disable EAN11 field from entering user values..
I want to disable EAN11 field for all users except BATCH user. Is that possible using Field Exit or any other way ???
Thanks
Kevin
Use Transaction Variant and use TV in case batch user is there and the variant should have the field hidden for other cases.
Hello Guest,
Could you explain little more. What transaction is for "TRANSACTION VARIANT" ?
Thanks for your help
Kevin
You can make it display only in config - unfortunately it becomes display only for everybody. You can use field exit to clear any entries into the field except for a given user by coding the approriate check, so that's the solution you might consider.
Vhooloo,
Unfortuantely my system is down and needs to know very badly. Could you tell me what field exit it is (FIELD_EXIT_xxxxx) ??
Thanks
Kevin
SHD0 : Transaction Variant transaction .
Vhooloo,
Unfortuantely my system is down and needs to know very badly. Could you tell me what field exit it is (FIELD_EXIT_xxxxx) ??
Thanks
Kevin
FIELD_EXIT_EAN11.
Transaction variants are also a good way to make fields mandatory as suggested. Just see which option is better/quicker for you.
Hi !!
Also you can check with your functional consultant, theres an option in customizing called as "Field Selection" wherein you can make fields output only, invisible or required entry.
Regards,
Sudhir/Mohit
Thanks to all of you....