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: 

Making Taxcode field not editable in ME22n

0 Kudos

Hi everybody.,

My requirement is to make the Tax code field not editable in transaction ME22n .. How can i achieve this .kindly guide me regarding this Requirement ..

Regards.,

S.Sivakumar

5 REPLIES 5

asik_shameem
Active Contributor
0 Kudos

Hi

You can achieve this by using Transaction variants T-Code SHD0.

While creating CHECK: output Only field for Tax Code.

Finally activate it.

Former Member
0 Kudos

hi,

Yes...it is possible through SHD0 transaction code...

Regards,

Kumar..

Former Member
0 Kudos

Go to SHD0 T-CODE , make the particular field output only , activate ur variant , ur prob will b solved.

regards,

ramesh

0 Kudos

Hi.,

thanks to everybody . But i wish to achieve that in BADI ..

how can i achieve that .. What BADI can i make use of it .

Regards.,

S.Sivakumar

0 Kudos

Hi Sivakumar,

Write the logic in the below BADI's for your requirement.

ME_GUI_PO_CUST

ME_PROCESS_PO_CUST

Thanks.