<?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: custom button at selection screen toolbar in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-button-at-selection-screen-toolbar/m-p/7389684#M1545230</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;use GUI status to create a push button.&lt;/P&gt;&lt;P&gt;capture the function code in at user-command event and submit to the another program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Oct 2010 05:08:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-21T05:08:38Z</dc:date>
    <item>
      <title>custom button at selection screen toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-button-at-selection-screen-toolbar/m-p/7389678#M1545224</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;I have a requirement to add button at selection screen toolbar. Once this button was hit another program should be called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea on how to do this. Appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 04:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-button-at-selection-screen-toolbar/m-p/7389678#M1545224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-21T04:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: custom button at selection screen toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-button-at-selection-screen-toolbar/m-p/7389679#M1545225</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;Search SDN Before Posting  you will find soultion  ...&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;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 04:16:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-button-at-selection-screen-toolbar/m-p/7389679#M1545225</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2010-10-21T04:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: custom button at selection screen toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-button-at-selection-screen-toolbar/m-p/7389680#M1545226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've already did my research and no solution was found for my req. That's why am posting new thread. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 04:24:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-button-at-selection-screen-toolbar/m-p/7389680#M1545226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-21T04:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: custom button at selection screen toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-button-at-selection-screen-toolbar/m-p/7389681#M1545227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Iniialization. Set PF status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 04:32:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-button-at-selection-screen-toolbar/m-p/7389681#M1545227</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2010-10-21T04:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: custom button at selection screen toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-button-at-selection-screen-toolbar/m-p/7389682#M1545228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;first of all let me know how you are creating your selection screen,&lt;/P&gt;&lt;P&gt;By using Select-options or it is a odule pool programming.&lt;/P&gt;&lt;P&gt;if it is a Module pool then you can set the PF status of that screen and create your own buttons with there Function code &lt;/P&gt;&lt;P&gt;and in user command you can capture the functionality for that particular buttons Function code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of select-options I am not sure how you will add a button to standard tool bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Lalit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 04:40:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-button-at-selection-screen-toolbar/m-p/7389682#M1545228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-21T04:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: custom button at selection screen toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-button-at-selection-screen-toolbar/m-p/7389683#M1545229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;To add a button in selection screen toolbar follow the following steps--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;tables sscrfields.
INITIALIZATION.
  sscrfields-functxt_01 = 'ttttttttttttttttt '. " This is text for button 

AT SELECTION-SCREEN.
  IF sscrfields-ucomm EQ 'FC01'. " this is user command for the button 
*Submit the program here which u want to call if it is a report program*
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can add 5 button in the selection screen.&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;Madhukar Shetty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 05:05:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-button-at-selection-screen-toolbar/m-p/7389683#M1545229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-21T05:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: custom button at selection screen toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-button-at-selection-screen-toolbar/m-p/7389684#M1545230</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;use GUI status to create a push button.&lt;/P&gt;&lt;P&gt;capture the function code in at user-command event and submit to the another program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 05:08:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-button-at-selection-screen-toolbar/m-p/7389684#M1545230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-21T05:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: custom button at selection screen toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-button-at-selection-screen-toolbar/m-p/7389685#M1545231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 05:48:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-button-at-selection-screen-toolbar/m-p/7389685#M1545231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-21T05:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: custom button at selection screen toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-button-at-selection-screen-toolbar/m-p/7389686#M1545232</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;To add custom Button to your selection screen see the below example- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: SSCRFIELDS.&lt;/P&gt;&lt;P&gt;TYPE-POOLS ICON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: p_bukrs TYPE bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION:&lt;/P&gt;&lt;P&gt;  V_FUNCTXT-ICON_ID = ICON_XXX.                          " Add Icon to button if you want.&lt;/P&gt;&lt;P&gt;  V_FUNCTXT-QUICKINFO = 'xxxx'.                            " Text to be displayed when you hover mouse over the button&lt;/P&gt;&lt;P&gt;  V_FUNCTXT-ICON_TEXT = 'yyyy'.                           " Text to be dsipalyed on button.&lt;/P&gt;&lt;P&gt;  SSCRFIELDS-FUNCTXT_01 = V_FUNCTXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;  CASE SSCRFIELDS-UCOMM.&lt;/P&gt;&lt;P&gt;    WHEN 'FC01'.                                                           " Handle the click on button. By default this function code will be &lt;/P&gt;&lt;P&gt; to your &lt;/P&gt;&lt;P&gt;      "Your logic&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 05:55:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-button-at-selection-screen-toolbar/m-p/7389686#M1545232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-21T05:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: custom button at selection screen toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-button-at-selection-screen-toolbar/m-p/7389687#M1545233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; I've already did my research and no solution was found for my req. &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i understand your research was not comprehensive &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; SAP has provided a lots of demo programs for playing with the selection-screen; you can check them in ABAPDOCU transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway for your specific requirement you should refer to the demo program: DEMO_SEL_SCREEN_FUNCTION_KEY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 06:03:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-button-at-selection-screen-toolbar/m-p/7389687#M1545233</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-10-21T06:03:43Z</dc:date>
    </item>
  </channel>
</rss>

