<?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: what is the difference between code and declaration while creating explicit enhancement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-code-and-declaration-while-creating-explicit/m-p/9806378#M1780591</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khaleel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please be more specific on your doubt?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Sep 2013 04:59:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-09-25T04:59:56Z</dc:date>
    <item>
      <title>what is the difference between code and declaration while creating explicit enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-code-and-declaration-while-creating-explicit/m-p/9806374#M1780587</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;I have a doubt about the difference between the code and&amp;nbsp; declaration while creating the explicit enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;khaleel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 11:21:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-code-and-declaration-while-creating-explicit/m-p/9806374#M1780587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-24T11:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between code and declaration while creating explicit enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-code-and-declaration-while-creating-explicit/m-p/9806375#M1780588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi khaleel, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls refer the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.scn.sap.com/wiki/display/ABAP/How+to+do+Explicit+Enhancement"&gt;http://wiki.scn.sap.com/wiki/display/ABAP/How+to+do+Explicit+Enhancement&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feel free to ask in case any doubts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 11:28:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-code-and-declaration-while-creating-explicit/m-p/9806375#M1780588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-24T11:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between code and declaration while creating explicit enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-code-and-declaration-while-creating-explicit/m-p/9806376#M1780589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Already I have gone through this document previously.But this document not addressed my doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;khaleel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 11:38:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-code-and-declaration-while-creating-explicit/m-p/9806376#M1780589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-24T11:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between code and declaration while creating explicit enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-code-and-declaration-while-creating-explicit/m-p/9806377#M1780590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the enhancements are separate objects which are merged at runtime. if you want to define a variable which should be visible in the whole program (so also in other enhancements and possible user exits) then a declaration is needed.&lt;/P&gt;&lt;P&gt;The declaration will merge with the top include of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use the code part to declare a variable it will only be visible In the enhancement where it has been defined and maybe in the same process block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's why I think you need to use declaration for declaring variables in an enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please correct me if I am wrong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 13:27:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-code-and-declaration-while-creating-explicit/m-p/9806377#M1780590</guid>
      <dc:creator>PeterJonker</dc:creator>
      <dc:date>2013-09-24T13:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between code and declaration while creating explicit enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-code-and-declaration-while-creating-explicit/m-p/9806378#M1780591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khaleel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please be more specific on your doubt?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 04:59:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-code-and-declaration-while-creating-explicit/m-p/9806378#M1780591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-25T04:59:56Z</dc:date>
    </item>
  </channel>
</rss>

