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: 

While creating a screen variant can we hide a button from the screen?

Sonal_J
Participant
0 Kudos
707

Hello all,

While creating a screen variant for a standard screen can we hide a button from the screen.

Regards.

Sonal

7 REPLIES 7

Former Member
0 Kudos
317

Hi Sonal,

Please refer the link below :

http://husnie.wordpress.com/2007/12/21/changing-the-sap-standard-transaction-variant/

http://www.sapdb.info/wp-content/uploads/2008/05/transaction-variant-step-by-step-creations.pdf

This explains a step by step procedure to create a transaction variant. Hope this information gives you some hint to proceed further.

Regards,

Swapna.

Former Member
0 Kudos
317

Hi,

During saving the fields values (Creating varient) you will get a tab HIDE FIELD under Object for selection screen.Click the corresponding checkbox to hide that field.

Ex--

You want to hide the parameter p_carrid from the selection screen , then first fill the selection screen elements , then press SAVE (or Ctrl+S) -


> you will get a screen there you need to check the checkbox under the HIDE FIELD corresponding to p_carrid.

This will resolve the issue.

Regards

Pinaki

Former Member
0 Kudos
317

HI Sonal

when you save a variant ,it will take you to another screen to give the name

and text for variant.In this screen you can see a tabular display that contains the

attributes of the screen elements of your screen.There you can select HIDE check box option to

hide the radiobuttons or fields or pushbuttons.

Regards

Hareesh

Former Member
0 Kudos
317

Hi,

While saving a variant , it will take show another screen to giv name for variant.In this screen you can set the attributes of the screen elements of your screen by selecting HIDE check box option .

Thanks,

Smita

0 Kudos
317

Hi,

By this we can hide columns and buttons on the screen.

But Can I hide back button of a standard transaction in the screen Variant.

Regards

0 Kudos
317

Hi Sonal ,

As far my knowledge is concerned in standard program we can not create varient in normal way .So the way I told you to hide field that would not work in standard program.

Regards

Pinaki

Sonal_J
Participant
0 Kudos
317

We can Hide it with the help of GUI of the screen variant.