<?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: variable and field symbol in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-and-field-symbol/m-p/12333347#M1991671</link>
    <description>&lt;P&gt;What don't you understand in the &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-us/abenabap_field_symbols.htm"&gt;ABAP documentation&lt;/A&gt; please?&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jan 2021 07:34:56 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2021-01-19T07:34:56Z</dc:date>
    <item>
      <title>variable and field symbol</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-and-field-symbol/m-p/12333344#M1991668</link>
      <description>&lt;P&gt;what is the diff bw data variable and field symbols and why we go for field symbol ?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 06:53:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variable-and-field-symbol/m-p/12333344#M1991668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2021-01-19T06:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: variable and field symbol</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-and-field-symbol/m-p/12333345#M1991669</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="mention-scrubbed"&gt;mohan31&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Field symbol is more or less like a pointer. It references / points to a variable.&lt;/P&gt;&lt;P&gt;More on field symbols and data references:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;A href="https://blogs.sap.com/2014/04/18/relation-between-data-references-and-field-symbols-with-examples/" target="_blank"&gt;Relation between Data References and Field symbols with examples&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;SAP Help: &lt;A href="https://help.sap.com/doc/abapdocu_751_index_htm/7.51/en-us/abenabap_field_symbols.htm" target="_blank"&gt;Field Symbols&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Dominik Tylczynski&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 07:28:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variable-and-field-symbol/m-p/12333345#M1991669</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2021-01-19T07:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: variable and field symbol</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-and-field-symbol/m-p/12333346#M1991670</link>
      <description>&lt;P&gt;My understanding of the two is below.&lt;/P&gt;&lt;P&gt;A data variable a fixed piece of memory reserved to contain a value. A field symbol is a reference pointing to a certain piece of reserved memory, so instead of using different parts of memory when you use data variables, you use the same part of memory when using field symbols.&lt;/P&gt;&lt;P&gt;You would go for field symbols to reduce the amount of memory that you reserve in your program.&lt;/P&gt;&lt;P&gt;Just be aware that when you change the value of the piece of memory using a field symbol, that change will be applied to everything that uses that same part of memory.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 07:31:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variable-and-field-symbol/m-p/12333346#M1991670</guid>
      <dc:creator>ArthurParisius</dc:creator>
      <dc:date>2021-01-19T07:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: variable and field symbol</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-and-field-symbol/m-p/12333347#M1991671</link>
      <description>&lt;P&gt;What don't you understand in the &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-us/abenabap_field_symbols.htm"&gt;ABAP documentation&lt;/A&gt; please?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 07:34:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variable-and-field-symbol/m-p/12333347#M1991671</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-01-19T07:34:56Z</dc:date>
    </item>
  </channel>
</rss>

