<?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 tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables/m-p/1531180#M242718</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya internal tables can be declared wis out occurs &lt;/P&gt;&lt;P&gt;example .. DATA: wa_zcform LIKE LINE OF t_zcform.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;u can pass value 4rm 1 it to otehr like this .. &lt;/P&gt;&lt;P&gt;loop at itab1 .&lt;/P&gt;&lt;P&gt;read table itab where vbeln = itab1-vbeln .&lt;/P&gt;&lt;P&gt;itab-posnr = itab1-posnr .&lt;/P&gt;&lt;P&gt;itab-matnr = itab1-matnr .&lt;/P&gt;&lt;P&gt;modify itab .&lt;/P&gt;&lt;P&gt;endloop. &lt;/P&gt;&lt;P&gt; or &lt;/P&gt;&lt;P&gt;LOOP AT t_excise WHERE rdoc1 = t_final-vgbel .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      MOVE-CORRESPONDING t_excise TO t_final .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      MODIFY t_final .&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;reward points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Aug 2006 07:15:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-07T07:15:38Z</dc:date>
    <item>
      <title>Internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables/m-p/1531177#M242715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1)Can internal table be declared without occurs statement?&lt;/P&gt;&lt;P&gt;2)Two internal tables with exactly same structure. How to pass data efficiently from one to the other one?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SAI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 07:09:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables/m-p/1531177#M242715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T07:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables/m-p/1531178#M242716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Yes, we can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Ex:  data : t_mara type standard table of mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. itab1[] = itab2[].&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 07:11:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables/m-p/1531178#M242716</guid>
      <dc:creator>Shivaji16</dc:creator>
      <dc:date>2006-08-07T07:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables/m-p/1531179#M242717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1) yes, DATA ITAB TYPE TABLE OF SPFLI.&lt;/P&gt;&lt;P&gt;2) YES, ITAB2[] = ITAB1[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards:-&lt;/P&gt;&lt;P&gt;Santosh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;P.S. Mark useful answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 07:13:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables/m-p/1531179#M242717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T07:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables/m-p/1531180#M242718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya internal tables can be declared wis out occurs &lt;/P&gt;&lt;P&gt;example .. DATA: wa_zcform LIKE LINE OF t_zcform.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;u can pass value 4rm 1 it to otehr like this .. &lt;/P&gt;&lt;P&gt;loop at itab1 .&lt;/P&gt;&lt;P&gt;read table itab where vbeln = itab1-vbeln .&lt;/P&gt;&lt;P&gt;itab-posnr = itab1-posnr .&lt;/P&gt;&lt;P&gt;itab-matnr = itab1-matnr .&lt;/P&gt;&lt;P&gt;modify itab .&lt;/P&gt;&lt;P&gt;endloop. &lt;/P&gt;&lt;P&gt; or &lt;/P&gt;&lt;P&gt;LOOP AT t_excise WHERE rdoc1 = t_final-vgbel .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      MOVE-CORRESPONDING t_excise TO t_final .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      MODIFY t_final .&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;reward points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 07:15:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables/m-p/1531180#M242718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T07:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables/m-p/1531181#M242719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;1. Itab can be declared without occurs statement. and if u declare an itab with occurs statement, the itab is of type standdard table and with header line. and this variant not allowed in ABAP Object context.&lt;/P&gt;&lt;P&gt;2. move itab1[] to itab2[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vasavi.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 07:20:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables/m-p/1531181#M242719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T07:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables/m-p/1531182#M242720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.yes we can create the internal tables with out Occurs statement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. and if they have similar structure then we can equate the bodies of the two internal tables.&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 D T T.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 07:41:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables/m-p/1531182#M242720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T07:41:41Z</dc:date>
    </item>
  </channel>
</rss>

