‎2008 Sep 04 3:03 PM
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?
‎2008 Sep 04 3:14 PM
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.