<?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: include a field in selection options in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-a-field-in-selection-options/m-p/4226074#M1009556</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually the syntax would be like so.  You can also add the NO- EXTENSION to the end to get rid of the "Multiple Selection" box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select-options: c for sy-datum no intervals no-EXTENSION.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Aug 2008 14:57:58 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2008-08-12T14:57:58Z</dc:date>
    <item>
      <title>include a field in selection options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-a-field-in-selection-options/m-p/4226072#M1009554</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;In my selection screen i want an output like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a   _______ to ________&lt;/P&gt;&lt;P&gt;b   _______ to ________&lt;/P&gt;&lt;P&gt;c   ____________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a and b will have a low and high but c needs to be just an input box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to define this ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of screen 0100 as subscreen.&lt;/P&gt;&lt;P&gt;selection-screen begin of block b4.&lt;/P&gt;&lt;P&gt;select-options: a for MARA-MATNR &lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to define c ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen end of block b4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 14:49:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-a-field-in-selection-options/m-p/4226072#M1009554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-12T14:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: include a field in selection options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-a-field-in-selection-options/m-p/4226073#M1009555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While declaring C variable use the &lt;/P&gt;&lt;P&gt;NO-INTERVALS clause..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-option: c type xx no-intervals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 14:52:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-a-field-in-selection-options/m-p/4226073#M1009555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-12T14:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: include a field in selection options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-a-field-in-selection-options/m-p/4226074#M1009556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually the syntax would be like so.  You can also add the NO- EXTENSION to the end to get rid of the "Multiple Selection" box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select-options: c for sy-datum no intervals no-EXTENSION.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 14:57:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-a-field-in-selection-options/m-p/4226074#M1009556</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-08-12T14:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: include a field in selection options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-a-field-in-selection-options/m-p/4226075#M1009557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i have understood the question correctly, i am surprised that you are asking this question. This is covered in the basic select-option declarations in SAP help documentation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 14:59:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-a-field-in-selection-options/m-p/4226075#M1009557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-12T14:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: include a field in selection options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-a-field-in-selection-options/m-p/4226076#M1009558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can define like this,..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I took an example of date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT-OPTIONS: C FOR sy-datum NO-EXTENSION NO INTERVALS.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 15:00:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-a-field-in-selection-options/m-p/4226076#M1009558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-12T15:00:03Z</dc:date>
    </item>
  </channel>
</rss>

