2006 Oct 16 4:18 PM
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
2006 Oct 16 4:22 PM
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
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
2006 Oct 16 4:22 PM
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
2006 Oct 16 4:35 PM
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
2006 Oct 16 5:23 PM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |