‎2012 Jan 13 12:12 PM
HI All,
We have a system installed on ECC 6.0 with SAP EHP3 version on Linux maxdb
SAP_BASIS 700 0013
SAP_APPL 603 0000
We are trying to create implicit enhancement in sap standard program 'LFDM_COLL_INVOICE_FEF01' but after entering enhancement name and processing further we get the following dump:
Runtime Errors UNCAUGHT_EXCEPTION
Exception CX_SY_MESSAGE_ILLEGAL_TEXT
Date and Time 13.01.2012 05:49:26
-
-
Short text |
An exception occurred that was not caught. |
-
-
What happened? |
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.
Thanks!
Vardhan.
‎2012 Jan 13 1:10 PM
Hi,
You are probably trying to show a MESSAGE ithout reference to messages defined in T100 table (t.code SE91), but with empty text (i.e. MESSAGE TYPE 'I'.) or using wrong message number or the message has not been imported to the test system, so the system dumps as the message must have a text (to inform the user about the info/warning/error properly).
Regards,
Marcin