<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Grey out button in t-code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/grey-out-button-in-t-code/m-p/1271914#M150522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do with &amp;lt;b&amp;gt;SHD0&amp;lt;/b&amp;gt;(zero)transaction variant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Apr 2006 17:51:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-07T17:51:14Z</dc:date>
    <item>
      <title>Grey out button in t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/grey-out-button-in-t-code/m-p/1271912#M150520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gurus, Is there a way I can grey out a button on a standard SAP T-code. For example, I want to hide or grey out an existing "create button" on t-code SU01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 17:40:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/grey-out-button-in-t-code/m-p/1271912#M150520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T17:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Grey out button in t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/grey-out-button-in-t-code/m-p/1271913#M150521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can control authorizations at a granular level of CREATE / CHANGE / DELETE. &lt;/P&gt;&lt;P&gt;So, in this case, if you can take out the authorization of CREATE user your problem should be solved. Even if the button is greyed out, the user will get a message that he does not have authorization for CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 17:46:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/grey-out-button-in-t-code/m-p/1271913#M150521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T17:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Grey out button in t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/grey-out-button-in-t-code/m-p/1271914#M150522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do with &amp;lt;b&amp;gt;SHD0&amp;lt;/b&amp;gt;(zero)transaction variant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 17:51:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/grey-out-button-in-t-code/m-p/1271914#M150522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T17:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Grey out button in t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/grey-out-button-in-t-code/m-p/1271915#M150523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The program behind SU01 calls the function module SUSR_USER_MAINT_WITH_DIALOG. In here, there is a case statement and one of the WHEN conditions is the 'CREA' for create. In the logic here it checks for the AUTHORIZATION OBJECT 'S_USER_GRP'. Give the users '03' for the ACTIVITY field of this object and you should be good to go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achieve this using authorizations, even though you will not be able to do the cosmetic change of greying out the CREATE option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 18:05:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/grey-out-button-in-t-code/m-p/1271915#M150523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T18:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Grey out button in t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/grey-out-button-in-t-code/m-p/1271916#M150524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, vijay is right.&lt;/P&gt;&lt;P&gt;we can achieve the same using Transaction Variant.&lt;/P&gt;&lt;P&gt;Where you mark your own ZSU01 as standard, users don't have to use different transaction code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do check this link also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.ittoolbox.com/groups/technical-functional/mysap-l/default-values-in-report-screen-69823" target="test_blank"&gt;http://sap.ittoolbox.com/groups/technical-functional/mysap-l/default-values-in-report-screen-69823&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;P&gt;Rewrd points , if found helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 18:09:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/grey-out-button-in-t-code/m-p/1271916#M150524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T18:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Grey out button in t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/grey-out-button-in-t-code/m-p/1271917#M150525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use transactin code &amp;lt;b&amp;gt;SHD0&amp;lt;/b&amp;gt; to create transaction variant to disable the button. &lt;/P&gt;&lt;P&gt;Please check this link for more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/7d/f639fb015111d396480000e82de14a/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/7d/f639fb015111d396480000e82de14a/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can use &amp;lt;b&amp;gt;GuiXT&amp;lt;/b&amp;gt; to disable button as well. Check this link for more detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.synactive.com/docu_e/specials/guiscripting.html" target="test_blank"&gt;http://www.synactive.com/docu_e/specials/guiscripting.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 18:10:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/grey-out-button-in-t-code/m-p/1271917#M150525</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-04-07T18:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Grey out button in t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/grey-out-button-in-t-code/m-p/1271918#M150526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe the best brains are in this forum. Used "SHD0", works like a charm.Thanks for all the tips from everyone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 15:16:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/grey-out-button-in-t-code/m-p/1271918#M150526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T15:16:56Z</dc:date>
    </item>
  </channel>
</rss>

