<?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: Button on report selection screen application toolbar in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-on-report-selection-screen-application-toolbar/m-p/1362945#M179969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. create GUI status with "Status" name and "Short text"&lt;/P&gt;&lt;P&gt;2. Now a screen will appear with the following,&lt;/P&gt;&lt;P&gt;                a. Menu Bar&lt;/P&gt;&lt;P&gt;                b. Application tool bar&lt;/P&gt;&lt;P&gt;                c. Function keys&lt;/P&gt;&lt;P&gt;3. Click the down arrow near the application toolbar&lt;/P&gt;&lt;P&gt;4. Enter the function code like SAVE, EXIT, etc., You &lt;/P&gt;&lt;P&gt;can also give ur own meaningful naming convention .&lt;/P&gt;&lt;P&gt;          For example ( ZTEST)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Now press enter, it will ask for "Static text" or "Dynamic Text". Choose Static text and press enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Now it will ask for function text and Icon name. Specify some function text ( what it does ) and Icon name u want to attach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. Press enter. It will ask for function keys. Specify a function key and press enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. Now u can handle this function code (ZTEST) either in PBO/PAI like IF FUNCTION = ZTEST ...ENDIF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to set the GUI status u have created in PBO event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example code to set PF status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;MODULE liste_initialisieren.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE setstatus_0100.&lt;/P&gt;&lt;P&gt;LOOP AT extract WITH CONTROL&lt;/P&gt;&lt;P&gt;tctrl_ztufi_league CURSOR nextline.&lt;/P&gt;&lt;P&gt;MODULE liste_show_liste.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above MODULE setstatus_0100 do the following,&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'ZGUI'. ( The GUI status u have created).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this:&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;http://www.sapdevelopment.co.uk/reporting/selscr/but_appbut.htm&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;http://www.sap-basis-abap.com/abap/add-button-to-alv-toolbar-with-reuse-alv-list-display.htm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="517729"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/Tips_and_Tricks.htm&amp;lt;/b&amp;gt;" target="test_blank"&gt;http://www.planetsap.com/Tips_and_Tricks.htm&amp;lt;/b&amp;gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jun 2006 09:17:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-07T09:17:01Z</dc:date>
    <item>
      <title>Button on report selection screen application toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-on-report-selection-screen-application-toolbar/m-p/1362939#M179963</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 want to place Button (application tool bar)on report(executable program) selection screen.&lt;/P&gt;&lt;P&gt;Need your valuable suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sreedevi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2006 09:07:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-on-report-selection-screen-application-toolbar/m-p/1362939#M179963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-07T09:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Button on report selection screen application toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-on-report-selection-screen-application-toolbar/m-p/1362940#M179964</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;at selection-screen output.&lt;/P&gt;&lt;P&gt;set pf_status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same question prev. ansewred &lt;/P&gt;&lt;P&gt;plz refer to this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="50398"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2006 09:10:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-on-report-selection-screen-application-toolbar/m-p/1362940#M179964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-07T09:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Button on report selection screen application toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-on-report-selection-screen-application-toolbar/m-p/1362941#M179965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one option could be to create a new pf-status in se41 &amp;amp; assign it in your program.&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;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2006 09:11:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-on-report-selection-screen-application-toolbar/m-p/1362941#M179965</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-06-07T09:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Button on report selection screen application toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-on-report-selection-screen-application-toolbar/m-p/1362942#M179966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just  refer  link  and   follow  the raja answer  it  is amagin.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="551681"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;just copy  and  paste....&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ytest.&lt;/P&gt;&lt;P&gt;TABLES:  sscrfields .&lt;/P&gt;&lt;P&gt;INCLUDE &amp;lt;icon&amp;gt; .&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN FUNCTION KEY 1 .&lt;/P&gt;&lt;P&gt;parameters: pc(1) .&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;INITIALIZATION .&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  CONCATENATE icon_next_object 'test button at applicatin toolbar'&lt;/P&gt;&lt;P&gt;  INTO&lt;/P&gt;&lt;P&gt;       sscrfields-functxt_01 .&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  IF sscrfields-ucomm EQ 'FC01' .&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    break sy-uname .&lt;/P&gt;&lt;P&gt;  ENDIF .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2006 09:13:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-on-report-selection-screen-application-toolbar/m-p/1362942#M179966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-07T09:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Button on report selection screen application toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-on-report-selection-screen-application-toolbar/m-p/1362943#M179967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sreedevi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create the PF-STATUS either through SE41 or by navigating from main program. In the application toolbar section, give the name and function code to the buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can use the pf-status in the PBO Event of the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'MENU1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also refer this link also..&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba80935c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba80935c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2006 09:16:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-on-report-selection-screen-application-toolbar/m-p/1362943#M179967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-07T09:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Button on report selection screen application toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-on-report-selection-screen-application-toolbar/m-p/1362944#M179968</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;Check this DEMO program &amp;lt;b&amp;gt;demo_sel_screen_function_key&amp;lt;/b&amp;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>Wed, 07 Jun 2006 09:16:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-on-report-selection-screen-application-toolbar/m-p/1362944#M179968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-07T09:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Button on report selection screen application toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-on-report-selection-screen-application-toolbar/m-p/1362945#M179969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. create GUI status with "Status" name and "Short text"&lt;/P&gt;&lt;P&gt;2. Now a screen will appear with the following,&lt;/P&gt;&lt;P&gt;                a. Menu Bar&lt;/P&gt;&lt;P&gt;                b. Application tool bar&lt;/P&gt;&lt;P&gt;                c. Function keys&lt;/P&gt;&lt;P&gt;3. Click the down arrow near the application toolbar&lt;/P&gt;&lt;P&gt;4. Enter the function code like SAVE, EXIT, etc., You &lt;/P&gt;&lt;P&gt;can also give ur own meaningful naming convention .&lt;/P&gt;&lt;P&gt;          For example ( ZTEST)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Now press enter, it will ask for "Static text" or "Dynamic Text". Choose Static text and press enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Now it will ask for function text and Icon name. Specify some function text ( what it does ) and Icon name u want to attach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. Press enter. It will ask for function keys. Specify a function key and press enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. Now u can handle this function code (ZTEST) either in PBO/PAI like IF FUNCTION = ZTEST ...ENDIF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to set the GUI status u have created in PBO event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example code to set PF status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;MODULE liste_initialisieren.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE setstatus_0100.&lt;/P&gt;&lt;P&gt;LOOP AT extract WITH CONTROL&lt;/P&gt;&lt;P&gt;tctrl_ztufi_league CURSOR nextline.&lt;/P&gt;&lt;P&gt;MODULE liste_show_liste.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above MODULE setstatus_0100 do the following,&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'ZGUI'. ( The GUI status u have created).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this:&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;http://www.sapdevelopment.co.uk/reporting/selscr/but_appbut.htm&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;http://www.sap-basis-abap.com/abap/add-button-to-alv-toolbar-with-reuse-alv-list-display.htm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="517729"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/Tips_and_Tricks.htm&amp;lt;/b&amp;gt;" target="test_blank"&gt;http://www.planetsap.com/Tips_and_Tricks.htm&amp;lt;/b&amp;gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2006 09:17:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-on-report-selection-screen-application-toolbar/m-p/1362945#M179969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-07T09:17:01Z</dc:date>
    </item>
  </channel>
</rss>

