<?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 While Creating Implicit enhancement system is giving dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-creating-implicit-enhancement-system-is-giving-dump/m-p/6609371#M1438662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am enhanceing standard code with the help of implicit enhancement.. I have done successfully in one system but when i try to do it in other system it is giving me short dump.. And the dump also didn't give any information..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on ECC 6.0 and i assume we can use implicit enhancement points...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know why i am getting dump..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what dump says..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exception 'CX_SY_MESSAGE_ILLEGAL_TEXT' was raised, but it was not caught&lt;/P&gt;&lt;P&gt; anywhere along&lt;/P&gt;&lt;P&gt;the call hierarchy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
What happened?
Since exceptions represent error situations and this error was not
adequately responded to, the running ABAP program
 'CL_MESSAGE_HELPER=============CP' has to be
terminated.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_MESSAGE_ILLEGAL_TEXT', was not
 caught in
procedure "ACTION" "(FORM)", nor was it propagated by a RAISING clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
The text parameter in MESSAGE  cannot be an initial reference
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
METHOD set_msg_vars_for_if_t100_msg.
  IF text IS INITIAL.
    RAISE EXCEPTION TYPE cx_sy_message_illegal_text
        EXPORTING textid = cx_sy_message_illegal_text=&amp;gt;initial_ref.
  ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Feb 2010 08:58:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-11T08:58:23Z</dc:date>
    <item>
      <title>While Creating Implicit enhancement system is giving dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-creating-implicit-enhancement-system-is-giving-dump/m-p/6609371#M1438662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am enhanceing standard code with the help of implicit enhancement.. I have done successfully in one system but when i try to do it in other system it is giving me short dump.. And the dump also didn't give any information..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on ECC 6.0 and i assume we can use implicit enhancement points...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know why i am getting dump..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what dump says..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exception 'CX_SY_MESSAGE_ILLEGAL_TEXT' was raised, but it was not caught&lt;/P&gt;&lt;P&gt; anywhere along&lt;/P&gt;&lt;P&gt;the call hierarchy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
What happened?
Since exceptions represent error situations and this error was not
adequately responded to, the running ABAP program
 'CL_MESSAGE_HELPER=============CP' has to be
terminated.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_MESSAGE_ILLEGAL_TEXT', was not
 caught in
procedure "ACTION" "(FORM)", nor was it propagated by a RAISING clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
The text parameter in MESSAGE  cannot be an initial reference
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
METHOD set_msg_vars_for_if_t100_msg.
  IF text IS INITIAL.
    RAISE EXCEPTION TYPE cx_sy_message_illegal_text
        EXPORTING textid = cx_sy_message_illegal_text=&amp;gt;initial_ref.
  ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 08:58:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-creating-implicit-enhancement-system-is-giving-dump/m-p/6609371#M1438662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T08:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: While Creating Implicit enhancement system is giving dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-creating-implicit-enhancement-system-is-giving-dump/m-p/6609372#M1438663</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;Can anyone help me on this...Let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 09:23:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-creating-implicit-enhancement-system-is-giving-dump/m-p/6609372#M1438663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T09:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: While Creating Implicit enhancement system is giving dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-creating-implicit-enhancement-system-is-giving-dump/m-p/6609373#M1438664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give some more information like &lt;/P&gt;&lt;P&gt;1. For which program / method / Form you implementad it.&lt;/P&gt;&lt;P&gt;2. What was the code in implementation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 09:37:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-creating-implicit-enhancement-system-is-giving-dump/m-p/6609373#M1438664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T09:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: While Creating Implicit enhancement system is giving dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-creating-implicit-enhancement-system-is-giving-dump/m-p/6609374#M1438665</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;This is for SE16N transaction code.. Even i tried in SE38 for a custom program but still giving dump..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this is not an issue with particular transaction but somehow getting dump ..I doono if there is any OSS notes to be implemented... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 09:57:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-creating-implicit-enhancement-system-is-giving-dump/m-p/6609374#M1438665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T09:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: While Creating Implicit enhancement system is giving dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-creating-implicit-enhancement-system-is-giving-dump/m-p/6609375#M1438666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what code are you putting in the enhancement!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 09:59:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-creating-implicit-enhancement-system-is-giving-dump/m-p/6609375#M1438666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T09:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: While Creating Implicit enhancement system is giving dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-creating-implicit-enhancement-system-is-giving-dump/m-p/6609376#M1438667</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 found one OSS notes for this -&amp;gt; 1098603.. This is a program error.. I will try to implement this note..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all for all your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 10:47:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-creating-implicit-enhancement-system-is-giving-dump/m-p/6609376#M1438667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T10:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: While Creating Implicit enhancement system is giving dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-creating-implicit-enhancement-system-is-giving-dump/m-p/6609377#M1438668</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;check link:[&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="684930"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 11:14:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-creating-implicit-enhancement-system-is-giving-dump/m-p/6609377#M1438668</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-02-11T11:14:13Z</dc:date>
    </item>
  </channel>
</rss>

