Hello Guys,
We are getting a Run time error while downloading a w2 magnetic media file for MI, and its only for a particular tax company.
Any help is appreciated.
ST22 Dump:
Runtime Errors CREATE_DATA_ILLEGAL_LENGTH
Exception CX_SY_CREATE_DATA_ERROR
Date and Time 01/10/2011 13:58:44
-
-
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 "RPCTRTU0_ALV" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
-
-
What can you do?
Note down which actions and inputs caused the error.
To process the problem further, contact you SAP system
administrator.
Using Transaction ST22 for ABAP Dump Analysis, you can look
at and manage termination messages, and you can also
keep them for a long time.
-
-
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 "DOWNLOAD_CTXFU0" "(FORM)", 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
-
Thanks,
Krish