<?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: Regarding types in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-types/m-p/3709096#M892992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Spandana ,&lt;/P&gt;&lt;P&gt;  It is basically creating a table type , so now this types can be used to create an internal table with header line.&lt;/P&gt;&lt;P&gt;So this decleration does not result in memory being allocated as we are just definining a type , we need to declare a varaible of that type to start using it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try declaring &lt;/P&gt;&lt;P&gt;data : it_1 type i_mara. in you program and see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 May 2008 11:13:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-08T11:13:43Z</dc:date>
    <item>
      <title>Regarding types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-types/m-p/3709092#M892988</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;every body&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;types : i_mara type i  occurs 0.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any body explain wt this  statement  meaning..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Spandana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 May 2008 04:53:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-types/m-p/3709092#M892988</guid>
      <dc:creator>spandana_babu</dc:creator>
      <dc:date>2008-05-03T04:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-types/m-p/3709093#M892989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It  creates structure of type mara.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 May 2008 08:04:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-types/m-p/3709093#M892989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-03T08:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-types/m-p/3709094#M892990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i_mara is the inernal table type having no fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 May 2008 09:29:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-types/m-p/3709094#M892990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-03T09:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-types/m-p/3709095#M892991</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;i_mara is an internal table and doesn't have any records and occurs 0 specifies with headerline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 11:00:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-types/m-p/3709095#M892991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T11:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-types/m-p/3709096#M892992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Spandana ,&lt;/P&gt;&lt;P&gt;  It is basically creating a table type , so now this types can be used to create an internal table with header line.&lt;/P&gt;&lt;P&gt;So this decleration does not result in memory being allocated as we are just definining a type , we need to declare a varaible of that type to start using it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try declaring &lt;/P&gt;&lt;P&gt;data : it_1 type i_mara. in you program and see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 11:13:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-types/m-p/3709096#M892992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T11:13:43Z</dc:date>
    </item>
  </channel>
</rss>

