Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dump when creating implicit enhancement

Former Member
0 Likes
592

In system i am working currently, when i try to create or implement enhancement in STD sap program, system is throwing error as follows,

The exception 'CX_SY_MESSAGE_ILLEGAL_TEXT' was raised, but it was not caught anywhere along the call hierarchy.

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.

Whats i understand till now is some compilation reference is missing when i am trying use enhancement point. Maybe this means main program from where corresponding include when spot exist is not getting refeerred or attached properly.

I have developed this enhancement implicit previously sucessfully and never face this kind of problem till now,

Please let me know if somebody has face similar kinda problem in there system?

1 REPLY 1
Read only

Former Member
0 Likes
406

Check SAP Note: 1098603



Symptom

When you create an implicit enhancement, the following runtime error occurs:

UNCAUGHT_EXCEPTION
CX_SY_MESSAGE_ILLEGAL_TEXT


Other terms

SE38, implicit enhancements, source code enhancements

Reason and Prerequisites

This problem is caused by a program error.

Solution

Import the Support Package or implement the correction instructions.