‎2010 Jul 23 11:52 AM
Hi Guys,
when I am executing a TCode SE30 I am getting following Runtime error .
Runtime Errors CREATE_DATA_ILLEGAL_LENGTH
Except. CX_SY_CREATE_DATA_ERROR
Date and Time 23.07.2010 12:28:30
Short text
CREATE DATA: Illegal value for the length of an object of the type "X"
What happened?
Error in the ABAP Application Program
The current ABAP program "CL_ABAP_TRACE_FILE============CP" had to be
terminated because it has
come across a statement that unfortunately cannot be executed.
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_CREATE_DATA_ERROR', was not
caught in
procedure "READ_INFO" "(METHOD)", 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:
A data object of the type "X" with length 0 was to be created using
CREATE DATA. The value 0 is not within the allowed range.
Allowed range for the length specification:
Typ C, N, X: 1 .. 65535
TYP P: 1 .. 16
Missing RAISING Clause in Interface
Please suggest me the solution .
‎2010 Jul 23 12:11 PM
check the statmenet create data , how you are using this keyword?
‎2010 Jul 23 12:11 PM
check the statmenet create data , how you are using this keyword?
‎2010 Jul 23 12:12 PM
‎2010 Jul 23 12:16 PM
You have to check that in the object(source code) which you are analysing via SE30 .