<?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: difference in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/3581160#M862126</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;if not itab is initial means the header of the internal table is not initial(no data). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not itab[] is initial means the table body of the contents of the itab or records of the itab is not initial(no data).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some times the internal table contains data even though the header is empty...&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;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2008 15:44:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-19T15:44:24Z</dc:date>
    <item>
      <title>difference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/3581157#M862123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hye ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  What is the minute level difference between..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if itab is initial. and if itab[] is initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no difference whn it comes to working of the 2 statements at the macro level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; will the former throw any exceptions? Which is more advantageos?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Imran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 15:38:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/3581157#M862123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T15:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: difference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/3581158#M862124</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;if itab is initial. =&amp;gt; Checking header line of the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if itab[] is initial =&amp;gt; Checking whether internal table is filled u with the values or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 15:41:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/3581158#M862124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T15:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: difference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/3581159#M862125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Imran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it depends on the internal table declaration:&lt;/P&gt;&lt;P&gt;if itab is declared with header line, than itab is the header line (i. e. work area to the table), while itab[] is the internal table itself. So, in this case it is a must to make the statement as you wrote in your question.&lt;/P&gt;&lt;P&gt;if itab is declared without header line there is no difference between itab and itab[]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 15:41:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/3581159#M862125</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-03-19T15:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: difference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/3581160#M862126</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;if not itab is initial means the header of the internal table is not initial(no data). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not itab[] is initial means the table body of the contents of the itab or records of the itab is not initial(no data).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some times the internal table contains data even though the header is empty...&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;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 15:44:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/3581160#M862126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T15:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: difference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/3581161#M862127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;if you say only itab[] this means all the entries in the internal table and if you say itab this means only the header.&lt;/P&gt;&lt;P&gt;This is the only difference. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 15:45:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/3581161#M862127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T15:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: difference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/3581162#M862128</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;If we consider a statement &lt;/P&gt;&lt;P&gt;APPEND ITAB INTO ITAB[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN THE ABOVE CASE ITAB IS THE HEADER SECTION AND ITAB[] IS THE BODY SECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF FORMER ITAB IS PRESENT THEN THE DATA IS SAVED INTO THE HEADER SECTION .&lt;/P&gt;&lt;P&gt;SIMILARLY THE SYSTEM BY DEFAULT UNDERSTANDS ITAB[] IS THE BODY PART SO IT DISPLAYS DATA TO BE INSERTED IN THE BODY SECTION.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 16:06:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/3581162#M862128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T16:06:14Z</dc:date>
    </item>
  </channel>
</rss>

