<?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: std tool bar in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/std-tool-bar/m-p/5139380#M1191213</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;&lt;/P&gt;&lt;P&gt;MODULE status_9002 OUTPUT.&lt;/P&gt;&lt;P&gt;**&amp;amp;..................&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Set initial PF status and disable non required function codes.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;**&amp;amp;.................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA:  fcode TYPE TABLE OF sy-ucomm,            " FOR EXCLUDING THE PF -
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  APPEND 'EXPA' TO fcode.   " STD name of the function
  APPEND 'DELM' TO fcode.
  APPEND 'ADDR' TO fcode.
  APPEND 'GPRF' TO fcode.
  APPEND 'BCCH' TO fcode.
  APPEND 'SCRF' TO fcode.
  APPEND 'ANZG' TO fcode.
  APPEND 'DETM' TO fcode.
  APPEND 'EXPA' TO fcode.
  APPEND 'KOPE' TO fcode.
  APPEND 'ORGI' TO fcode.
  APPEND 'MKBL' TO fcode.
  SET PF-STATUS 'ZULG' OF PROGRAM 'SAPLSVIM' EXCLUDING fcode.
ENDMODULE.                 " STATUS_9002  OUTPUT

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from the standard program fetch the gui name like &lt;STRONG&gt;ZULG&lt;/STRONG&gt; in my program&lt;/P&gt;&lt;P&gt;step of find&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to System  " it will come at menu when you run your standard code&lt;/P&gt;&lt;P&gt;go to Status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clik that&lt;/P&gt;&lt;P&gt;chose GUI STATUS NAME&lt;/P&gt;&lt;P&gt;DOUBLE clik'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will find the all function type code &lt;/P&gt;&lt;P&gt;now those you want to exclude&lt;/P&gt;&lt;P&gt;append them in FCODE like in my program&lt;/P&gt;&lt;P&gt;and use this stament&lt;/P&gt;&lt;P&gt; SET PF-STATUS 'ZULG' OF PROGRAM 'SAPLSVIM' EXCLUDING fcode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it will help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arun kayal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Feb 2009 06:59:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-04T06:59:30Z</dc:date>
    <item>
      <title>std tool bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/std-tool-bar/m-p/5139378#M1191211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I hide the STD tool bar of a report output?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nithu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 06:46:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/std-tool-bar/m-p/5139378#M1191211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T06:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: std tool bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/std-tool-bar/m-p/5139379#M1191212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to &lt;STRONG&gt;PF-STATUS&lt;/STRONG&gt;, on the right hand side corner of application toolbar, you will have a GREEN color icon.&lt;/P&gt;&lt;P&gt;Click it and select &lt;STRONG&gt;HIDE ALL&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Activate the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can hide few of its buttons using &lt;STRONG&gt;SET PF-STATUS 'TEST' EXCLUDING T_OKCODE&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 06:54:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/std-tool-bar/m-p/5139379#M1191212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T06:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: std tool bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/std-tool-bar/m-p/5139380#M1191213</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;&lt;/P&gt;&lt;P&gt;MODULE status_9002 OUTPUT.&lt;/P&gt;&lt;P&gt;**&amp;amp;..................&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Set initial PF status and disable non required function codes.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;**&amp;amp;.................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA:  fcode TYPE TABLE OF sy-ucomm,            " FOR EXCLUDING THE PF -
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  APPEND 'EXPA' TO fcode.   " STD name of the function
  APPEND 'DELM' TO fcode.
  APPEND 'ADDR' TO fcode.
  APPEND 'GPRF' TO fcode.
  APPEND 'BCCH' TO fcode.
  APPEND 'SCRF' TO fcode.
  APPEND 'ANZG' TO fcode.
  APPEND 'DETM' TO fcode.
  APPEND 'EXPA' TO fcode.
  APPEND 'KOPE' TO fcode.
  APPEND 'ORGI' TO fcode.
  APPEND 'MKBL' TO fcode.
  SET PF-STATUS 'ZULG' OF PROGRAM 'SAPLSVIM' EXCLUDING fcode.
ENDMODULE.                 " STATUS_9002  OUTPUT

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from the standard program fetch the gui name like &lt;STRONG&gt;ZULG&lt;/STRONG&gt; in my program&lt;/P&gt;&lt;P&gt;step of find&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to System  " it will come at menu when you run your standard code&lt;/P&gt;&lt;P&gt;go to Status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clik that&lt;/P&gt;&lt;P&gt;chose GUI STATUS NAME&lt;/P&gt;&lt;P&gt;DOUBLE clik'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will find the all function type code &lt;/P&gt;&lt;P&gt;now those you want to exclude&lt;/P&gt;&lt;P&gt;append them in FCODE like in my program&lt;/P&gt;&lt;P&gt;and use this stament&lt;/P&gt;&lt;P&gt; SET PF-STATUS 'ZULG' OF PROGRAM 'SAPLSVIM' EXCLUDING fcode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it will help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arun kayal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 06:59:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/std-tool-bar/m-p/5139380#M1191213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T06:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: std tool bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/std-tool-bar/m-p/5139381#M1191214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You have to first copy the Standard PF Status to  a PF Status from SE41.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Standard ALV PF-Status:-&lt;/P&gt;&lt;P&gt;Program Name- SAPLKKBL&lt;/P&gt;&lt;P&gt;Status:- STANDARD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Inside the PF Status. Click On the green icon beside Application toolbar.--&amp;gt;Hide All&lt;/P&gt;&lt;P&gt;The call the PF status in your report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sandipan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 07:12:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/std-tool-bar/m-p/5139381#M1191214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T07:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: std tool bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/std-tool-bar/m-p/5139382#M1191215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is your Problem solved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandipan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 08:12:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/std-tool-bar/m-p/5139382#M1191215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T08:12:46Z</dc:date>
    </item>
  </channel>
</rss>

