<?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: Activation Errors for Two tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/activation-errors-for-two-tables/m-p/3209535#M765174</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, I have deleted the field KTOKS in the table structure (but not inside the include, as it is in the source system) and executed the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also written to OSS for asking the correct way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Dec 2007 20:24:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-17T20:24:12Z</dc:date>
    <item>
      <title>Activation Errors for Two tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activation-errors-for-two-tables/m-p/3209533#M765172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a basis guy, performing upgrade from 4.6c to ECC6.0. During the ACT_700 phase I am facing the two errors in the shadow instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically two tables are not activated. But while activating the table I get the below errors:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Table : TXW_GLACC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Check view J_1I_EWT_RETURN (DDIC/16.12.07/23:42)                                           &lt;/P&gt;&lt;P&gt;   Key field J_1IEWTCHLN-BELNR missing                                                        &lt;/P&gt;&lt;P&gt;   All fields are evaluated as key field                                                      &lt;/P&gt;&lt;P&gt;   Search help J_1IEWT_CHALLAN not inherited: Basis field J_1IEWTCHLN-AUGBL missing in view   &lt;/P&gt;&lt;P&gt;   View logging: active nametab header could not be read                                      &lt;/P&gt;&lt;P&gt;   View must be created in the database                                                       &lt;/P&gt;&lt;P&gt;   View J_1I_EWT_RETURN is consistent                                                         &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can someone brief me what I need to do to solve the above problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Table : J_1I_EWT_RETURN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Check table TXW_GLACC (DDIC/16.12.07/23:51)                                 &lt;/P&gt;&lt;P&gt;   Enhancement category 2 possible, but include or subty. not yet classified   &lt;/P&gt;&lt;P&gt;   Field KTOKS in table TXW_GLACC is specified twice. Please check             &lt;/P&gt;&lt;P&gt;   Check on table TXW_GLACC resulted in errors                                 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked but there the field KTOTS is not specified twice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you pl help me to over come the above issue also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I am a basis guy and we don't have our ABAP team yet, require your help in detail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 07:54:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activation-errors-for-two-tables/m-p/3209533#M765172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T07:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Activation Errors for Two tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activation-errors-for-two-tables/m-p/3209534#M765173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The second issue is because SAP is adding KTOKS to the table and it already has that field in TXW_GLACC. Check for custom includes in the table. One of the custom includes might be having this field. You have to go ahead and delete this field from that include to make this table active.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 19:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activation-errors-for-two-tables/m-p/3209534#M765173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T19:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Activation Errors for Two tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activation-errors-for-two-tables/m-p/3209535#M765174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, I have deleted the field KTOKS in the table structure (but not inside the include, as it is in the source system) and executed the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also written to OSS for asking the correct way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 20:24:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activation-errors-for-two-tables/m-p/3209535#M765174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T20:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Activation Errors for Two tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activation-errors-for-two-tables/m-p/3209536#M765175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per my knowledge,the proper way should be to delete it from the include and leave the field in the table structure as is. &lt;/P&gt;&lt;P&gt;Anyway, OSS might get back to you with the correct solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 21:22:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activation-errors-for-two-tables/m-p/3209536#M765175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T21:22:11Z</dc:date>
    </item>
  </channel>
</rss>

