<?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: SELECTION-SCREEN PUSHBUTTON 0(20) name USER-COMMAND FILE. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-pushbutton-0-20-name-user-command-file/m-p/1265556#M148962</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create your own screen and call it as selection screen in that case you have freedom to design it according to your choice.&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, 22 Mar 2006 08:55:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-22T08:55:28Z</dc:date>
    <item>
      <title>SELECTION-SCREEN PUSHBUTTON 0(20) name USER-COMMAND FILE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-pushbutton-0-20-name-user-command-file/m-p/1265553#M148959</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;I'm trying to put a button on a selection-screen!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like this button to be Icon + text! Text is ook, how do I add an icon ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 08:50:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-pushbutton-0-20-name-user-command-file/m-p/1265553#M148959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-22T08:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTION-SCREEN PUSHBUTTON 0(20) name USER-COMMAND FILE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-pushbutton-0-20-name-user-command-file/m-p/1265554#M148960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi stephan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. simple&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. like this (just copy paste in new program)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report abc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN PUSHBUTTON /1(35) showlist USER-COMMAND showlist.&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;  MOVE '&amp;lt;b&amp;gt;@5W\QE@&amp;lt;/b&amp;gt;Show Emp List From 9002' TO showlist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where  &lt;/P&gt;&lt;P&gt;@5W\QE@ = icon code (we can get from icon type-group)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Show Emp List From 9002 = the TEXT u want to show in button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. For getting the CODe for icon,&lt;/P&gt;&lt;P&gt;   goto se11,&lt;/P&gt;&lt;P&gt;   and check out ICON (in type group)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. &lt;/P&gt;&lt;P&gt;eg.  from ICON&lt;/P&gt;&lt;P&gt;ICON_2 ICON_DUMMY                     '@00@'."  ICON_2 ICON_CHECKED                   '@01@'."  Checked; OK&lt;/P&gt;&lt;P&gt;ICON_2 ICON_INCOMPLETE                '@02@'."  Incomplete&lt;/P&gt;&lt;P&gt;ICON_2 ICON_FAILURE                   '@03@'."  Failed&lt;/P&gt;&lt;P&gt;ICON_2 ICON_POSITIVE                  '@04@'."  Positive&lt;/P&gt;&lt;P&gt;ICON_2 ICON_NEGATIVE                  '@05@'."  Negative&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 08:54:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-pushbutton-0-20-name-user-command-file/m-p/1265554#M148960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-22T08:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTION-SCREEN PUSHBUTTON 0(20) name USER-COMMAND FILE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-pushbutton-0-20-name-user-command-file/m-p/1265555#M148961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to create pushbuttons with tool tips on a selection screen or you want to assign a tooltip to the pushbuttons created with SLECTION-SCREEN FUCTIONKEY in the GUI status of a selection screen, the correction instructions contain a sample program which demonstrates how you can assign tool tips to pushbuttons or application toolbars in a selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZZTOOLTIPDEMO. &lt;/P&gt;&lt;P&gt;TYPE-POOLS icon. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: funckey TYPE smp_dyntxt.&lt;/P&gt;&lt;P&gt;TABLES: sscrfields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN PUSHBUTTON 1(40) pushbutt USER-COMMAND&lt;/P&gt;&lt;P&gt;com VISIBLE LENGTH 12.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN FUNCTION KEY 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;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 = 'My Text'&lt;/P&gt;&lt;P&gt;info = 'My Quickinfo'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ADD_STDINF = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;RESULT = pushbutt&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;OTHERS = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE icon_information TO funckey-icon_id.&lt;/P&gt;&lt;P&gt;MOVE 'My text' TO funckey-icon_text.&lt;/P&gt;&lt;P&gt;MOVE 'My quickinfo' TO funckey-quickinfo.&lt;/P&gt;&lt;P&gt;MOVE funckey TO sscrfields-functxt_01.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 08:54:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-pushbutton-0-20-name-user-command-file/m-p/1265555#M148961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-22T08:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTION-SCREEN PUSHBUTTON 0(20) name USER-COMMAND FILE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-pushbutton-0-20-name-user-command-file/m-p/1265556#M148962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create your own screen and call it as selection screen in that case you have freedom to design it according to your choice.&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, 22 Mar 2006 08:55:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-pushbutton-0-20-name-user-command-file/m-p/1265556#M148962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-22T08:55:28Z</dc:date>
    </item>
  </channel>
</rss>

