<?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: Dynamic internal table operations in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-operations/m-p/5137315#M1190699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;refer below demo program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEMO_SELECT_DYNAMIC_COLUMNS    Specifying Columns Dynamically&lt;/P&gt;&lt;P&gt;DEMO_SELECT_DYNAMIC_CONDITIONS Dynamic Conditions&lt;/P&gt;&lt;P&gt;DEMO_SELECT_DYNAMIC_DATABASE   Specifying a Database Table Dynamically&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Feb 2009 05:16:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-10T05:16:39Z</dc:date>
    <item>
      <title>Dynamic internal table operations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-operations/m-p/5137314#M1190698</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;I have an issue with dynamic internal table wherein I need to write  a  select statement with For All Entries on dynamic internal table and populating the record into another dynamic internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying with the code below but its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SELECT (FLD) &lt;/P&gt;&lt;P&gt; FROM (T_TABLE)&lt;/P&gt;&lt;P&gt; INTO CORRESPONDING FIELDS OF TABLE &amp;lt;DYN1_TABL&amp;gt;&lt;/P&gt;&lt;P&gt; FOR ALL ENTRIES IN &amp;lt;DYN_TABL&amp;gt;&lt;/P&gt;&lt;P&gt; WHERE KEY_FNAME = &amp;lt;DYN_TABL&amp;gt;-KEY_FNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FLD is the dynamic field.&lt;/P&gt;&lt;P&gt;T_TABLE is the dynamic database table.&lt;/P&gt;&lt;P&gt;DYN1_TABL is the dynamic internal table&lt;/P&gt;&lt;P&gt;DYN_TABL is the dynamic internal table&lt;/P&gt;&lt;P&gt;KEY_FNAME is the dynamic key field of T_TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help me on this issue.&lt;/P&gt;&lt;P&gt;Response with code snippets will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2009 05:02:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-operations/m-p/5137314#M1190698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-10T05:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic internal table operations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-operations/m-p/5137315#M1190699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;refer below demo program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEMO_SELECT_DYNAMIC_COLUMNS    Specifying Columns Dynamically&lt;/P&gt;&lt;P&gt;DEMO_SELECT_DYNAMIC_CONDITIONS Dynamic Conditions&lt;/P&gt;&lt;P&gt;DEMO_SELECT_DYNAMIC_DATABASE   Specifying a Database Table Dynamically&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2009 05:16:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-operations/m-p/5137315#M1190699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-10T05:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic internal table operations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-operations/m-p/5137316#M1190700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply Nikki but my issue is to reference  a field in dynamic internal table to be used with 'For All Entries' satement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like for static we use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For All Entries in Itab where &amp;lt;fieldname&amp;gt; = &lt;STRONG&gt;itab-&amp;lt;fieldname&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was looking for the same statement for dynamic tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2009 05:35:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-operations/m-p/5137316#M1190700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-10T05:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic internal table operations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-operations/m-p/5137317#M1190701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I hope you must be creating Dynamic internal table using Field Catalog. If so then the check if KEY field in Field catalog has been checked. Then move this fieldname to and variable and try to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess this might work but not sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prashanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2009 16:16:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-operations/m-p/5137317#M1190701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-10T16:16:23Z</dc:date>
    </item>
  </channel>
</rss>

