Ansicht
Dokumentation

Run-time error CONNE_IMPORT_WRONG_... <br />Tip-No.: 456 ( INFO456 )

Run-time error CONNE_IMPORT_WRONG_...
Tip-No.: 456 ( INFO456 )

ABAP Short Reference   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.
SAP E-Book

Short text

Run-time error CONNE_IMPORT_WRONG_...
Tip-No.: 456

Symptom

Abends in various places:
- with ABAP instruction IMPORT FROM DATABASE
- during updates
with one of the following messages:
- CONNE_IMPORT_WRONG_OBJECT_TYPE
- CONNE_IMPORT_WRONG_FIELD_TYPE
- CONNE_IMPORT_WRONG_FIELD_LENG
- CONNE_IMPORT_WRONG_COMP_COUNT
- CONNE_IMPORT_WRONG_COMP_TYPE
- CONNE_IMPORT_WRONG_COMP_LENG
- CONNE_IMPORT_WRONG_APPENDAGE

Cause

An error is present in the application program in every case:
- CONNE_IMPORT_WRONG_OBJECT_TYPE:
There are object types individual field, field header, int. table:
The type of object in the data register does not agree with the type
of target object.
- CONNE_IMPORT_WRONG_FIELD_TYPE,
CONNE_IMPORT_WRONG_FIELD_LENG:
The individual field to be imported has a different type or a
length than the target field.
- CONNE_IMPORT_WRONG_COMP_COUNT:
The number of structure components in the data register does not
agree with the number in the target structure.
- CONNE_IMPORT_WRONG_COMP_TYPE,
CONNE_IMPORT_WRONG_COMP_LENG:
A component of a structure to be imported has a different type or a
different length than the corresponding component of the target
structure.
- CONNE_IMPORT_WRONG_APPENDAGE:
The structure in the data register has more components than the
target structure.

Solution

Generally, EXPORT and IMPORT objects should be defined the same.
Exception: TABLES work areas, field symboles with structure and
parameter with structure are handled as corresponding field headers.






CL_GUI_FRONTEND_SERVICES - Frontend Services   BAL Application Log Documentation  
This documentation is copyright by SAP AG.

Length: 1803 Date: 20240420 Time: 071133     sap01-206 ( 15 ms )