Skip to Content
0
Former Member
Mar 25, 2009 at 05:31 AM

Import Error - IMPORT hist FROM DATABASE MONI(DB) ID MONIKEY

134 Views

Hi,

Iin my program I am using the statement

IMPORT hist FROM DATABASE MONI(DB) ID MONIKEY.

and Internal table structure of HIST is

DATA: BEGIN OF HIST OCCURS 0,

DATE LIKE SY-DATUM,

TIME LIKE SY-UZEIT,

SIZE TYPE P,

FREE TYPE P,

USED TYPE I,

TABLES TYPE I,

INDICES TYPE I,

TSIZE TYPE I,

ISIZE TYPE I,

END OF HIST.

This IMPORT STatement is giving dump :

Runtime Errors CONNE_IMPORT_WRONG_COMP_TYPE

Except. CX_SY_IMPORT_MISMATCH_ERROR

Is that any way to check before this IMPORT statement,that HIST structure should be like this or like that.If I can find out the correct structure.I can change the HIST's structure and avoid the dump.

Guide me on this.

Regards,

Ashok