<?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: Disable user menu in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-user-menu/m-p/4957965#M1155887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;The other possible method, which i prefer, is to have the tcodes added as Authorization Default rather than a transaction. &lt;/P&gt;&lt;P&gt;Can you throw more light on what you mean by this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean add transactions by inserting profiles? That can also be one way of doing it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Dec 2008 15:01:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-23T15:01:08Z</dc:date>
    <item>
      <title>Disable user menu</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-user-menu/m-p/4957957#M1155879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I assign a role to a user, then the user menu will reflect the role menu.&lt;/P&gt;&lt;P&gt;How do I disable the user menu, meaning he should not see the Tcodes/reports in the SAP initial screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 02:11:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-user-menu/m-p/4957957#M1155879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-12T02:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Disable user menu</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-user-menu/m-p/4957958#M1155880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out SAP Note # 380029&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Selection option between user menu and SAP menu&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a specific user, you can use SM30 and maintain table USERS_SSM&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;For global changes update table SSM_CUST&lt;/P&gt;&lt;P&gt;Parameters are&lt;/P&gt;&lt;P&gt;ALL_USER_MENUS_OFF&lt;/P&gt;&lt;P&gt;SAP_MENU_OFF&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;Zaheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 02:35:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-user-menu/m-p/4957958#M1155880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-12T02:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Disable user menu</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-user-menu/m-p/4957959#M1155881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One posible way of not displaying tcodes in the menu list is by removing tcodes from the menu tab in PFCG role maintenance and adding them via S_TCODE. But, in this case you should be aware of the objects which will checked in authority-check and need to be maintained in the role for the transactions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 05:01:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-user-menu/m-p/4957959#M1155881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-12T05:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Disable user menu</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-user-menu/m-p/4957960#M1155882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not in full agreement with this approach, SAP has given functionality for selection between role menu and sap  menu. Then why to take the toughest way out and remove them from PFCG-&amp;gt;Menu just because you want them not to see it and remove the option of click-and-run from menu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers !!&lt;/P&gt;&lt;P&gt;Zaheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 17:17:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-user-menu/m-p/4957960#M1155882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-12T17:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Disable user menu</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-user-menu/m-p/4957961#M1155883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zaheer,&lt;/P&gt;&lt;P&gt;What you have suggested is based on a global approach or on a user based approach.&lt;/P&gt;&lt;P&gt;What I have suggested is based on a role based approach, wherein if the organization wishes not to display the transactions in the easy access menu for certain roles. Ofcourse it is not an easy approach and has to be catered to during the role design itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subbu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Dec 2008 03:43:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-user-menu/m-p/4957961#M1155883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-13T03:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Disable user menu</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-user-menu/m-p/4957962#M1155884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are using Web client in the front end. For that reason we are not able to take out the content in Menu tab (PFCG Tcode).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case Zaheer's suggestion is working.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 21:35:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-user-menu/m-p/4957962#M1155884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T21:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Disable user menu</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-user-menu/m-p/4957963#M1155885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please mark it as resolved if you got the solution.&lt;/P&gt;&lt;P&gt;This would help others who are searching for solutions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers !!&lt;/P&gt;&lt;P&gt;Zaheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 05:36:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-user-menu/m-p/4957963#M1155885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-19T05:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Disable user menu</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-user-menu/m-p/4957964#M1155886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The other possible method, which i prefer, is to have the tcodes added as Authorization Default rather than a transaction. This would still enable to have all the auth objects checked for the tcode to be embedded in the role including S_TCODE. You would see it in the role with a different icon but when the user log in, they would not see it in the menu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the approach i take when we have to add any dependent transactions to the role but not visible to the user. As an example, the Time Entry tcode CAT2 triggers the Trave Mgmt tcode PR05 but the users do not need to see this later tcode in their menu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answers your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sarada&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 14:25:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-user-menu/m-p/4957964#M1155886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-23T14:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Disable user menu</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-user-menu/m-p/4957965#M1155887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;The other possible method, which i prefer, is to have the tcodes added as Authorization Default rather than a transaction. &lt;/P&gt;&lt;P&gt;Can you throw more light on what you mean by this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean add transactions by inserting profiles? That can also be one way of doing it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 15:01:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-user-menu/m-p/4957965#M1155887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-23T15:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Disable user menu</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-user-menu/m-p/4957966#M1155888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No that is not what i am referring to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PFCG, on the Menu tab, you have different options to add the tcodes/reports to the role. One of them is Authorization default, which is what i am referring to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a test role using this icon and assign a tcode. You will notice what i did explain in my earlier reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need any help, let me know and i will be glad to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sarada&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 15:46:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-user-menu/m-p/4957966#M1155888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-23T15:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Disable user menu</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-user-menu/m-p/4957967#M1155889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the information. I was checking it in 4.6C and could not find the button. Then when I checked in ECC 6.0 I could locate the button on the menu tab. I was not aware of its usage.&lt;/P&gt;&lt;P&gt;I guess this was not available with the earlier versions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 11:35:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-user-menu/m-p/4957967#M1155889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T11:35:18Z</dc:date>
    </item>
  </channel>
</rss>

