<?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: ABAP 7.4 inline data declaration/ memory allocation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-inline-data-declaration-memory-allocation/m-p/11427256#M1927145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK they are misinformed. The inline data declaration is just shorthand for the same statement without the inline data declaration preceded with the needed data declaration. However if you were used to reusing variables more for different tasks with the actual data declaration then you do now with inline declarations, they are right.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Also, it's an easy thing to quickly test.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Dec 2015 03:10:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-12-03T03:10:17Z</dc:date>
    <item>
      <title>ABAP 7.4 inline data declaration/ memory allocation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-inline-data-declaration-memory-allocation/m-p/11427255#M1927144</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;BR /&gt;Someone in my organization is trying to tell me that using inline data declaration uses more heap memory than standard data declaration/assignment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any truth in this statement or are they misinformed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 02:38:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-inline-data-declaration-memory-allocation/m-p/11427255#M1927144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-03T02:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP 7.4 inline data declaration/ memory allocation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-inline-data-declaration-memory-allocation/m-p/11427256#M1927145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK they are misinformed. The inline data declaration is just shorthand for the same statement without the inline data declaration preceded with the needed data declaration. However if you were used to reusing variables more for different tasks with the actual data declaration then you do now with inline declarations, they are right.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Also, it's an easy thing to quickly test.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 03:10:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-inline-data-declaration-memory-allocation/m-p/11427256#M1927145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-03T03:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP 7.4 inline data declaration/ memory allocation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-inline-data-declaration-memory-allocation/m-p/11427257#M1927146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.8px; color: #333333; background: #ffffff;"&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="53155" data-externalid="" data-presence="null" data-userid="191513" data-username="gert.beukema" href="https://answers.sap.com/people/gert.beukema" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; text-decoration: underline !important; color: #3778c7; background: transparent;"&gt;Gerrit Beukema&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; is right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the &lt;A href="http://help.sap.com/abapdocu_750/en/index.htm?file=abendata_inline.htm"&gt;documentation&lt;/A&gt; says&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A valid statement with an inline declaration of a variable can generally be interpreted as a short form for a declaration statement used as a direct prefix.&lt;/LI&gt;&lt;/UL&gt;&lt;DL style="color: #000000; font-family: Arial; font-size: 12.8px; background-color: #fefeff;"&gt;&lt;DD style="padding-left: 30px;"&gt;&lt;SPAN class="qtext" style="font-family: 'Courier New'; font-weight: bold;"&gt;DATA var TYPE ...&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="qtext" style="font-family: 'Courier New'; font-weight: bold;"&gt;... var ...&lt;/SPAN&gt;&lt;/DD&gt;&lt;/DL&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why should that use more memory? Especially why &lt;A href="http://help.sap.com/abapdocu_750/en/index.htm?file=abenheap_glosry.htm"&gt;heap memory&lt;/A&gt;? Named data objects that are declared with declarations - whether inline or not - occupy &lt;A href="http://help.sap.com/abapdocu_750/en/index.htm?file=abenstack_glosry.htm"&gt;stack memory&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;They are&lt;/SPAN&gt; misinformed, and I wonder where that misinformation comes from ...&lt;/P&gt;&lt;P&gt;(as Gerrit says, only if you declare much more data than before, instead of reusing helper variables, you increase the memory usage, but that's explicit, not implicit)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 11:17:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-inline-data-declaration-memory-allocation/m-p/11427257#M1927146</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2015-12-08T11:17:19Z</dc:date>
    </item>
  </channel>
</rss>

