<?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. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2248154#M485617</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;check these ones.&lt;/P&gt;&lt;P&gt;1. SELECTION-SCREEN BEGIN OF LINE. &lt;/P&gt;&lt;P&gt;2. SELECTION-SCREEN END OF LINE. &lt;/P&gt;&lt;P&gt;3. SELECTION-SCREEN SKIP n. &lt;/P&gt;&lt;P&gt;4. SELECTION-SCREEN ULINE. &lt;/P&gt;&lt;P&gt;5. SELECTION-SCREEN POSITION pos. &lt;/P&gt;&lt;P&gt;6. SELECTION-SCREEN COMMENT fmt name. &lt;/P&gt;&lt;P&gt;7. SELECTION-SCREEN PUSHBUTTON fmt name USER-COMMAND ucom. &lt;/P&gt;&lt;P&gt;8. SELECTION-SCREEN BEGIN OF BLOCK block. &lt;/P&gt;&lt;P&gt;9. SELECTION-SCREEN END OF BLOCK block. &lt;/P&gt;&lt;P&gt;10. SELECTION-SCREEN FUNCTION KEY n. &lt;/P&gt;&lt;P&gt;11. SELECTION-SCREEN BEGIN OF VERSION ver TEXT-xxx. &lt;/P&gt;&lt;P&gt;12. SELECTION-SCREEN END OF VERSION ver. &lt;/P&gt;&lt;P&gt;13. SELECTION-SCREEN EXCLUDE ... . &lt;/P&gt;&lt;P&gt;14. SELECTION-SCREEN DYNAMIC SELECTIONS FOR TABLE dbtab. &lt;/P&gt;&lt;P&gt;15. SELECTION-SCREEN FIELD SELECTION FOR TABLE dbtab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 May 2007 11:45:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-22T11:45:16Z</dc:date>
    <item>
      <title>Selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2248150#M485613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What r the extensions for selection screen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 10:23:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2248150#M485613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T10:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2248151#M485614</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;here you go with the details ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN - screen_elements &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax Forms &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Empty lines &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. SELECTION-SCREEN SKIP [n] [ldb_additions]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Horizontal rules &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. SELECTION-SCREEN ULINE [[/][pos](len)] [MODIF ID modid] &lt;/P&gt;&lt;P&gt;                         [ldb_additions]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output fields &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. SELECTION-SCREEN COMMENT [/][pos](len) &lt;/P&gt;&lt;P&gt;                           {text|{[text] FOR FIELD sel}} &lt;/P&gt;&lt;P&gt;                           [VISIBLE LENGTH vlen] &lt;/P&gt;&lt;P&gt;                           [MODIF ID modid] &lt;/P&gt;&lt;P&gt;                           [ldb_additions]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pushbuttons &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. SELECTION-SCREEN PUSHBUTTON [/][pos](len) button_text &lt;/P&gt;&lt;P&gt;                              USER-COMMAND ucom &lt;/P&gt;&lt;P&gt;                              [VISIBLE LENGTH vlen] &lt;/P&gt;&lt;P&gt;                              [MODIF ID modid] &lt;/P&gt;&lt;P&gt;                              [ldb_additions]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rows with multiple elements &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. SELECTION-SCREEN BEGIN OF LINE. &lt;/P&gt;&lt;P&gt;  ... &lt;/P&gt;&lt;P&gt;  [SELECTION-SCREEN POSITION pos [ldb_additions]]. &lt;/P&gt;&lt;P&gt;  ... &lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN END OF LINE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blocks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. SELECTION-SCREEN BEGIN OF BLOCK block &lt;/P&gt;&lt;P&gt;                                  [WITH FRAME [TITLE title]] &lt;/P&gt;&lt;P&gt;                                  [NO INTERVALS]. &lt;/P&gt;&lt;P&gt;  ... &lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN END OF BLOCK block. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tabstrips &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. SELECTION-SCREEN BEGIN OF TABBED BLOCK tblock FOR n LINES. &lt;/P&gt;&lt;P&gt;  ... &lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN TAB (len) tab USER-COMMAND ucom &lt;/P&gt;&lt;P&gt;                   [DEFAULT [PROGRAM prog] SCREEN dynnr]. &lt;/P&gt;&lt;P&gt;  ... &lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN END OF BLOCK tblock. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pushbuttons in the application toolbar &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. SELECTION-SCREEN FUNCTION KEY n [ldb_additions]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 10:26:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2248151#M485614</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-05-22T10:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2248152#M485615</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;The selection screen can be designed either using Select Options or Parameters statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following are details including the basic forms of both the methods with Extensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BASIC Form&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT-OPTIONS &amp;lt;seltab&amp;gt; FOR &amp;lt;f&amp;gt;.
PARAMETERS &amp;lt;p&amp;gt;[(&amp;lt;length&amp;gt;)] [TYPE &amp;lt;type&amp;gt;|LIKE &amp;lt;obj&amp;gt;] [DECIMALS &amp;lt;d&amp;gt;]. &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides the special additions, there are a number of other additions that you can use with the SELECT-OPTIONS statement and that have the same syntax and the same function as for the PARAMETERS statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPA/GPA parameters as default values&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT-OPTIONS &amp;lt;seltab&amp;gt; FOR &amp;lt;f&amp;gt; ... MEMORY ID &amp;lt;pid&amp;gt;..........&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------" /&gt;&lt;P&gt;Upper and lower case for selection criteria:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT-OPTIONS &amp;lt;seltab&amp;gt; FOR &amp;lt;f&amp;gt; ... LOWER CASE ..............&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------" /&gt;&lt;P&gt;To make the From field a required field on the selection screen, use:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT-OPTIONS &amp;lt;selcrit&amp;gt; FOR &amp;lt;f&amp;gt; ... OBLIGATORY ..............&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------" /&gt;&lt;P&gt;To hide input fields on the selection screen, use:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT-OPTIONS &amp;lt;selcrit&amp;gt; FOR &amp;lt;f&amp;gt; ... NO DISPLAY ..............&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------" /&gt;&lt;P&gt;To modify input fields on the selection screen, use:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT-OPTIONS &amp;lt;selcrit&amp;gt; FOR &amp;lt;f&amp;gt; ... MODIF ID &amp;lt;key&amp;gt; ...........&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------" /&gt;&lt;P&gt;To allow the user to process only the first row of the selection table on the selection screen, you use the following syntax:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT-OPTIONS &amp;lt;seltab&amp;gt; FOR &amp;lt;f&amp;gt; ..... NO-EXTENSION .....&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------" /&gt;&lt;P&gt;To allow the user to process only single fields on the selection screen, you use the following syntax:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT-OPTIONS &amp;lt;seltab&amp;gt; FOR &amp;lt;f&amp;gt; ..... NO INTERVALS .....&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------" /&gt;&lt;P&gt;To assign default values to a selection criterion, you use the following syntax: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT-OPTIONS &amp;lt;seltab&amp;gt; FOR &amp;lt;f&amp;gt; DEFAULT &amp;lt;g&amp;gt; [TO &amp;lt;h&amp;gt;] ....&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------" /&gt;&lt;P&gt;If you define the selection criterion for a column of a database table that supports dynamic selections, the values entered on the selection screen are transferred to the logical database. There, they are treated as dynamic selections&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
NODES SPFLI.
SELECT-OPTIONS CONN FOR SPFLI-CONNID NO DATABASE SELECTION.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------" /&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAMETERS &amp;lt;p&amp;gt; ... VISIBLE LENGTH &amp;lt;len&amp;gt; ... 
PARAMETERS &amp;lt;p&amp;gt; ... MATCHCODE OBJECT &amp;lt;search_help&amp;gt;.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS If the answer solves your query, plz close the thread by rewarding each reply and marking it Solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 10:41:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2248152#M485615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T10:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2248153#M485616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this will help u:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a07a330f-126c-2910-c684-d2a45f0f37dd" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a07a330f-126c-2910-c684-d2a45f0f37dd&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 10:44:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2248153#M485616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T10:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2248154#M485617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;check these ones.&lt;/P&gt;&lt;P&gt;1. SELECTION-SCREEN BEGIN OF LINE. &lt;/P&gt;&lt;P&gt;2. SELECTION-SCREEN END OF LINE. &lt;/P&gt;&lt;P&gt;3. SELECTION-SCREEN SKIP n. &lt;/P&gt;&lt;P&gt;4. SELECTION-SCREEN ULINE. &lt;/P&gt;&lt;P&gt;5. SELECTION-SCREEN POSITION pos. &lt;/P&gt;&lt;P&gt;6. SELECTION-SCREEN COMMENT fmt name. &lt;/P&gt;&lt;P&gt;7. SELECTION-SCREEN PUSHBUTTON fmt name USER-COMMAND ucom. &lt;/P&gt;&lt;P&gt;8. SELECTION-SCREEN BEGIN OF BLOCK block. &lt;/P&gt;&lt;P&gt;9. SELECTION-SCREEN END OF BLOCK block. &lt;/P&gt;&lt;P&gt;10. SELECTION-SCREEN FUNCTION KEY n. &lt;/P&gt;&lt;P&gt;11. SELECTION-SCREEN BEGIN OF VERSION ver TEXT-xxx. &lt;/P&gt;&lt;P&gt;12. SELECTION-SCREEN END OF VERSION ver. &lt;/P&gt;&lt;P&gt;13. SELECTION-SCREEN EXCLUDE ... . &lt;/P&gt;&lt;P&gt;14. SELECTION-SCREEN DYNAMIC SELECTIONS FOR TABLE dbtab. &lt;/P&gt;&lt;P&gt;15. SELECTION-SCREEN FIELD SELECTION FOR TABLE dbtab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 11:45:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2248154#M485617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T11:45:16Z</dc:date>
    </item>
  </channel>
</rss>

