<?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: module-pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1365609#M180882</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; In the PBO, where you are setting the status, check for the user. If the user is not the target one then use EXCLUDING fcode for others. This may solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Bharat Kumar Reddy.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 May 2006 06:25:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-06T06:25:00Z</dc:date>
    <item>
      <title>module-pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1365607#M180880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i created a menu(bar) in a module pool how to disable that menu for other users...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help me...&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;kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 May 2006 05:17:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1365607#M180880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-06T05:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: module-pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1365608#M180881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would have created a menu (PF-status) using SE41 transaction. You will be attaching this menu with the command SET PF-STATUS 'Menu Name'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks the extenstion of this command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'Menu Name' EXCLUDING FUNCCODES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCCODES is a table with the list of functions codes from the menu that you want to filter for a user.&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 and close the thread if the issue is resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 May 2006 06:08:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1365608#M180881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-06T06:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: module-pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1365609#M180882</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; In the PBO, where you are setting the status, check for the user. If the user is not the target one then use EXCLUDING fcode for others. This may solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Bharat Kumar Reddy.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 May 2006 06:25:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1365609#M180882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-06T06:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: module-pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1365610#M180883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suppose you have a Menu called MENU -- under which you have MENU1, MENU2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO of that screen..&lt;/P&gt;&lt;P&gt;write the following code..&lt;/P&gt;&lt;P&gt;if sy-uname = &amp;lt;username&amp;gt; &lt;/P&gt;&lt;P&gt; set pf-status 'ztest' excluding 'MENU1'.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt; set pf-status 'ztest'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to disable multiple buttons.. you can create an internal table with one field .. like..&lt;/P&gt;&lt;P&gt;data:  begin of it occurs 0,&lt;/P&gt;&lt;P&gt;         char(10),&lt;/P&gt;&lt;P&gt;       end of it.&lt;/P&gt;&lt;P&gt;it-char = 'MENU1'. append it.&lt;/P&gt;&lt;P&gt;it-char = 'MENU2'. append it.&lt;/P&gt;&lt;P&gt;if sy-uname = &amp;lt;username&amp;gt; &lt;/P&gt;&lt;P&gt; set pf-status 'ztest' excluding it.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt; set pf-status 'ztest'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 May 2006 06:41:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1365610#M180883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-06T06:41:22Z</dc:date>
    </item>
  </channel>
</rss>

