<?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 QUERY PROBLEM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-problem/m-p/6931757#M1485848</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FOR ALL ENTRIES IN IT_MSEG1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change this instruction to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR ALL ENTRIES IN IT_EKKO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 May 2010 11:01:14 GMT</pubDate>
    <dc:creator>PedroGuarita</dc:creator>
    <dc:date>2010-05-20T11:01:14Z</dc:date>
    <item>
      <title>SELECT QUERY PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-problem/m-p/6931756#M1485847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to fetch data from &lt;STRONG&gt;MSEG&lt;/STRONG&gt; table by passing eblen and  where movement type is 105, 106, 124, 125.&lt;/P&gt;&lt;P&gt;i use the select query like.&lt;/P&gt;&lt;P&gt;but here i am not geting all the data which is matched with 105 movement type. In the sence one record is missing.&lt;/P&gt;&lt;P&gt;please help me on this.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF IT_EKKO IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;SELECT  MBLNR&lt;/P&gt;&lt;P&gt;        BWART&lt;/P&gt;&lt;P&gt;        MATNR&lt;/P&gt;&lt;P&gt;        WERKS&lt;/P&gt;&lt;P&gt;        LGORT&lt;/P&gt;&lt;P&gt;        CHARG&lt;/P&gt;&lt;P&gt;        SHKZG&lt;/P&gt;&lt;P&gt;        MENGE&lt;/P&gt;&lt;P&gt;        ERFME&lt;/P&gt;&lt;P&gt;  FROM MSEG&lt;/P&gt;&lt;P&gt;  INTO TABLE IT_MSEG&lt;/P&gt;&lt;P&gt;  FOR ALL ENTRIES IN IT_MSEG1&lt;/P&gt;&lt;P&gt;  WHERE EBELN = IT_EKKO-EBELN&lt;/P&gt;&lt;P&gt;  AND BWART IN ('105', '106', '124', '125').&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;margani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 10:59:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-problem/m-p/6931756#M1485847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-20T10:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT QUERY PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-problem/m-p/6931757#M1485848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FOR ALL ENTRIES IN IT_MSEG1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change this instruction to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR ALL ENTRIES IN IT_EKKO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 11:01:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-problem/m-p/6931757#M1485848</guid>
      <dc:creator>PedroGuarita</dc:creator>
      <dc:date>2010-05-20T11:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT QUERY PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-problem/m-p/6931758#M1485849</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;Change for all entries statement as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FOR ALL ENTRIES IN IT_EKKO&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 11:02:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-problem/m-p/6931758#M1485849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-20T11:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT QUERY PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-problem/m-p/6931759#M1485850</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 - duplicate post locked

Rob&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 14:14:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-problem/m-p/6931759#M1485850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-20T14:14:11Z</dc:date>
    </item>
  </channel>
</rss>

