<?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: Enhancement Framework limitations in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-framework-limitations/m-p/2749141#M639277</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 understand how to implement them, it just seems that a few times when I have activated enhancments in common includes the code disappears. I have found that you can normally see the code in debug just not when you are in SE80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Sep 2007 17:37:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-07T17:37:38Z</dc:date>
    <item>
      <title>Enhancement Framework limitations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-framework-limitations/m-p/2749138#M639274</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 am enhancing an SAP program (RIAUFK20) and I want to declare global variables in the top include. When I went to add an enhancement to the end of the top include ( MIOLXTOP ), the code seems to disappear when I leave and reenter the top include. Then if I attempt to use any of the data declarations SAP throws a error message saying the variable is not declared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another issue I am having is that I enhance the selection screen of the program yet I cannot enhance the text elements to go along with it. Does anyone know how I can go about adding the text to the selection screen fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also has anyone complied a list of the limitations on using the enhancement framework? Seems that it is a great tool but when trying to implement actual changes it is just one snag after another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 13:54:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-framework-limitations/m-p/2749138#M639274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T13:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement Framework limitations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-framework-limitations/m-p/2749139#M639275</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 guess you can not enhance the text elements of the std program using Enhancement Frame work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Raghavendra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 07:11:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-framework-limitations/m-p/2749139#M639275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T07:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement Framework limitations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-framework-limitations/m-p/2749140#M639276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea is after creating an Implementation activate it and come out to the root node and let the implementation get updated in the program and database.&lt;/P&gt;&lt;P&gt;Once again go to se38 and open the top include and now go to Enhancement mode and change the Implementation to add your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;See how i added to my top include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""$"$\SE:(1 ) Include LC1C1TOP, End                                                                                S&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;$-Start: (1 )----&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------------------" /&gt;&lt;P&gt;$&lt;STRONG&gt;$&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ENHANCEMENT 1  ZTEST_LC1C1TOP.    "active version&lt;/P&gt;&lt;P&gt;Data : ctest type c,&lt;/P&gt;&lt;P&gt;       dtest type c.&lt;/P&gt;&lt;P&gt;ENDENHANCEMENT.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;$-End:   (1 )----&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------------------" /&gt;&lt;P&gt;$&lt;STRONG&gt;$&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2007 13:02:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-framework-limitations/m-p/2749140#M639276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-07T13:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement Framework limitations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-framework-limitations/m-p/2749141#M639277</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 understand how to implement them, it just seems that a few times when I have activated enhancments in common includes the code disappears. I have found that you can normally see the code in debug just not when you are in SE80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2007 17:37:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-framework-limitations/m-p/2749141#M639277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-07T17:37:38Z</dc:date>
    </item>
  </channel>
</rss>

