Skip to Content
0
Former Member
Dec 06, 2007 at 08:56 PM

ECC6 IMPORT/EXPORT to MEMORY ID 'OPENFI00002213E'

219 Views

Hi experts,

I have a problem with IMPORT/EXPORT in ECC6 within the same program. The short dump happenned at IMPORT time. Here is part of my code.

DATA: MEMID13(15) VALUE 'OPENFI00002213E',

T_VBKPF LIKE VBKPF OCCURS 0 WITH HEADER LINE.

.

.

.

EXPORT t_vbkpf TO MEMORY ID memid13.

CALL TRANSACTION 'FV60'

USING bdcdata

OPTIONS FROM s_ctu_params

MESSAGES INTO bdcmsgcoll.

IMPORT t_vbkpf FROM MEMORY ID memid13.

.

.

.

In 4.6C, the internal table t_vbkpf was updated with the created document from the transaction 'FV60' call but it gave a short dump in ECC6.

Runtime Errors CONNE_IMPORT_WRONG_STRUCTURE

Except. CX_SY_IMPORT_MISMATCH_ERROR

Date and Time 2007.12.06 15:46:46

Short text

Error when importing object "T_VBKPF".

Please help, thanks!

CHuong