<?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: at selection-screen output in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-at-selection-screen-output/m-p/9244718#M1720075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Praveen Chitturi&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I press 'Enter', a select statement is triggered and an old material number SHOWS as 'SELECTION-SCREEN OPTION COMMENT... '. The old number is just a piece of material information which I select from DB Table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanna trigger the select statement using 'Tab' instead of 'Enter' to facilitate user input. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jan 2013 01:28:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-01-15T01:28:17Z</dc:date>
    <item>
      <title>selection screen: at selection-screen output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-at-selection-screen-output/m-p/9244715#M1720072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create a parameter of material number on a selection screen. I code under 'AT SELECTION-SCREEN OUTPUT' to select old material number from the DB Table and output the old number on the selection screen. To inquire the old number, the user should first input a material number and press 'Enter'. The old number shows then. How can I replacing 'Enter' with 'Tab' to process the 'AT SELECTION-SCREEN OUTPUT' module. Because there are many other fields should be input by the user, when the cursor is set on the second field, the select statement is processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jan 2013 09:08:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-at-selection-screen-output/m-p/9244715#M1720072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-12T09:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen: at selection-screen output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-at-selection-screen-output/m-p/9244716#M1720073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi pls clarifty one point , in the selection screen first you will enter a value in material number(paramter) if you press enter what should happen? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What and why old number is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you want to suppress the field or do you want to enable facility to reenter the data in that field ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;Praveen Chitturi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jan 2013 09:40:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-at-selection-screen-output/m-p/9244716#M1720073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-12T09:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen: at selection-screen output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-at-selection-screen-output/m-p/9244717#M1720074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would look at the F1 ABAP help for AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance &lt;STRONG&gt;AT Selection-screen ON &amp;lt;fieldname&amp;gt; (2nd field)&lt;/STRONG&gt;....&amp;nbsp; see your help, along with program &lt;A _jive_internal="true" class="lnkgreen" href="https://answers.sap.com/thread/SAPEVENT:REPODEMO_SELECTION_SCREEN_EVENTS" title="External Object"&gt;DEMO_SELECTION_SCREEN_EVENTS&lt;/A&gt; that demonstrates the events and how to code for these.&amp;nbsp; You would essentially read the necessary table at this point to get the 2nd value.&amp;nbsp; Of course, you could do this multiple times, and you probably would want to allow that, since the user could change either value at any time up to execution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 13:51:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-at-selection-screen-output/m-p/9244717#M1720074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-14T13:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen: at selection-screen output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-at-selection-screen-output/m-p/9244718#M1720075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Praveen Chitturi&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I press 'Enter', a select statement is triggered and an old material number SHOWS as 'SELECTION-SCREEN OPTION COMMENT... '. The old number is just a piece of material information which I select from DB Table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanna trigger the select statement using 'Tab' instead of 'Enter' to facilitate user input. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 01:28:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-at-selection-screen-output/m-p/9244718#M1720075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-15T01:28:17Z</dc:date>
    </item>
  </channel>
</rss>

