<?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: Select-Option in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7000960#M1495240</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;SELECT-OPTIONS : S_matnr FOR mara-matnr.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Select maktx from mara&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;into corresponding fields of it_tab3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where matnr in s_matnr.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How should I write the logicwhen th e&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;user doesnt enter any value or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;user enters few values in selection screen or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;the user enters a range of values.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In all the above cases - &lt;STRONG&gt;where matnr in s_matnr.&lt;/STRONG&gt; THis condition will take care.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you will debug the code ,You will get more idea.&lt;/P&gt;&lt;P&gt;S_matnr  will have following things&lt;/P&gt;&lt;P&gt;Sign&lt;/P&gt;&lt;P&gt;option &lt;/P&gt;&lt;P&gt;Low  - &lt;/P&gt;&lt;P&gt;High&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jun 2010 11:54:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-18T11:54:44Z</dc:date>
    <item>
      <title>Select-Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7000958#M1495238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can i use the values from Select option  if the user enters only one value but no interval then my statement works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : S_matnr FOR mara-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Select  maktx from mara&lt;/P&gt;&lt;P&gt;            into corresponding fields of it_tab3&lt;/P&gt;&lt;P&gt;            where  matnr in s_matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How should I write the logicwhen th e &lt;/P&gt;&lt;P&gt;user doesnt enter any value or &lt;/P&gt;&lt;P&gt;user enters few values in selection screen or&lt;/P&gt;&lt;P&gt;the user enters a range of values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody let me know how can we retrieve data based on the values form Selection screen , Actually 'm new to ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your Help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jun 2010 02:12:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7000958#M1495238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-18T02:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Select-Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7000959#M1495239</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;Where Condition &lt;STRONG&gt;MATNR in S_MATNR&lt;/STRONG&gt; itself will take care of this. Condition in the below select query will work based on the values given in Selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Select maktx from mara into corresponding fields of it_tab3
where matnr in s_matnr. &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note : Before posting -- please surf the forums or check the documentation ( F1 ) you will get more details.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jun 2010 02:22:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7000959#M1495239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-18T02:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Select-Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7000960#M1495240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;SELECT-OPTIONS : S_matnr FOR mara-matnr.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Select maktx from mara&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;into corresponding fields of it_tab3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where matnr in s_matnr.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How should I write the logicwhen th e&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;user doesnt enter any value or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;user enters few values in selection screen or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;the user enters a range of values.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In all the above cases - &lt;STRONG&gt;where matnr in s_matnr.&lt;/STRONG&gt; THis condition will take care.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you will debug the code ,You will get more idea.&lt;/P&gt;&lt;P&gt;S_matnr  will have following things&lt;/P&gt;&lt;P&gt;Sign&lt;/P&gt;&lt;P&gt;option &lt;/P&gt;&lt;P&gt;Low  - &lt;/P&gt;&lt;P&gt;High&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jun 2010 11:54:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7000960#M1495240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-18T11:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Select-Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7000961#M1495241</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;Unless you explain your problem clearly its difficult for us to give any inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jun 2010 11:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7000961#M1495241</guid>
      <dc:creator>sridhar_meesala</dc:creator>
      <dc:date>2010-06-18T11:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Select-Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7000962#M1495242</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;Please see the SCN Rules Before Posting. Before Posting Please refer on help.sap.com or SCN or google .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sumodh.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jun 2010 11:59:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7000962#M1495242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-18T11:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Select-Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7000963#M1495243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - Please do not ask or answer basic questions - thread locked

Rob&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jun 2010 13:20:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7000963#M1495243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-18T13:20:26Z</dc:date>
    </item>
  </channel>
</rss>

