<?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 Small Problem with Enhancement Implementation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-enhancement-implementation/m-p/10028080#M1807551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created an Enhancement Implementation in include LMEREPI02, inside it i have declared an internal table and fetched values to it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the same internal table is accessed after the implementation is closed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though the Enh. Implementation is activated, I cannot activate the include as i get error msg saying my internal table not declared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would appreciate your thoughts on this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jan 2014 10:27:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-01-06T10:27:16Z</dc:date>
    <item>
      <title>Small Problem with Enhancement Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-enhancement-implementation/m-p/10028080#M1807551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created an Enhancement Implementation in include LMEREPI02, inside it i have declared an internal table and fetched values to it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the same internal table is accessed after the implementation is closed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though the Enh. Implementation is activated, I cannot activate the include as i get error msg saying my internal table not declared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would appreciate your thoughts on this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 10:27:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-enhancement-implementation/m-p/10028080#M1807551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-06T10:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Small Problem with Enhancement Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-enhancement-implementation/m-p/10028081#M1807552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anushka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you have to do the declarations part in TOP INCLUDE where are all the other declarations related to this program are declared.ie keep the internal table declarations global.If required you can create one more enhancement in the INCLUDE meant for global declarations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 10:31:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-enhancement-implementation/m-p/10028081#M1807552</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2014-01-06T10:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Small Problem with Enhancement Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-enhancement-implementation/m-p/10028082#M1807553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've had a similar issue where one enhancement in an include declares data and another enhancement uses the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found that activating the program that uses the include activated everything required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can try that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stuart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 10:32:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-enhancement-implementation/m-p/10028082#M1807553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-06T10:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Small Problem with Enhancement Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-enhancement-implementation/m-p/10028083#M1807554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried but nothing worked yet. I am still confused &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 10:48:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-enhancement-implementation/m-p/10028083#M1807554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-06T10:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Small Problem with Enhancement Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-enhancement-implementation/m-p/10028084#M1807555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anushka,&lt;/P&gt;&lt;P&gt;if possible please provide your code snippet, you have used, then we can solve it better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 10:52:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-enhancement-implementation/m-p/10028084#M1807555</guid>
      <dc:creator>former_member187748</dc:creator>
      <dc:date>2014-01-06T10:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Small Problem with Enhancement Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-enhancement-implementation/m-p/10028085#M1807556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anushka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do as suggested by Kiran, that's the best practice which we follow.&lt;/P&gt;&lt;P&gt;Eg: While modifying the SAPMV45A generally we create a Z include for all the global data to be used in any enhancements in this program in the top include MV45ATOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See below screen shots to make it clear to you for my example -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/357080" width="450" /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/357081" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/357082" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please ask if issue persists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 10:54:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-enhancement-implementation/m-p/10028085#M1807556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-06T10:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Small Problem with Enhancement Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-enhancement-implementation/m-p/10028086#M1807557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so many lines of code.. I am wondering how to share the code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 11:11:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-enhancement-implementation/m-p/10028086#M1807557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-06T11:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Small Problem with Enhancement Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-enhancement-implementation/m-p/10028087#M1807558</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;&amp;nbsp;&amp;nbsp; Your internal table declaration put in a 'include'. Then where you want implement your code their use the include.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 11:19:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-enhancement-implementation/m-p/10028087#M1807558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-06T11:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Small Problem with Enhancement Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-enhancement-implementation/m-p/10028088#M1807559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anushka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the references of your enhancement / Include.&lt;/P&gt;&lt;P&gt;I think you created your enhancement in the local class of that include, so that means, that your itab isn't visible, because it is part of the functiongroup MEREP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of that, you will not be able to activate it.&lt;/P&gt;&lt;P&gt;You have to decide, if you modify the class to make your itab visible or you have to search for another solution.&lt;/P&gt;&lt;P&gt;In case of you didn't explain your problem that specific I can't help you any further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 11:20:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-enhancement-implementation/m-p/10028088#M1807559</guid>
      <dc:creator>Florian</dc:creator>
      <dc:date>2014-01-06T11:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Small Problem with Enhancement Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-enhancement-implementation/m-p/10028089#M1807560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for all the ideas they helped me so much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just did the declaration at the start of the method in which all these codes were and it worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 11:20:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-enhancement-implementation/m-p/10028089#M1807560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-06T11:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Small Problem with Enhancement Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-enhancement-implementation/m-p/10028090#M1807561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anushka,&lt;/P&gt;&lt;P&gt;always declare your data as global, because if you will declare any data as local,&lt;/P&gt;&lt;P&gt;then it may not be accesable through, so it is always advisable to declare it on the top of include.&lt;/P&gt;&lt;P&gt;So that it could be accesable to each point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 11:29:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-enhancement-implementation/m-p/10028090#M1807561</guid>
      <dc:creator>former_member187748</dc:creator>
      <dc:date>2014-01-06T11:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Small Problem with Enhancement Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-enhancement-implementation/m-p/10028091#M1807562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please mark the question as solved, so everybody knows, that here is nothing to do right now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 11:41:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-enhancement-implementation/m-p/10028091#M1807562</guid>
      <dc:creator>Florian</dc:creator>
      <dc:date>2014-01-06T11:41:35Z</dc:date>
    </item>
  </channel>
</rss>

