<?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 Loop based on select-option. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-based-on-select-option/m-p/5327957#M1227797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Select-options in my selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have values in my internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to fill my final internal table based on condition of select option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT IT_VAT INTO WA_VAT WHERE MWSKZ EQ S_MWSKZ OR TEXT2 CS TEXT-003&lt;/P&gt;&lt;P&gt; OR  TEXT2 = TEXT-002 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am getting the values from itab which has values in  S_MWSKZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody please help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Mar 2009 16:36:38 GMT</pubDate>
    <dc:creator>tarangini_katta</dc:creator>
    <dc:date>2009-03-05T16:36:38Z</dc:date>
    <item>
      <title>Loop based on select-option.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-based-on-select-option/m-p/5327957#M1227797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Select-options in my selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have values in my internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to fill my final internal table based on condition of select option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT IT_VAT INTO WA_VAT WHERE MWSKZ EQ S_MWSKZ OR TEXT2 CS TEXT-003&lt;/P&gt;&lt;P&gt; OR  TEXT2 = TEXT-002 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am getting the values from itab which has values in  S_MWSKZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody please help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2009 16:36:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-based-on-select-option/m-p/5327957#M1227797</guid>
      <dc:creator>tarangini_katta</dc:creator>
      <dc:date>2009-03-05T16:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Loop based on select-option.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-based-on-select-option/m-p/5327958#M1227798</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;Are you looking for this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT IT_VAT INTO WA_VAT WHERE MWSKZ IN S_MWSKZ AND 
          ( TEXT2 CS TEXT-003 OR TEXT2 CS TEXT-002 ).

ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2009 16:39:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-based-on-select-option/m-p/5327958#M1227798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-05T16:39:26Z</dc:date>
    </item>
  </channel>
</rss>

