<?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 Using where condition with dynamic internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-where-condition-with-dynamic-internal-table/m-p/1366620#M181215</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to use where condition with dynamic internal table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit Raut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 May 2006 07:34:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-16T07:34:57Z</dc:date>
    <item>
      <title>Using where condition with dynamic internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-where-condition-with-dynamic-internal-table/m-p/1366620#M181215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to use where condition with dynamic internal table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit Raut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 07:34:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-where-condition-with-dynamic-internal-table/m-p/1366620#M181215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-16T07:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Using where condition with dynamic internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-where-condition-with-dynamic-internal-table/m-p/1366621#M181216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1470680"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 07:36:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-where-condition-with-dynamic-internal-table/m-p/1366621#M181216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-16T07:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using where condition with dynamic internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-where-condition-with-dynamic-internal-table/m-p/1366622#M181217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZDYNAMIC_SELECT                         .&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;TABLES: VBAK.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;DATA: CONDITION TYPE STRING.&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF ITAB OCCURS 0,&lt;/P&gt;&lt;P&gt;VBELN LIKE VBAK-VBELN,&lt;/P&gt;&lt;P&gt;POSNR LIKE VBAP-POSNR,&lt;/P&gt;&lt;P&gt;END OF ITAB.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: S_VBELN FOR VBAK-VBELN.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CONCATENATE 'VBELN' 'IN' 'S_VBELN.'&lt;/P&gt;&lt;P&gt;INTO CONDITION SEPARATED BY SPACE.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;SELECT VBELN POSNR FROM VBAP INTO TABLE ITAB&lt;/P&gt;&lt;P&gt;WHERE (CONDITION).&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;WRITE 'hello'.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sreenivasulu P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 07:38:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-where-condition-with-dynamic-internal-table/m-p/1366622#M181217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-16T07:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using where condition with dynamic internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-where-condition-with-dynamic-internal-table/m-p/1366623#M181218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is the above thread is not sufficient for you, take a string variable and concatenate your where your where clause to that string and pasas it to where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 07:44:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-where-condition-with-dynamic-internal-table/m-p/1366623#M181218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-16T07:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using where condition with dynamic internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-where-condition-with-dynamic-internal-table/m-p/1366624#M181219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you cannot use where calss with dynamic internal table.&lt;/P&gt;&lt;P&gt;somethid like below is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at &amp;lt;ltable&amp;gt; assigning &amp;lt;l_line&amp;gt; where field1 eq 'ABC' .&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;youhave to live with a if statement within the loop .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope i understand the question - where condition with dynamic internal table and not DYNAMIC WHERE CONDITION&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 08:47:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-where-condition-with-dynamic-internal-table/m-p/1366624#M181219</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-05-16T08:47:21Z</dc:date>
    </item>
  </channel>
</rss>

