Application Development and Automation 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: 
Read only

disable button

Former Member
0 Likes
1,179

sm 59 has remote logon button

i want to create zsm59 where the remotelogon button is disabled

is there any enhancement/apporach for the same

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,005

HI,

you can do this with transaction variants, transaction code is SDH0(zero), there give the transaction code SM59 and press enter, then it will ask a screen, there it will give you all the fields, Buttons. there you will see the options i mean the check box to disable the buttons, check that check box then save it in a transport request, then it will be saved, in the initial screen you will give the transaction code,

http://www.sap-basis-abap.com/sapbs010.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/43/132f9803d76f40e10000000a422035/content.htm

Regards

Sudheer

4 REPLIES 4
Read only

Former Member
0 Likes
1,005

Hi,

Please contact your BASIS team, they can disable this button in SM59.

No need to create ZSM59.

Reward points, if helpful,

Sandeep Kaushik

Read only

0 Likes
1,005

nopes i need to create ztcode

Read only

Former Member
0 Likes
1,006

HI,

you can do this with transaction variants, transaction code is SDH0(zero), there give the transaction code SM59 and press enter, then it will ask a screen, there it will give you all the fields, Buttons. there you will see the options i mean the check box to disable the buttons, check that check box then save it in a transport request, then it will be saved, in the initial screen you will give the transaction code,

http://www.sap-basis-abap.com/sapbs010.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/43/132f9803d76f40e10000000a422035/content.htm

Regards

Sudheer

Read only

Former Member
0 Likes
1,005

Hi

if u an access to that T-code then

i will copy the whole thing into Zsm59

there when you get the T-code 1st screen

goto-system-status

you will get program name

and screen number

copy that program also to z program

goto se51 t-code

there enter that program name and screen number and click on change button

you will get one screen

there on application tool bar you will find LAYOUT button click on the LAYOUT button

you will get the screen which is designed for that screen

click on that button which u don't want

u will get one pop up window

there below u will find 3 tab strips

in that click on display tab

and click on check box invisible

to invisible that button

reward if usefull