<?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 Button in Selection Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-selection-screen/m-p/4027945#M962562</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;                  I have a push button in one block of a selection screen.. i have used that button as an information button.. Since it is a push button i dont have any icon for that button.. I would like to have an info icon for that button... Please help me in how to have an icon for that push button.. Pzzzzzzzzzz help...&lt;/P&gt;&lt;P&gt;Answers will be appreciated...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sanu Pillai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jun 2008 09:53:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-20T09:53:32Z</dc:date>
    <item>
      <title>Button in Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-selection-screen/m-p/4027945#M962562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;                  I have a push button in one block of a selection screen.. i have used that button as an information button.. Since it is a push button i dont have any icon for that button.. I would like to have an info icon for that button... Please help me in how to have an icon for that push button.. Pzzzzzzzzzz help...&lt;/P&gt;&lt;P&gt;Answers will be appreciated...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sanu Pillai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 09:53:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-selection-screen/m-p/4027945#M962562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T09:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Button in Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-selection-screen/m-p/4027946#M962563</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 with this but not sure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ICON_CREATE' &lt;/P&gt;&lt;P&gt;    EXPORTING &lt;/P&gt;&lt;P&gt;      name   = icon_information &lt;/P&gt;&lt;P&gt;      text   = 'Button 2' &lt;/P&gt;&lt;P&gt;      info   = 'My Quickinfo' &lt;/P&gt;&lt;P&gt;    IMPORTING &lt;/P&gt;&lt;P&gt;      RESULT = but2 &lt;/P&gt;&lt;P&gt;    EXCEPTIONS &lt;/P&gt;&lt;P&gt;      OTHERS = 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Murali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 09:57:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-selection-screen/m-p/4027946#M962563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T09:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Button in Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-selection-screen/m-p/4027947#M962564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to application toolbar for that button.double click on that button name.there you will get a small window ..in that ICON field will be there..enter ICON_INFORMATION&lt;/P&gt;&lt;P&gt;...it will give you information icon on that buttion.save &amp;amp; activate it.your problem wil  be solved or just use ICON_CREATE FM..in that also you can enter ICON_INFORMATION as icon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;P&gt;twinkal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: twinkal patel on Jun 20, 2008 11:59 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 09:58:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-selection-screen/m-p/4027947#M962564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T09:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Button in Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-selection-screen/m-p/4027948#M962565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sanu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through the below given links,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://www.sapdevelopment.co.uk/reporting/selscr/selscrhome.htm][&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3971777"&gt;&lt;/A&gt;][&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5309059"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this links will help you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if usefull,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kalyan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 09:59:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-selection-screen/m-p/4027948#M962565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T09:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Button in Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-selection-screen/m-p/4027949#M962566</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 can provide the icon.See the sample:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN PUSHBUTTON /15(20) button1 USER-COMMAND EXEC1.
SELECTION-SCREEN PUSHBUTTON /15(20) button2 USER-COMMAND EXEC2.


You can initialize the texts for the push-buttons at INITIALIZATION.


CONCATENATE icon_green_light
'Button 1'(029) INTO button1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this links for sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba81635c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba81635c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/create-push-buttons-in-application-tool-bar.htm" target="test_blank"&gt;http://www.sap-img.com/abap/create-push-buttons-in-application-tool-bar.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 10:02:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-selection-screen/m-p/4027949#M962566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T10:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Button in Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-selection-screen/m-p/4027950#M962567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sanu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create the following on selection screen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example :&lt;/P&gt;&lt;P&gt;TABLES SSCRFIELDS. &lt;/P&gt;&lt;P&gt;... &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN PUSHBUTTON /10(20) CHARLY USER-COMMAND ABCD. &lt;/P&gt;&lt;P&gt;... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION. &lt;/P&gt;&lt;P&gt;MOVE 'My text' TO CHARLY. &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;IF SSCRFIELDS-UCOMM = 'ABCD'. &lt;/P&gt;&lt;P&gt;... &lt;/P&gt;&lt;P&gt;ENDIF. &lt;/P&gt;&lt;P&gt;A pushbutton appears on the selection screen with the text 'My text'. In the AT SELECTION-SCREEN event, the field SSCRFIELDS-UCOMM has the contents ABCD after the button has been pushed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more info refer SAP help(F1):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 10:02:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-selection-screen/m-p/4027950#M962567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T10:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Button in Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-selection-screen/m-p/4027951#M962568</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;Try this sort of code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN:BEGIN OF BLOCK b2 WITH FRAME TITLE text-011.

SELECTION-SCREEN SKIP 1.

SELECTION-SCREEN PUSHBUTTON 70(4) but1 USER-COMMAND info.

SELECTION-SCREEN END OF BLOCK b2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;INITIALIZATION.
  WRITE ICON_INFORMATION TO but1 AS ICON.
  &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then check the value of pushbutton in sy-ucomm&lt;/P&gt;&lt;P&gt;ie case sy-ucomm.&lt;/P&gt;&lt;P&gt;when 'INFO'.&lt;/P&gt;&lt;P&gt;...........&lt;/P&gt;&lt;P&gt;when...&lt;/P&gt;&lt;P&gt;others...&lt;/P&gt;&lt;P&gt;endcase.&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;Even you can goto &lt;STRONG&gt;SE80&lt;/STRONG&gt; then double click screen then in layout for pushbutton attributes we can give icon name (ICON_INFORMATION).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will surely help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dhanashri.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Dhanashri Pawar on Jun 20, 2008 12:05 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 10:04:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-selection-screen/m-p/4027951#M962568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T10:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Button in Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-selection-screen/m-p/4027952#M962569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Create set pf-status 'ABC', In application tool bar create ur button and double clk , u can set the icon for ur button there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Iyswarya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 10:06:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-selection-screen/m-p/4027952#M962569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T10:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Button in Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-selection-screen/m-p/4027953#M962570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have observed the standard SAP provided icon for Information Sysyems, you can see that find icon is provided.I think you can that icon for your information button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you didn't observe &lt;/P&gt;&lt;P&gt;-&amp;gt; open for ex. se38&lt;/P&gt;&lt;P&gt;-&amp;gt; press F4 on the program text box&lt;/P&gt;&lt;P&gt;you will find information system push button and the icon associated with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 10:07:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-selection-screen/m-p/4027953#M962570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T10:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Button in Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-selection-screen/m-p/4027954#M962571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this example program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;demo_sel_screen_pushbutton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 10:09:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-selection-screen/m-p/4027954#M962571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T10:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Button in Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-selection-screen/m-p/4027955#M962572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this...here for the button i had given the information&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;SELECTION-SCREEN:&lt;/P&gt;&lt;P&gt;BEGIN OF SCREEN 500 AS WINDOW TITLE title,&lt;/P&gt;&lt;P&gt;PUSHBUTTON 2(10) but1 USER-COMMAND cli1,&lt;/P&gt;&lt;P&gt;PUSHBUTTON 12(30) but2 USER-COMMAND cli2&lt;/P&gt;&lt;P&gt;VISIBLE LENGTH 10,&lt;/P&gt;&lt;P&gt;END OF SCREEN 500.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;CASE sscrfields.&lt;/P&gt;&lt;P&gt;WHEN 'CLI1'.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;WHEN 'CLI2'.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;title = 'Push button'.&lt;/P&gt;&lt;P&gt;but1 = 'Button 2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ICON_CREATE'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;name = icon_information&lt;/P&gt;&lt;P&gt;text = 'Button 2'&lt;/P&gt;&lt;P&gt;info = 'My Quickinfo'&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;RESULT = but2&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;OTHERS = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SELECTION-SCREEN '0500' STARTING AT 10 10.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 10:24:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-selection-screen/m-p/4027955#M962572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T10:24:09Z</dc:date>
    </item>
  </channel>
</rss>

