<?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: internal table inside selection. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-inside-selection/m-p/3205971#M764325</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DD03L is the table you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the practice of appending to an ITAB between SELECT and ENDSELECT is not a good programming procedure. You should use the addition INTO TABLE "internal_table" instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;award points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 22 Dec 2007 12:07:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-22T12:07:51Z</dc:date>
    <item>
      <title>internal table inside selection.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-inside-selection/m-p/3205969#M764323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table with field names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to select the field names from the table and dynamically build internal table with those fields.Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT field_names&lt;/P&gt;&lt;P&gt;FROM fields_table .&lt;/P&gt;&lt;P&gt;"...Here I want to build internal table&lt;/P&gt;&lt;P&gt;and append field_name to the structure the internal table..."&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Dec 2007 09:21:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-inside-selection/m-p/3205969#M764323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-22T09:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: internal table inside selection.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-inside-selection/m-p/3205970#M764324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while declaring the int tab use INCLUDE STURCTURE &amp;lt;tab_name&amp;gt;. but not in btween select/endselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data begin of itab.&lt;/P&gt;&lt;P&gt;include structure &amp;lt;table_name&amp;gt;.&lt;/P&gt;&lt;P&gt;data end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;ANUPAM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Dec 2007 09:35:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-inside-selection/m-p/3205970#M764324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-22T09:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: internal table inside selection.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-inside-selection/m-p/3205971#M764325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DD03L is the table you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the practice of appending to an ITAB between SELECT and ENDSELECT is not a good programming procedure. You should use the addition INTO TABLE "internal_table" instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;award points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Dec 2007 12:07:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-inside-selection/m-p/3205971#M764325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-22T12:07:51Z</dc:date>
    </item>
  </channel>
</rss>

