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

SM37

Former Member
0 Likes
657

Hi all,

I am trying to assign a new ZT-code to SM37 transaction in that where i am trying to disable buttons ( Release & Spool List ) of 0120( Second ) screen ..Some one suggested me that we can do that using Transaction Varaiants . Please Help me how to do that??? ..

Note : I am working in <b>4.0 B</b> version ...

Regards,

Santosh

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
603

Please check out SHD0. Hopefully it exists in 4.0b.

http://help.sap.com/saphelp_nw04/helpdata/en/67/232037ebf1cc09e10000009b38f889/frameset.htm

Regards,

Rich Heilman

Hi all,

I am trying to assign a new ZT-code to SM37 transaction in that where i am trying to disable buttons ( Release & Spool List ) of 0120( Second ) screen ..Some one suggested me that we can do that using Transaction Varaiants . Please Help me how to do that??? ..

Note : I am working in <b>4.0 B</b> version ...

Regards,

Santosh

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
604

Please check out SHD0. Hopefully it exists in 4.0b.

http://help.sap.com/saphelp_nw04/helpdata/en/67/232037ebf1cc09e10000009b38f889/frameset.htm

Regards,

Rich Heilman

Read only

Former Member
0 Likes
603

hi Rich,

I went through that help that will be helpful for deactivating the fields not the buttons which are there on the application tool bar ... please suggest me the way in which i can even disable the buttons on the application toolbar also ....

Regards,

Santosh

Read only

Former Member
0 Likes
603

hi santhosh,

as i know declare internal table with ref to sy-ucomm

data: begin of it_ucomm,

comm type sy-ucomm,

end of it_ucomm.

find gui status and fct code for perticular things which u want to disable r to not display

it_ucomm-comm = 'ucomm'.

append it_ucomm.

set pf-status 'gui_satus' excluding it_ucomm.

this may work

thanks and regards

Mahesh.G