<?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: Error: Enhancing Table Maintenance Generator in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-enhancing-table-maintenance-generator/m-p/6432708#M1411189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is because you are not making enhancements correctly/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Click on enhance source code button &lt;/P&gt;&lt;P&gt;2)Edit-&amp;gt; Enhancement Operations-&amp;gt;Show Implicit enhancement options&lt;/P&gt;&lt;P&gt;3)This will show dotted lines where you can enhance the program.&lt;/P&gt;&lt;P&gt;4) Now right click on the dotted lines and ENCHANCEMENT-&amp;gt;CREATE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Dec 2009 07:53:42 GMT</pubDate>
    <dc:creator>former_member206377</dc:creator>
    <dc:date>2009-12-08T07:53:42Z</dc:date>
    <item>
      <title>Error: Enhancing Table Maintenance Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-enhancing-table-maintenance-generator/m-p/6432706#M1411187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt; I am trying to enhance a Table Maintenance Generator as per client's requirement; while saving a new entry; I got to do some validations; I have got the spot to include my code; but how should I include it; using Enhancement Spots or something? To try out, I have  made an enhancement spot and trying to make an enhancement in the program; it throws out an error: "Object FUGR SVIM is part of the central basis and therefore cannot be enhanced". &lt;/P&gt;&lt;P&gt;Please guide me how to proceed? Is this approach correct to enhance a Table Maintenance Generator?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 07:39:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-enhancing-table-maintenance-generator/m-p/6432706#M1411187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T07:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Enhancing Table Maintenance Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-enhancing-table-maintenance-generator/m-p/6432707#M1411188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this link [How to Implement Events in Table Maintenance|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/8129f164-0a01-0010-2a8e-8765287250fc&amp;amp;overridelayout=true]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 07:42:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-enhancing-table-maintenance-generator/m-p/6432707#M1411188</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-12-08T07:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Enhancing Table Maintenance Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-enhancing-table-maintenance-generator/m-p/6432708#M1411189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is because you are not making enhancements correctly/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Click on enhance source code button &lt;/P&gt;&lt;P&gt;2)Edit-&amp;gt; Enhancement Operations-&amp;gt;Show Implicit enhancement options&lt;/P&gt;&lt;P&gt;3)This will show dotted lines where you can enhance the program.&lt;/P&gt;&lt;P&gt;4) Now right click on the dotted lines and ENCHANCEMENT-&amp;gt;CREATE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 07:53:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-enhancing-table-maintenance-generator/m-p/6432708#M1411189</guid>
      <dc:creator>former_member206377</dc:creator>
      <dc:date>2009-12-08T07:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Enhancing Table Maintenance Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-enhancing-table-maintenance-generator/m-p/6432709#M1411190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello zahak , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; u have 2 options to places validations in TMG .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. By using the events &lt;/P&gt;&lt;P&gt;2. Doing changes in PAI of that screen and placing validations.&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 08:13:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-enhancing-table-maintenance-generator/m-p/6432709#M1411190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T08:13:05Z</dc:date>
    </item>
  </channel>
</rss>

