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

Runtime error while executing SE30 Tcode as CREATE_DATA_ILLEGAL_LENGTH

Former Member
0 Likes
615

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 .

1 ACCEPTED SOLUTION
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
570

check the statmenet create data , how you are using this keyword?

3 REPLIES 3
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
571

check the statmenet create data , how you are using this keyword?

Read only

0 Likes
570

WHERE WE CAN CHECK CREATE DATA? PLS SUGGEST ME.

Read only

0 Likes
570

You have to check that in the object(source code) which you are analysing via SE30 .