<?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: How to move data from dynamic internal table into static internal table. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-move-data-from-dynamic-internal-table-into-static-internal-table/m-p/10903724#M1889884</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me whether your structure of &lt;SPAN style="color: #000000; font-size: 13.3333330154419px;"&gt;&amp;lt;dyn_table&amp;gt; and &amp;lt;&lt;SPAN style="color: #000000; font-size: 13.3333330154419px;"&gt;gt_dyntab&amp;gt; are same or different ?&lt;/SPAN&gt;&lt;/SPAN&gt;&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;Swaroop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Feb 2015 05:46:47 GMT</pubDate>
    <dc:creator>former_member191253</dc:creator>
    <dc:date>2015-02-17T05:46:47Z</dc:date>
    <item>
      <title>How to move data from dynamic internal table into static internal table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-move-data-from-dynamic-internal-table-into-static-internal-table/m-p/10903723#M1889883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #000000;"&gt;Hi Experts,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #000000;"&gt;I have move data from dynamic internal table to static internal table means &lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;lt;dyn_table&amp;gt; this is the dynamic internal table having records.These records are i want to move into&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;gt_dyntab this internal table.&lt;SPAN style="font-size: 13.3333330154419px;"&gt;gt_dyntab in this internal table two fields having name nad data.The name field is holding internal table name and data field is holding column of internal table, So i want move records into in data field of internal table &lt;SPAN style="font-size: 13.3333330154419px;"&gt;gt_dyntab.Anybody can help me for this requirement.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #000000; font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #000000;"&gt;CREATE DATA gs_dyntab-data TYPE STANDARD TABLE OF (v_kotab).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #000000;"&gt;APPEND gs_dyntab TO gt_dyntab. CLEAR gs_dyntab.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #000000;"&gt;MOVE-CORRESPONDING &amp;lt;dyn_table&amp;gt; TO gt_dyntab-data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #000000;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 15:30:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-move-data-from-dynamic-internal-table-into-static-internal-table/m-p/10903723#M1889883</guid>
      <dc:creator>ram_sahoo</dc:creator>
      <dc:date>2015-02-16T15:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to move data from dynamic internal table into static internal table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-move-data-from-dynamic-internal-table-into-static-internal-table/m-p/10903724#M1889884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me whether your structure of &lt;SPAN style="color: #000000; font-size: 13.3333330154419px;"&gt;&amp;lt;dyn_table&amp;gt; and &amp;lt;&lt;SPAN style="color: #000000; font-size: 13.3333330154419px;"&gt;gt_dyntab&amp;gt; are same or different ?&lt;/SPAN&gt;&lt;/SPAN&gt;&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;Swaroop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 05:46:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-move-data-from-dynamic-internal-table-into-static-internal-table/m-p/10903724#M1889884</guid>
      <dc:creator>former_member191253</dc:creator>
      <dc:date>2015-02-17T05:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to move data from dynamic internal table into static internal table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-move-data-from-dynamic-internal-table-into-static-internal-table/m-p/10903725#M1889885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Moderator message: &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;why is your question identical to this one &lt;A _jive_internal="true" href="https://answers.sap.com/message/15756146#15756146"&gt;http://scn.sap.com/message/15756146#15756146&lt;/A&gt; by &lt;A _jive_internal="true" href="https://answers.sap.com/people/pradeepkumar.padhy"&gt;http://scn.sap.com/people/pradeepkumar.padhy&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Note: failure to address my question adequately may result in further moderation action.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Edit: I know why. It's because the question was rejected already three times. Refusal to accept moderator decisions can result in your account being suspended. Do not do this again. If you disagree with a moderator decision, take it to &lt;A _jive_internal="true" href="https://answers.sap.com/community/support"&gt;http://scn.sap.com/community/support&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 08:12:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-move-data-from-dynamic-internal-table-into-static-internal-table/m-p/10903725#M1889885</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2015-02-17T08:12:41Z</dc:date>
    </item>
  </channel>
</rss>

