<?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: Explicty vs implicity in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/explicty-vs-implicity/m-p/3251745#M776511</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; The work area that u define is called as explicit work area.&lt;/P&gt;&lt;P&gt;ega&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of ty_itab,&lt;/P&gt;&lt;P&gt;          matnr type mara-matnr,&lt;/P&gt;&lt;P&gt;         end of ty_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:  it_itab type table of ty_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: wa_itab type ty_itab.  " Work area defined explicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the table that u create with header line is called as implicit work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: it_mara like mara occurs 0 with header line.&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;Santosh Thorat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jan 2008 05:42:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-08T05:42:51Z</dc:date>
    <item>
      <title>Explicty vs implicity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explicty-vs-implicity/m-p/3251742#M776508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any body can help me to know the exact difference between EXPLICITY WORK AREA and IMPLICITY WORK AREA.....?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 05:36:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explicty-vs-implicity/m-p/3251742#M776508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T05:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Explicty vs implicity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explicty-vs-implicity/m-p/3251743#M776509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When u create a structure u have to create a workarea to store data into it. this is called Explicit Workarea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u create an Internal Table with Occurs n specification, it is created automatically with a header line. This Header line is called Implicit Workarea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;awrd points if useful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bhupal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 05:40:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explicty-vs-implicity/m-p/3251743#M776509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T05:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Explicty vs implicity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explicty-vs-implicity/m-p/3251744#M776510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when we are creating internal table 'with header line' this will implicitly contain workarea. like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: itab like lfa1 occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;creating body and work area individually called as explicit work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;data: itab like lfa1 occurs 0,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: wa like lfa1.&lt;/P&gt;&lt;P&gt;Award points if use full.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;vinesh,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 05:40:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explicty-vs-implicity/m-p/3251744#M776510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T05:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Explicty vs implicity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explicty-vs-implicity/m-p/3251745#M776511</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; The work area that u define is called as explicit work area.&lt;/P&gt;&lt;P&gt;ega&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of ty_itab,&lt;/P&gt;&lt;P&gt;          matnr type mara-matnr,&lt;/P&gt;&lt;P&gt;         end of ty_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:  it_itab type table of ty_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: wa_itab type ty_itab.  " Work area defined explicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the table that u create with header line is called as implicit work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: it_mara like mara occurs 0 with header line.&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;Santosh Thorat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 05:42:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explicty-vs-implicity/m-p/3251745#M776511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T05:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Explicty vs implicity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explicty-vs-implicity/m-p/3251746#M776512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While adding or retrieving records to / from internal table we have to keep the record temporarily. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The area where this record is kept is called as work area for the internal table.  The area must have the same structure as that of internal table. An internal table consists of a body and an optional header line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Header line is a implicit work area for the internal table.  It depends on how the internal table is declared that the itab will have the header line or not. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. &lt;/P&gt;&lt;P&gt;data: begin of itab occurs 10, &lt;/P&gt;&lt;P&gt;           ab type c, &lt;/P&gt;&lt;P&gt;           cd type i, &lt;/P&gt;&lt;P&gt;        end of itab.  " this table will have the header line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: wa_itab like itab. " explicit work area for itab &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: itab1 like itab occurs 10. " table is without header line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The header line is a field string with the same structure as a row of the body, but it can only hold a single row. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a buffer used to hold each record before it is added or each record as it is retrieved from the internal table.  It is the default work area for the internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gothrough beloe link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/37c5db90-0201-0010-3a9b-d0a5288f3c15" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/37c5db90-0201-0010-3a9b-d0a5288f3c15&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sowjanya.B.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 05:49:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explicty-vs-implicity/m-p/3251746#M776512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T05:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Explicty vs implicity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explicty-vs-implicity/m-p/3251747#M776513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;suppose you have structure like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types : begin of s_lifnr,&lt;/P&gt;&lt;P&gt;	lifnr type lifnr,&lt;/P&gt;&lt;P&gt;	name1 type name1,&lt;/P&gt;&lt;P&gt;	land1 type land1,&lt;/P&gt;&lt;P&gt;end of s_lifnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : wa type s_lifnr'&lt;/P&gt;&lt;P&gt;	body type table of s_lifnr.&lt;/P&gt;&lt;P&gt;now you create a work area with the name "wa" .this is called explicit work area.&lt;/P&gt;&lt;P&gt;internal table body is also created with the name "body".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : begin of it_itab occurs 0,&lt;/P&gt;&lt;P&gt;	lifnr like lfa1-lifnr,&lt;/P&gt;&lt;P&gt;name1 like lfa1-name1,&lt;/P&gt;&lt;P&gt;end of it_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now this it_itab is the work area(internal work area)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it_itab[] is the internal table body.&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;swami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 05:54:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explicty-vs-implicity/m-p/3251747#M776513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T05:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Explicty vs implicity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explicty-vs-implicity/m-p/3251748#M776514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will giove shortcut to rember ..now u wont forgot..&lt;/P&gt;&lt;P&gt;explicit ---&amp;gt; outside&lt;/P&gt;&lt;P&gt;implicit -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; inside.&lt;/P&gt;&lt;P&gt;i.e. for a internal table if u create workarea inside the internal table with the help of header line specoifcation or occurs  1 specification this is called as implicit work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if u declare body seperate and wokarea seperate called as explicit work area&lt;/P&gt;&lt;P&gt;regards points if useful..dont forget my short cut ok bye&lt;/P&gt;&lt;P&gt;satish.v&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 06:00:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explicty-vs-implicity/m-p/3251748#M776514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T06:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Explicty vs implicity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explicty-vs-implicity/m-p/3251749#M776515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi sekhar,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you declare any table in your program using the &lt;STRONG&gt;TABLES&lt;/STRONG&gt; statement then the program will &lt;EM&gt;automatically&lt;/EM&gt; create the interanl table with the same name as of the table name which you can use directly.And this is called &lt;STRONG&gt;Implicit&lt;/STRONG&gt; as it itself creates the internal table which we use as a work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you want to use some other work area or internal table with some other name (other than the one which automatically got created during declaration of tables) then we use &lt;STRONG&gt;DATA&lt;/STRONG&gt; statement to define that work area. This type of decleration is named to be &lt;STRONG&gt;Explicit&lt;/STRONG&gt; decleration of work area&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 06:28:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explicty-vs-implicity/m-p/3251749#M776515</guid>
      <dc:creator>UdayS</dc:creator>
      <dc:date>2008-01-08T06:28:10Z</dc:date>
    </item>
  </channel>
</rss>

