<?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: while changing custom tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-changing-custom-tables/m-p/3570341#M859277</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;In ECC 6.0 you need to assign the enhancment category to the tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto extras -&amp;gt; can be enhancesed(Char Type)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures and tables that were defined by SAP in the ABAP Dictionary can be enhanced subsequently by customers using Customizing includes or append structures. The enhancements do not only refer to structures/ tables themselves, but also to dependent structures that adopt the enhancement as an include or referenced structure. Append structures that only take effect at the end of the original structure can also cause shifts - in the case of dependent structures - even within these structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must select an enhancement category for the following reason: In programs where there is no active Unicode check, enhancements to tables and structures can cause syntax and runtime errors during type checks and particularly in combination with deep structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then activate the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2008 12:41:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-19T12:41:37Z</dc:date>
    <item>
      <title>while changing custom tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-changing-custom-tables/m-p/3570339#M859275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all of you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i am getting some warnings while activating after changing or rearrenging the fields of custom table.&lt;/P&gt;&lt;P&gt;I am getting two warnings given below&lt;/P&gt;&lt;P&gt;1) Enhancement category for table missing.&lt;/P&gt;&lt;P&gt;2) Enhancement category for include or subtype missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, let me know the solution.&lt;/P&gt;&lt;P&gt;Give me the path to solve the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 12:23:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-changing-custom-tables/m-p/3570339#M859275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T12:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: while changing custom tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-changing-custom-tables/m-p/3570340#M859276</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;Click on Extras -&amp;gt; Enhancement Category and choose the necessary option you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's better if you use Enhance Can be enhanced (Char or numeric) depending on your requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 12:37:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-changing-custom-tables/m-p/3570340#M859276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T12:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: while changing custom tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-changing-custom-tables/m-p/3570341#M859277</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;In ECC 6.0 you need to assign the enhancment category to the tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto extras -&amp;gt; can be enhancesed(Char Type)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures and tables that were defined by SAP in the ABAP Dictionary can be enhanced subsequently by customers using Customizing includes or append structures. The enhancements do not only refer to structures/ tables themselves, but also to dependent structures that adopt the enhancement as an include or referenced structure. Append structures that only take effect at the end of the original structure can also cause shifts - in the case of dependent structures - even within these structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must select an enhancement category for the following reason: In programs where there is no active Unicode check, enhancements to tables and structures can cause syntax and runtime errors during type checks and particularly in combination with deep structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then activate the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 12:41:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-changing-custom-tables/m-p/3570341#M859277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T12:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: while changing custom tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-changing-custom-tables/m-p/3570342#M859278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the two guys who spend their for me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 12:52:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-changing-custom-tables/m-p/3570342#M859278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T12:52:50Z</dc:date>
    </item>
  </channel>
</rss>

