<?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: clarification regarding TYPES in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-types/m-p/2729221#M633459</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TYPES: BEGIN OF TY_TAB,&lt;/P&gt;&lt;P&gt;VBELN TYPE VBAK-VBELN,&lt;/P&gt;&lt;P&gt;ERDAT TYPE VBAK-ERDAT,&lt;/P&gt;&lt;P&gt;END OF TY_TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: TAB TYPE TY_TAB OCCURS 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all the above statements are TYPES. The first one is the TYPES definitation for a structure. The second is a table type definitition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only WHEN YOU USE DATA statement the memory is allocated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you need to have &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: IT_TAB TYPE TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ONLY When you have a data statement the definitaiton is complete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Sep 2007 02:29:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-11T02:29:38Z</dc:date>
    <item>
      <title>clarification regarding TYPES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-types/m-p/2729220#M633458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;             I need clarification regarding below code....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF TY_TAB,&lt;/P&gt;&lt;P&gt;              VBELN TYPE VBAK-VBELN,&lt;/P&gt;&lt;P&gt;              ERDAT TYPE VBAK-ERDAT,&lt;/P&gt;&lt;P&gt;            END OF TY_TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: TAB TYPE TY_TAB OCCURS 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the above code What exactly TAB means whether it is an internal table with  header line or else only work area or else is it a structure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;Laxman.P&lt;/P&gt;&lt;P&gt;B'lore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 02:26:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-types/m-p/2729220#M633458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T02:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: clarification regarding TYPES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-types/m-p/2729221#M633459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TYPES: BEGIN OF TY_TAB,&lt;/P&gt;&lt;P&gt;VBELN TYPE VBAK-VBELN,&lt;/P&gt;&lt;P&gt;ERDAT TYPE VBAK-ERDAT,&lt;/P&gt;&lt;P&gt;END OF TY_TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: TAB TYPE TY_TAB OCCURS 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all the above statements are TYPES. The first one is the TYPES definitation for a structure. The second is a table type definitition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only WHEN YOU USE DATA statement the memory is allocated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you need to have &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: IT_TAB TYPE TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ONLY When you have a data statement the definitaiton is complete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 02:29:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-types/m-p/2729221#M633459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T02:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: clarification regarding TYPES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-types/m-p/2729222#M633460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is just another TYPE.. An itab/wa/structure has to be declared with the keyword DATA referencing a TYPE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 02:30:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-types/m-p/2729222#M633460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T02:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: clarification regarding TYPES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-types/m-p/2729223#M633461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi VJ,&lt;/P&gt;&lt;P&gt;              Table type definition means that TAB comes under structure or internal table?&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;Laxman.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 02:31:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-types/m-p/2729223#M633461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T02:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: clarification regarding TYPES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-types/m-p/2729224#M633462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its a table. Coz they have used OCCURS 0 in the types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 02:34:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-types/m-p/2729224#M633462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T02:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: clarification regarding TYPES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-types/m-p/2729225#M633463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi laxman &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           The type that you declare  is type of internal table. you can create internal table by reference this type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Data it_tab type ty_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; it_tab is internal table , not a structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Wiboon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 02:35:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-types/m-p/2729225#M633463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T02:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: clarification regarding TYPES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-types/m-p/2729226#M633464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 19:34:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-types/m-p/2729226#M633464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-25T19:34:17Z</dc:date>
    </item>
  </channel>
</rss>

