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: 

how i can hide a field from a std. SAP screen.

Former Member
0 Kudos

if i want to hide field from standard SAP screen , then wat is the whole procedure

i have to follow .

1 ACCEPTED SOLUTION

Former Member
0 Kudos

option 1 --->Create Transaction Variants -->Tcode SHD0

<b>in SHD0 tcode , there is documentation , so please go thru that documentation so u can get some idea.

by using, this tcode u can creating Variants for any Tcodes , and also u can hide/change field properties.

Better to go for this , bcos u are not changing any standard codes.

or</b>

make use of User Exits.

Regards

peram

4 REPLIES 4

Former Member
0 Kudos

option 1 --->Create Transaction Variants -->Tcode SHD0

<b>in SHD0 tcode , there is documentation , so please go thru that documentation so u can get some idea.

by using, this tcode u can creating Variants for any Tcodes , and also u can hide/change field properties.

Better to go for this , bcos u are not changing any standard codes.

or</b>

make use of User Exits.

Regards

peram

0 Kudos

sir

answer is little short for me , as i know we have to use user exits . but don't know the procedure by using t code SHD0 .

if i will use user exit then weather i have to make changes in STD. screen?

which of these two procedures will be good.

0 Kudos

hi, you can create a screen variant using tcode shd0. after u create a variant for the standard sap screen you can modify the screen as u wish. u geyout, mark invisable,convert the field to o/p only.

this is a very easy procedure.

try if you cannot get that reply with the screen name. so that i can try.

0 Kudos

if you want to create a transaction for that particular screen then using transaction variants is the better and easy option else you must use exits.