<?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 What is the difference between Structure and Work area in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-structure-and-work-area/m-p/3901693#M936170</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the difference between Structure and work area?&lt;/P&gt;&lt;P&gt;Are they same with different names?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 May 2008 15:36:24 GMT</pubDate>
    <dc:creator>manoj_goyal2</dc:creator>
    <dc:date>2008-05-29T15:36:24Z</dc:date>
    <item>
      <title>What is the difference between Structure and Work area</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-structure-and-work-area/m-p/3901693#M936170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the difference between Structure and work area?&lt;/P&gt;&lt;P&gt;Are they same with different names?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 15:36:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-structure-and-work-area/m-p/3901693#M936170</guid>
      <dc:creator>manoj_goyal2</dc:creator>
      <dc:date>2008-05-29T15:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Structure and Work area</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-structure-and-work-area/m-p/3901694#M936171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A work area is an structure, you are correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 15:37:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-structure-and-work-area/m-p/3901694#M936171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T15:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Structure and Work area</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-structure-and-work-area/m-p/3901695#M936172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;workarea can hold single record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;structure can hold more than one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i mean at run time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 15:38:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-structure-and-work-area/m-p/3901695#M936172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T15:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Structure and Work area</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-structure-and-work-area/m-p/3901696#M936173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Structure does not contain any data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;work area contains only single record of that structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types : being of ty_tab,&lt;/P&gt;&lt;P&gt;matnr type mara-matnr,&lt;/P&gt;&lt;P&gt;ernam type mara-ernam,&lt;/P&gt;&lt;P&gt;end of ty_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : it_tab type standard table of ty_tab initial size 0. (this is internal table of type ty_tab&lt;/P&gt;&lt;P&gt;data : is_tab type ty_tab. ( this is work area for the structure ty_tab)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 15:42:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-structure-and-work-area/m-p/3901696#M936173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T15:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Structure and Work area</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-structure-and-work-area/m-p/3901697#M936174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the same, &lt;/P&gt;&lt;P&gt;don't exist differences&lt;/P&gt;&lt;P&gt;both only contain just 1 record, in a rutine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 15:51:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-structure-and-work-area/m-p/3901697#M936174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T15:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Structure and Work area</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-structure-and-work-area/m-p/3901698#M936175</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;1)Functionallly they both are same holds a single record at a time&lt;/P&gt;&lt;P&gt;2) But when defining you can create structure in DDIC and  ABAP Editor also &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the term work area is not user in DDIC is used in program i.e abap editor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 16:29:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-structure-and-work-area/m-p/3901698#M936175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T16:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Structure and Work area</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-structure-and-work-area/m-p/3901699#M936176</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;In the functionality point of view there is no difference between the structure and workarea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But structure is defined in the data dictionary and can be used in both data dictionary as well as in program while workarea id confined to  program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;workarea is also a type of structure .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 17:09:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-structure-and-work-area/m-p/3901699#M936176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T17:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Structure and Work area</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-structure-and-work-area/m-p/3901700#M936177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey buddies,*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i had this same doubt for a long time and i have my finds with me ie wa and structure are the same but wa can hold a single record but structure cannot hold data in it but according to the previous posts  folks  say structure too holds data as wa does but i guess when debugging wa holds data and structure doesnt hold bcoz i tried.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types : begin of str_mara,&lt;/P&gt;&lt;P&gt;             matnr type mara-matnr,&lt;/P&gt;&lt;P&gt;            ernam type mara-ernam,&lt;/P&gt;&lt;P&gt;            end of str_mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data it_mara type table of str_mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select matnr ernam from mara into it_mara where matnr = '100-101'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********************&lt;STRONG&gt;if folks say wa = structure,this should work,isn't it?&lt;/STRONG&gt;*********************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_mara into str_mara.&lt;/P&gt;&lt;P&gt;write:/ str_mara-matnr , str_mara-ernam.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*******************&lt;STRONG&gt;but it throws an error saying that str_mara is not a wa&lt;/STRONG&gt;*******************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i may not be correct too plz let me know if i'm wrong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: arun_aime on Feb 12, 2010 4:41 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2010 15:39:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-structure-and-work-area/m-p/3901700#M936177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-12T15:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Structure and Work area</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-structure-and-work-area/m-p/3901701#M936178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it gives you a different message. Would you check it please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2010 16:03:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-structure-and-work-area/m-p/3901701#M936178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-12T16:03:24Z</dc:date>
    </item>
  </channel>
</rss>

