<?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: move dynamic internal table to static internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-dynamic-internal-table-to-static-internal-table/m-p/4136118#M989090</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;write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: it_static type lt_dynamic,&lt;/P&gt;&lt;P&gt;        is_static like line of it_static.&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;Sujit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jul 2008 10:36:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-24T10:36:51Z</dc:date>
    <item>
      <title>move dynamic internal table to static internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-dynamic-internal-table-to-static-internal-table/m-p/4136117#M989089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, actully i want to move data from dynamically table to static table.&lt;/P&gt;&lt;P&gt;one person provide me this code, this is right but i'm facing a problem ,i'm getting a error that  lt_static is unknown.&lt;/P&gt;&lt;P&gt;so pls tell me how to define that  lt_static struture like &amp;lt;lt_dynamic&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sure rewards,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the two tables have exactly the same structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lt_static = &amp;lt;lt_dynamic&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they don't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT &amp;lt;lt_dynamic&amp;gt; ASSIGNING &amp;lt;ls_dynamic&amp;gt;.&lt;/P&gt;&lt;P&gt;  MOVE-CORRESPONDING &amp;lt;ls_dynamic&amp;gt; TO ls_static.&lt;/P&gt;&lt;P&gt;  INSERT ls_static INTO TABLE lt_static.&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;You can access individual fields, if move-corresponding isn't sufficient, by using ASSIGN COMPONENT fieldname/number OF STRUCTURE &amp;lt;ls_dynamic&amp;gt; TO &amp;lt;l_field&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 10:26:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-dynamic-internal-table-to-static-internal-table/m-p/4136117#M989089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T10:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: move dynamic internal table to static internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-dynamic-internal-table-to-static-internal-table/m-p/4136118#M989090</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;write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: it_static type lt_dynamic,&lt;/P&gt;&lt;P&gt;        is_static like line of it_static.&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;Sujit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 10:36:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-dynamic-internal-table-to-static-internal-table/m-p/4136118#M989090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T10:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: move dynamic internal table to static internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-dynamic-internal-table-to-static-internal-table/m-p/4136119#M989091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  What ever validation's you wish to do you must do in the dynamic table. If you are shure of the structure of the internal table then why go for dynamic internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system would not support your assignment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 10:41:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-dynamic-internal-table-to-static-internal-table/m-p/4136119#M989091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T10:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: move dynamic internal table to static internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-dynamic-internal-table-to-static-internal-table/m-p/4136120#M989092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Posim, &lt;/P&gt;&lt;P&gt;i'm not sure for any internal table structure, beco,z i'm using a function module and whatever i collect in dynamiv table i have to pass this through fm parameters and we can not pass dynamin table directlly to fm . so that firstlly i have to pass this dynamicaaly table data to a internal table (whose struture is same as dynmically table struture at  runtime).&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 10:49:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-dynamic-internal-table-to-static-internal-table/m-p/4136120#M989092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T10:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: move dynamic internal table to static internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-dynamic-internal-table-to-static-internal-table/m-p/4136121#M989093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 04:29:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-dynamic-internal-table-to-static-internal-table/m-p/4136121#M989093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T04:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: move dynamic internal table to static internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-dynamic-internal-table-to-static-internal-table/m-p/4136122#M989094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;can you please suggest me, the  brief outline of how exactly i can transfer dynamic internal table data into a static internal table &lt;/P&gt;&lt;P&gt;and display it in the function module......if possible some sample code also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;really appreciable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 05:51:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-dynamic-internal-table-to-static-internal-table/m-p/4136122#M989094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-19T05:51:23Z</dc:date>
    </item>
  </channel>
</rss>

