<?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 Local variable and Global variable in abap programming? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-local-variable-and-global-variable-in-abap-programming/m-p/10468024#M1848996</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Reddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOCAL VARIABLES: these are having scope in the sun routine or particular coding block in which it is declared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GLOBAL VARIABLES: These variables can be used any where in the program, in any sub routine which is a part of the current program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets take an example of tax calculation which is being calculated in a sub routine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a LOCAL variable lv_tax_value declared in the sub routine. in the sub routine I have calculated the tax and copied the value into this local variable lv_tax_value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in this case the local variable will not be accessible after completing the execution of sub routine. We cannot access this variable from the main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we are copying the same tax value calculated into a global variable gv_tax_value then this tax value can be accessible through out the entire program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Security also matters here as the global values can be used in any where in the program with out having any restrictions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jul 2014 06:07:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-07-17T06:07:21Z</dc:date>
    <item>
      <title>Difference between Local variable and Global variable in abap programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-local-variable-and-global-variable-in-abap-programming/m-p/10468023#M1848995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'arial black', 'avant garde';"&gt;Hello Folks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know what are Local and Global variables...&lt;/P&gt;&lt;P&gt;why to declare as Global and Local in a progam...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know... Because im confused with LV and GV variables...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 05:23:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-local-variable-and-global-variable-in-abap-programming/m-p/10468023#M1848995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-17T05:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Local variable and Global variable in abap programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-local-variable-and-global-variable-in-abap-programming/m-p/10468024#M1848996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Reddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOCAL VARIABLES: these are having scope in the sun routine or particular coding block in which it is declared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GLOBAL VARIABLES: These variables can be used any where in the program, in any sub routine which is a part of the current program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets take an example of tax calculation which is being calculated in a sub routine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a LOCAL variable lv_tax_value declared in the sub routine. in the sub routine I have calculated the tax and copied the value into this local variable lv_tax_value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in this case the local variable will not be accessible after completing the execution of sub routine. We cannot access this variable from the main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we are copying the same tax value calculated into a global variable gv_tax_value then this tax value can be accessible through out the entire program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Security also matters here as the global values can be used in any where in the program with out having any restrictions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 06:07:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-local-variable-and-global-variable-in-abap-programming/m-p/10468024#M1848996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-17T06:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Local variable and Global variable in abap programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-local-variable-and-global-variable-in-abap-programming/m-p/10468025#M1848997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reddy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is recommendation from SAP that you separate the naming only. It's easier for you to recognize which is local variable or global&lt;/P&gt;&lt;P&gt;LV stands for &lt;STRONG&gt;L&lt;/STRONG&gt;ocal Variable&lt;/P&gt;&lt;P&gt;GV stands for &lt;STRONG&gt;G&lt;/STRONG&gt;lobal variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 06:14:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-local-variable-and-global-variable-in-abap-programming/m-p/10468025#M1848997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-17T06:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Local variable and Global variable in abap programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-local-variable-and-global-variable-in-abap-programming/m-p/10468026#M1848998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Actually Variables are diffentiated as Global and Local for Runtime memory management&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes, variables are required for a specific task in whole a process. In that case if those variables are being alive for whole process they consume runtime memory for that process &lt;SPAN style="text-decoration: underline;"&gt;necessarily&lt;/SPAN&gt;. So, in that case we can make that task as separate block of code in that block we can declare required variables. &lt;SPAN style="text-decoration: underline;"&gt;The Scope of those variables will be upto that particular block and they are called &lt;STRONG&gt;LOCAL&lt;/STRONG&gt; Variables for that Block&lt;/SPAN&gt;. They are not available for the process out of that block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But whereas Some variables are required for whole process and they need to accessed anywhere in the process. That time we need to declare them Globally as they available in whole program. &lt;SPAN style="text-decoration: underline;"&gt;The scope of those variables will be through out the program, even in separated blocks also. Those are called GLOBAL variables&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 06:24:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-local-variable-and-global-variable-in-abap-programming/m-p/10468026#M1848998</guid>
      <dc:creator>VijayaKrishnaG</dc:creator>
      <dc:date>2014-07-17T06:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Local variable and Global variable in abap programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-local-variable-and-global-variable-in-abap-programming/m-p/10468027#M1848999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Their&amp;nbsp; usage in Abap is the same than in most &lt;A href="http://en.wikipedia.org/wiki/Programming_language" title="Programming language"&gt;programming languages&lt;/A&gt;, definition of the &lt;A class="mw-redirect" href="http://en.wikipedia.org/wiki/Scope_%28programming%29" title="Scope (programming)"&gt;scope&lt;/A&gt; of variables is a subject for beginner's classromm, no ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 06:32:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-local-variable-and-global-variable-in-abap-programming/m-p/10468027#M1848999</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-07-17T06:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Local variable and Global variable in abap programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-local-variable-and-global-variable-in-abap-programming/m-p/10468028#M1849000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reddy,&lt;/P&gt;&lt;P&gt;Please find the difference below.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Local Variable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Local Variables are declared inside the particular block, the block may be the following.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Function&lt;/LI&gt;&lt;LI&gt;Method&lt;/LI&gt;&lt;LI&gt;Subroutine&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These variables which are declared inside the block, the visibility of the particular variable is available for that particular block only. We can't use the same variable outside the block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the variable is required only for the particular block, we will define the variable as 'Local Variable'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can declare the local variable (L_COUNT, LV_COUNT).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Global Variable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Global variables are shared variables that is available throughout the program. We can use the variable at any place inside the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can declare the global variable (G_COUNT, GV_COUNT).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajkumar Narasimman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 06:34:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-local-variable-and-global-variable-in-abap-programming/m-p/10468028#M1849000</guid>
      <dc:creator>rajkumarnarasimman</dc:creator>
      <dc:date>2014-07-17T06:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Local variable and Global variable in abap programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-local-variable-and-global-variable-in-abap-programming/m-p/10468029#M1849001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Reddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the name itself we can come to a conclusion that,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Local variable - Is used locally for a particular sub routine. It will not be available outside that subroutine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Global variable - Is used globally for a complete program. It holds the same value till the end of the program if and only if the value is not changed anywhere in the middle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Imran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 06:37:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-local-variable-and-global-variable-in-abap-programming/m-p/10468029#M1849001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-17T06:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Local variable and Global variable in abap programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-local-variable-and-global-variable-in-abap-programming/m-p/10468030#M1849002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/499674" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 06:55:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-local-variable-and-global-variable-in-abap-programming/m-p/10468030#M1849002</guid>
      <dc:creator>neminath</dc:creator>
      <dc:date>2014-07-17T06:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Local variable and Global variable in abap programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-local-variable-and-global-variable-in-abap-programming/m-p/10468031#M1849003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reddy,&lt;/P&gt;&lt;P&gt;Global Variables once declared they can be used anywhere in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Local Variable scope is limited and it is only available at the&amp;nbsp; perform or subroutine&amp;nbsp; you declared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example : &lt;/P&gt;&lt;P&gt;In your top include you declare a variable &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;GV_GLOBAL = 'GLOBAL'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will be accessable through out your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM&amp;nbsp; LOCAL.&lt;/P&gt;&lt;P&gt;lv_local = 'LOCAL'.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will be limited to this perform only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Form Variables.&lt;/P&gt;&lt;P&gt;Gv_global is available&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lv_local&amp;nbsp; not available&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun VS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 07:10:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-local-variable-and-global-variable-in-abap-programming/m-p/10468031#M1849003</guid>
      <dc:creator>venuarun</dc:creator>
      <dc:date>2014-07-17T07:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Local variable and Global variable in abap programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-local-variable-and-global-variable-in-abap-programming/m-p/10468032#M1849004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Answer to What are global and local variables?&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Global variables have lifetime through entire program ( i.e in the includes defined inside, subroutines, FM's, etc)....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Local Variables have lifetime within the block you declared.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Answer to Why it is used?&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Usage of Global Variables consumes memory throughout the program. So the best practice is try to avoid Global variable as much as possible. That's why local variable came into picture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will clear your confusion.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthick R. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 07:35:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-local-variable-and-global-variable-in-abap-programming/m-p/10468032#M1849004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-17T07:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Local variable and Global variable in abap programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-local-variable-and-global-variable-in-abap-programming/m-p/10468033#M1849005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guys for all your replies...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally i got clear idea....&lt;/P&gt;&lt;P&gt;Have a good weekend.. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/906/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/906/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/906/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2014 08:06:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-local-variable-and-global-variable-in-abap-programming/m-p/10468033#M1849005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-20T08:06:46Z</dc:date>
    </item>
  </channel>
</rss>

