Do you have any question about this error?
Message type: E = Error
Message class: CNV21500 - Messages for HR conversions basis
Message number: 040
Message text: Struktur von RELID <&1,&2> in DDIC defin., aber Exportroutine ist Makro
Structure of RELID <&v1&,&v2&> is defined in DDIC, however export
routine indicated in CNV_INDX_MACROS is not function module, which is
the preferred form of exporting data for such RELIDs.
Search for relevant fields in this case is always done on the basis of
DDIC. This means, that our knowledge about RELID's structure is somehow
different from structure in DDIC - some of fields might not have been
found during the search process.
Das System gibt eine Fehlermeldung aus und erlaubt Ihnen nicht, mit dieser Transaktion fortzufahren, bis der Fehler behoben ist.
Please make sure you really don't want to use default function modules
for this RELID and check if the knowledge gathered in CNV_INDX_STRUC
table is correct.
Compare results of following query:
SELECT s~cluster_name s~relid s~versn s~tabst s~structure
s~struc_type
INTO CORRESPONDING FIELDS OF TABLE gt_cnv_indx_struc1
FROM cnv_indx_struc AS s JOIN t52relid AS t
ON
s~cluster_name = t~tabname AND
s~relid = t~relid AND
s~versn = t~version
WHERE
s~cluster_name = '&v1&' AND s~relid = '&v2&'.
and output of function module CNV_21500_T52RELID_DEFINED:
DATA lt_struct TYPE STANDARD TABLE OF cnv_indx_struc.
CALL FUNCTION 'CNV_21500_T52RELID_DEFINED'
EXPORTING
,,,,p_cluster_name = '&v1&'
,,,,p_relid = '&v2&'
TABLES
,,,,pt_struct = lt_struct
EXCEPTIONS
,,,,no_typename = 1
,,,,no_structure = 2
,,,,struct_not_in_ddic = 3
,,,,OTHERS = 4.
Fehlermeldungsextrakt aus SAP-System. Copyright SAP SE
CNV21500040
- Struktur von RELID <&1,&2> in DDIC defin., aber Exportroutine ist Makro ?Get instant SAP help. Start your 7-day free trial now.
CNV21500039
Struktur von RELID <&1,&2> in DDIC defin., aber Importroutine ist Makro
Was verursacht dieses Problem? Structure of RELID <&v1&,&v2&> is defined in DDIC, however import routine indicated in CNV_IND...
CNV21500038
Exportroutine ist FuBa, aber Struktur von RELID <&1, &2> nicht in DDIC
Was verursacht dieses Problem? Export routine indicated in CNV_INDX_MACROS for RELID <&v1&,&v2&> is function module, but stru...
CNV21500041
Kein Importroutinen-Eintrag in CNV_INDX_MACROS für <&1,&2>; verwende FuBa
Was verursacht dieses Problem? No entry in CNV_INDX_MACROS indicating import routine for RELID < &v1&,&v2&>. Structure of thi...
CNV21500042
Kein Exportroutinen-Eintrag in CNV_INDX_MACROS für <&1,&2>; verwende FuBa
Was verursacht dieses Problem? No entry in CNV_INDX_MACROS indicating export routine for RELID < &v1&,&v2&>. Structure of thi...
Klicken Sie auf diesen Link, um alle SAP-Meldungen durchsuchen.