<?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: reports in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1999114#M406791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Murthy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use SET PF-STATUS 'XXX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Double click on XXX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setting the GUI Status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To assign a GUI status to a screen, use the ABAP statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PF-STATUS &amp;lt;stat&amp;gt; [OF PROGRAM &amp;lt;prog&amp;gt;]&lt;/P&gt;&lt;P&gt;                     [EXCLUDING &amp;lt;f&amp;gt;|&amp;lt;itab&amp;gt;].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement defines the user interface for all subsequent screens of a screen sequence until another is set using a new SET PF-STATUS statement. The GUI status &amp;lt;stat&amp;gt; must be a component of the current ABAP program, unless you use the OF PROGRAM addition in the SET PF-STATUS statement to set a GUI status of another program &amp;lt;prog&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The EXCLUDING function allows you to change the appearance and function of a GUI status dynamically. This is useful if the individual user interfaces for a range of screens are very similar. You can define a single global status, and then just deactivate the functions you do not need using EXCLUDING. Specify &amp;lt;f&amp;gt; to deactivate the function code stored in field &amp;lt;f&amp;gt;. Specify &amp;lt;itab&amp;gt; to deactivate all function codes stored in the internal table &amp;lt;itab&amp;gt;. Field &amp;lt;f&amp;gt; and the lines of table &amp;lt;itab&amp;gt; should be of type C, and have length 20. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should set the GUI status for a screen in the PBO event. If you do not specify a GUI status for a screen, it is displayed with the interface of the previous screen. If you do not specify a GUI status for the first screen of a program, it has no user interface, and the user may not be able to leave the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. mark if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Mar 2007 02:59:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-05T02:59:10Z</dc:date>
    <item>
      <title>reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1999111#M406788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends ,&lt;/P&gt;&lt;P&gt; How to define menu interface for report ...&lt;/P&gt;&lt;P&gt; is it possible or not ?.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; Regs ,&lt;/P&gt;&lt;P&gt; Murthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 02:16:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1999111#M406788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-05T02:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1999112#M406789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it is.  You simply need to define the menu structure in a custom gui status and  call this status in your report program before either the selection screen is thrown or your output is thrown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;set pf-status 'MAIN'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 02:25:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1999112#M406789</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-05T02:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1999113#M406790</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;write the command,&lt;/P&gt;&lt;P&gt;set pf-status 'AA'.&lt;/P&gt;&lt;P&gt;in your program.Double click on "AA', it will take you to gui screen.&lt;/P&gt;&lt;P&gt;ENter the elements you need to handle.&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;keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 02:28:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1999113#M406790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-05T02:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1999114#M406791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Murthy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use SET PF-STATUS 'XXX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Double click on XXX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setting the GUI Status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To assign a GUI status to a screen, use the ABAP statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PF-STATUS &amp;lt;stat&amp;gt; [OF PROGRAM &amp;lt;prog&amp;gt;]&lt;/P&gt;&lt;P&gt;                     [EXCLUDING &amp;lt;f&amp;gt;|&amp;lt;itab&amp;gt;].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement defines the user interface for all subsequent screens of a screen sequence until another is set using a new SET PF-STATUS statement. The GUI status &amp;lt;stat&amp;gt; must be a component of the current ABAP program, unless you use the OF PROGRAM addition in the SET PF-STATUS statement to set a GUI status of another program &amp;lt;prog&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The EXCLUDING function allows you to change the appearance and function of a GUI status dynamically. This is useful if the individual user interfaces for a range of screens are very similar. You can define a single global status, and then just deactivate the functions you do not need using EXCLUDING. Specify &amp;lt;f&amp;gt; to deactivate the function code stored in field &amp;lt;f&amp;gt;. Specify &amp;lt;itab&amp;gt; to deactivate all function codes stored in the internal table &amp;lt;itab&amp;gt;. Field &amp;lt;f&amp;gt; and the lines of table &amp;lt;itab&amp;gt; should be of type C, and have length 20. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should set the GUI status for a screen in the PBO event. If you do not specify a GUI status for a screen, it is displayed with the interface of the previous screen. If you do not specify a GUI status for the first screen of a program, it has no user interface, and the user may not be able to leave the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. mark if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 02:59:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1999114#M406791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-05T02:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1999115#M406792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should copy the 'STANDARD' GUI status from program SAPLKKBL using transaction SE90 &lt;DEL&gt;&amp;gt;Programming SubObjects&lt;/DEL&gt;&amp;gt; Gui Status. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute this transaction to get to next screen. select status using checkbox. click on GUI Status --&amp;gt; Copy. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter your Z program name and the name you what for this status - you can keep it as 'STANDARD' to be simple. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can edit the new status to add or delete buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write set pf-status 'TEST' in your report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 04:14:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1999115#M406792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-05T04:14:58Z</dc:date>
    </item>
  </channel>
</rss>

