Skip to Content
0
Former Member
Jun 29, 2009 at 06:46 AM

Short Dump during Import Statement from STXL(TX)

694 Views

Hi All,

issue for me.

Error analysis

An exception occurred that is explained in detail below.

The exception which is assigned to class CX_SY_IMPORT_FORMAT_ERROR was not

caught in

procedure READ_TEXTLINES (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:

When attempting to IMPORT the object TLINE there was a format error.

Unable to read an IMPORT dataset.

The dataset may have been processed using SQL and is

thus no longer readable for the IMPORT.

Information on where terminated

Termination occurred in the ABAP program SAPLSTXD - in READ_TEXTLINES

The main program was RS_TESTFRAME_CALL .

In the source code you have the termination point in line 106

of the (Include) program LSTXDFDB.

The termination is caused because exception C_SY_IMPORT_FORMAT_ERROR

occurred in

procedure READ_TEXTLINES (FORM) but it was neither handled locally n

declared

in the RAISING clause of its signature.

The procedure is in program SAPLSTXD its source code begins in line

75 of the (Include program LSTXDFDB .

import tline to rt_lines

from database stxl(tx)

client rt_client

id stxl_id

ACCEPTING TRUNCATION "important for Unicode->Nonunicode

IGNORING CONVERSION ERRORS.

Thanks & Regards,

Pavan.