<?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 Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169032#M1908083</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm activating it through SE11 normally using th activation button or by pressing Ctrl+F3, and I get then the short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When it asks for a transport request I create a new one but when I validate the creation I get the same short dump again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jul 2015 13:28:51 GMT</pubDate>
    <dc:creator>former_member355261</dc:creator>
    <dc:date>2015-07-21T13:28:51Z</dc:date>
    <item>
      <title>Activation Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169021#M1908072</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 copied some transport resuests from one SAP system to another, but when trying to activate some of the objects I get the following error message:&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/752882" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess the problem is in the BADI implementation OT_DESC_CHECK_MOA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now, whatever I want to do I always have this error message appearing (when trying to delete the BADI Implementation or to create a transport request or activating an object or anything).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I always get this error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 12:46:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169021#M1908072</guid>
      <dc:creator>former_member355261</dc:creator>
      <dc:date>2015-07-21T12:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Activation Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169022#M1908073</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;First create the TYPE "ZYBCTR_RELEASE"&amp;nbsp; as the dump says.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Not sure it is a structure/Table Type/Data element. &lt;/SPAN&gt;You can check that by going to SE38 and paste the program name "ZCL_IM...======CP" ( As shown in Short text in the dump ) and then do a syntax check via CTRL + F2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the error double click and it should take you to the line where the issue is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you should be able to delete/re-transport/use assuming you don't have further syntax issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 12:55:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169022#M1908073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-21T12:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Activation Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169023#M1908074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on the info on the dump, the type ZYBCTR_RELEASE is missing in the system. It could have probably been in a different transport. Try creating the type in the system where you are copying the transport and assign it to the same TR (if possible) and then try activating the object again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 12:58:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169023#M1908074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-21T12:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Activation Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169024#M1908075</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;After doing the syntax check, I got the same error message : Type "ZYBCTR_RELEASE" is unknown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And when trying to activate the object &lt;SPAN style="font-size: 13.3333330154419px;"&gt;ZYBCTR_RELEASE, I'm prompted for a transport request and when trying to create one I get the error message again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me what to do in order to fix this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 13:02:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169024#M1908075</guid>
      <dc:creator>former_member355261</dc:creator>
      <dc:date>2015-07-21T13:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Activation Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169025#M1908076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The object "&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ZYBCTR_RELEASE" exists in the system but is inactive, a&lt;SPAN style="color: #333333; font-size: 12px;"&gt;nd when trying to activate it&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px; color: #333333; background: #ffffff;"&gt;, I'm prompted for a transport request and when trying to create one I get the error message again.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 13:04:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169025#M1908076</guid>
      <dc:creator>former_member355261</dc:creator>
      <dc:date>2015-07-21T13:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Activation Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169026#M1908077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In which system you are trying to Activate the Z object? Is it Dev/Sandbox/ QA / Production?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And what message you are getting when you try to create the transport?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 13:07:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169026#M1908077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-21T13:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Activation Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169027#M1908078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the DEV system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the same error message when I try to create the request.&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/752930" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 13:11:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169027#M1908078</guid>
      <dc:creator>former_member355261</dc:creator>
      <dc:date>2015-07-21T13:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Activation Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169028#M1908079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Occoro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are using which Component version of SAP? I couldn't find the badi which you mentioned in my system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;TP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 13:15:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169028#M1908079</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2015-07-21T13:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Activation Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169029#M1908080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry but it is not possible to get the same error while trying to activate/Create ZYBCTR_RELEASE type. How you are activating it? SE11?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incase it ask for a transport request, you have to create a new transport request and use it. I would not suggest using Local Object as it would then be non transportable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 13:15:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169029#M1908080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-21T13:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Activation Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169030#M1908081</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;It's the BADI CTS_REQUEST_CHECK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 13:19:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169030#M1908081</guid>
      <dc:creator>former_member355261</dc:creator>
      <dc:date>2015-07-21T13:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Activation Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169031#M1908082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Occoro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am guessing there is some sought of dependency. Did you try activating all the objects concerned in one go. If there are dependencies activating all the objects together should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 13:28:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169031#M1908082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-21T13:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Activation Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169032#M1908083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm activating it through SE11 normally using th activation button or by pressing Ctrl+F3, and I get then the short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When it asks for a transport request I create a new one but when I validate the creation I get the same short dump again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 13:28:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169032#M1908083</guid>
      <dc:creator>former_member355261</dc:creator>
      <dc:date>2015-07-21T13:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Activation Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169033#M1908084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to activate all the objects in my worklist in one go, but I'm still getting the same short dump&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 13:30:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169033#M1908084</guid>
      <dc:creator>former_member355261</dc:creator>
      <dc:date>2015-07-21T13:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Activation Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169034#M1908085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Occoro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try deactivating the BADI implementation and then delete it from the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;TP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 13:33:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169034#M1908085</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2015-07-21T13:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Activation Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169035#M1908086</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 can't deactivate the &lt;SPAN style="color: #333333; font-size: 12px;"&gt;BADI implementation because I get the same error message again.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 13:40:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169035#M1908086</guid>
      <dc:creator>former_member355261</dc:creator>
      <dc:date>2015-07-21T13:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Activation Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169036#M1908087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Occoro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First Comment the code of your BADI Implementation. Then activate the BADI Implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also just do a where used list to find the places where the table is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After commenting the places of usage, now activate the table in SE11. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are facing the issue in activating try to activate through SE14.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the table is in active state, then uncomment the code of the BADI and activate the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it might resolve your issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinay Mutt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 23:58:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169036#M1908087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-21T23:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Activation Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169037#M1908088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the solution for my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used SAPLINK to re-import the object in the target system, but I made it local so I could activate it and solve the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 00:20:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activation-error/m-p/11169037#M1908088</guid>
      <dc:creator>former_member355261</dc:creator>
      <dc:date>2015-07-22T00:20:23Z</dc:date>
    </item>
  </channel>
</rss>

