<?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: Array in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/array/m-p/805359#M41296</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;you cannot build an array in ABAP, but you can build internal tables. Here is an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types:&lt;/P&gt;&lt;P&gt;begin of t1,&lt;/P&gt;&lt;P&gt;  field1 type i,&lt;/P&gt;&lt;P&gt;  field2 type i,&lt;/P&gt;&lt;P&gt;end of t1,&lt;/P&gt;&lt;P&gt;tt1 type table of t1,&lt;/P&gt;&lt;P&gt;begin of t2,&lt;/P&gt;&lt;P&gt;  field1 type i,&lt;/P&gt;&lt;P&gt;  field2 type tt1,&lt;/P&gt;&lt;P&gt;end of t2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;it_tab type table of t2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far the definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siggi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Nov 2004 16:13:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-11-03T16:13:49Z</dc:date>
    <item>
      <title>Array</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/array/m-p/805358#M41295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;How can I make an array with two dimenssion using ABAP IV?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrés Fariñas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2004 15:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/array/m-p/805358#M41295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-03T15:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Array</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/array/m-p/805359#M41296</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;you cannot build an array in ABAP, but you can build internal tables. Here is an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types:&lt;/P&gt;&lt;P&gt;begin of t1,&lt;/P&gt;&lt;P&gt;  field1 type i,&lt;/P&gt;&lt;P&gt;  field2 type i,&lt;/P&gt;&lt;P&gt;end of t1,&lt;/P&gt;&lt;P&gt;tt1 type table of t1,&lt;/P&gt;&lt;P&gt;begin of t2,&lt;/P&gt;&lt;P&gt;  field1 type i,&lt;/P&gt;&lt;P&gt;  field2 type tt1,&lt;/P&gt;&lt;P&gt;end of t2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;it_tab type table of t2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far the definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siggi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2004 16:13:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/array/m-p/805359#M41296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-03T16:13:49Z</dc:date>
    </item>
  </channel>
</rss>

