<?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 between a structure and a field symbol? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-a-structure-and-a-field-symbol/m-p/1636617#M283820</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;field symbol is like pointer pointing to that data , or place holders or symbolic names to other fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                   structure is a record where it will store one physical record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Oct 2006 11:36:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-19T11:36:42Z</dc:date>
    <item>
      <title>Difference between a structure and a field symbol?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-a-structure-and-a-field-symbol/m-p/1636616#M283819</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;What is the difference between:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT itab INTO itab_structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT itab ASSIGNING &amp;lt;fs_lineof_itab&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the difference between a structure and a field symbol?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Baran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 11:32:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-a-structure-and-a-field-symbol/m-p/1636616#M283819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T11:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between a structure and a field symbol?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-a-structure-and-a-field-symbol/m-p/1636617#M283820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;field symbol is like pointer pointing to that data , or place holders or symbolic names to other fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                   structure is a record where it will store one physical record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 11:36:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-a-structure-and-a-field-symbol/m-p/1636617#M283820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T11:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between a structure and a field symbol?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-a-structure-and-a-field-symbol/m-p/1636618#M283821</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;Structures are used to define the data at the interface of module pools and screens and to define the parameter types of function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The central definition of structures that are used more than once makes it possible for them to be changed centrally. The active ABAP Dictionary then makes this change wherever required. ABAP programs or screen templates that use a structure are automatically adjusted when the structure is changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are Flat, nested and deep structures. A flag structure only references elementary types. A nested structure references at least one further structure, but not a table type. A deep structure references at least one table type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field symbols: are placeholders or symbolic names for other fields. They do not physically reserve space for a field, but point to its contents. A field symbol cam point to any data object. The data object to which a field symbol points is assigned to it after it has been declared in the program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever you address a field symbol in a program, you are addressing the field that is assigned to the field symbol. After successful assignment, there is no difference in ABAP whether you reference the field symbol or the field itself. You must assign a field to each field symbol before you can address the latter in programs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Laxmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 11:39:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-a-structure-and-a-field-symbol/m-p/1636618#M283821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T11:39:40Z</dc:date>
    </item>
  </channel>
</rss>

