|
本帖最后由 vfgchen 于 2023-3-9 20:46 编辑
- Category ABAP Programming Error
- Runtime Errors CONNE_IMPORT_WRONG_STRUCTURE
- Except. CX_SY_IMPORT_MISMATCH_ERROR
- ABAP Program SAPF020
- Application Component FI
- Date and Time 2015.03.04 11:13:09
- Short text
- Error when importing object "T_BKPF".
- What happened?
- Error in the ABAP Application Program
- The current ABAP program "SAPF020" 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_IMPORT_MISMATCH_ERROR', was
- not caught in
- procedure "READ_RFDT" "(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 data, the
- structure of the complex object "T_BKPF" was not compatible with the
- target object. The error occurred with component no. 74.
- Missing RAISING Clause in Interface
- Program SAPF020
- Include SAPF020
- Row 1,311
- Module type (FORM)
复制代码
|
|