<?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 in a selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-a-selection-screen/m-p/1637022#M283999</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer the demo example:&lt;/P&gt;&lt;P&gt;demo_sel_screen_pushbutton&lt;/P&gt;&lt;P&gt;The event that is triggered is the very familiar " at selection-screen."&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Oct 2006 12:07:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-19T12:07:47Z</dc:date>
    <item>
      <title>Button in a selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-a-selection-screen/m-p/1637020#M283997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone give an example of create a pushbuttom in a selection screen 1000? I draw the button with screen painter and i assign a function code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which event is triggered when i push the button??? AT-USER COMMAND ??? I think that isn't because is in the selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;SILVIa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 11:59:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-a-selection-screen/m-p/1637020#M283997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T11:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Button in a selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-a-selection-screen/m-p/1637021#M283998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To create a pushbutton on the selection screen you use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION SCREEN PUSHBUTTON [/]&amp;lt;pos(len)&amp;gt; &amp;lt;push&amp;gt;&lt;/P&gt;&lt;P&gt;                            USER-COMMAND &amp;lt;ucom&amp;gt; [MODIF ID &amp;lt;key&amp;gt;].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the event is AT-SELECTION-SCREEN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 12:06:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-a-selection-screen/m-p/1637021#M283998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T12:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Button in a selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-a-selection-screen/m-p/1637022#M283999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer the demo example:&lt;/P&gt;&lt;P&gt;demo_sel_screen_pushbutton&lt;/P&gt;&lt;P&gt;The event that is triggered is the very familiar " at selection-screen."&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 12:07:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-a-selection-screen/m-p/1637022#M283999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T12:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Button in a selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-a-selection-screen/m-p/1637023#M284000</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 create buttons on the selection using the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN PUSHBUTTON &amp;lt;Name&amp;gt;&lt;/P&gt;&lt;P&gt;                   USER-COMMAND &amp;lt;fcode&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get the fcode from sy-ucomm at the followng event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN. (THIS IS PAI for selection screen).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 12:09:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-a-selection-screen/m-p/1637023#M284000</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2006-10-19T12:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Button in a selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-a-selection-screen/m-p/1637024#M284001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REPORT  ypra_sample60.                           .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE &amp;lt;icon&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: ls_icon(14).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN:&lt;/P&gt;&lt;P&gt;          BEGIN OF BLOCK b3 WITH FRAME,&lt;/P&gt;&lt;P&gt;           BEGIN OF LINE,&lt;/P&gt;&lt;P&gt;            COMMENT    1(32) text-001,&lt;/P&gt;&lt;P&gt;            PUSHBUTTON 33(10) pushy USER-COMMAND upload,&lt;/P&gt;&lt;P&gt;           END OF LINE,&lt;/P&gt;&lt;P&gt;          END OF BLOCK b3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;  CONCATENATE icon_export text-002 INTO ls_icon.&lt;/P&gt;&lt;P&gt;  MOVE ls_icon TO pushy.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Here text-001 =  Index and Quotations Upload,&lt;/P&gt;&lt;P&gt;     text-002 = Upload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever the user presses this button selection screen event will triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 12:09:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-a-selection-screen/m-p/1637024#M284001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T12:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Button in a selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-a-selection-screen/m-p/1637025#M284002</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;TABLES: SSCRFIELDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need a pushbuttom on the screen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN PUSHBUTTON X(Y) &amp;lt;NAME&amp;gt; USER-COMMAND &amp;lt;COMMAND&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X is the distance from the left border and Y is the lenght.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&amp;lt;NAME&amp;gt; = 'My Buttom'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need it on the status:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN FUNCTION KEY N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with N is from 1 to 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;MOVE 'My Buttom' TO SSCRFIELDS-FUNCTXT_0&amp;lt;N&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manage the ok-code in the AT SELECTION-SCREEN event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN. &lt;/P&gt;&lt;P&gt;  IF SSCRFIELDS-UCOMM = &amp;lt;CODE&amp;gt;. &lt;/P&gt;&lt;P&gt;    ... &lt;/P&gt;&lt;P&gt;  ENDIF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 12:27:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-a-selection-screen/m-p/1637025#M284002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T12:27:22Z</dc:date>
    </item>
  </channel>
</rss>

