SAP ABAP Message Class CNV Message Number 810 (Incorrect sequence of fields for table &1 was defined)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-GTF-BS (Application Component) Business Application Support
     CNV_BASIS (Package) Conversion: Basis functions
Attribute
Message class CNV  
Short Description Conversion: Messages for Conversion Services (CNCC)    
Message Number 810  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20141030   
Message Text
Incorrect sequence of fields for table &1 was defined
Help Document

Diagnosis

If the MULTICOPY indicator is set for a table, the sequence of the fields in this table (as defined by the field SEQNUM) must meet the following condition:

SEQNUM(MCPOS = 'L') >= SEQNUM(MCPOS = 'F') >= SEQNUM(MCPOS = SPACE)

This condition means the following:

  • The SEQNUM of all entries in the table CNVFIELDS with MCPOS = 'L' must be greater than or equal to the SEQNUM of all other entries
  • The SEQNUM of all corresponding entries in the table CNVFIELDS with MCPOS = SPACE must be less than or equal to the SEQNUM of all other entries

This is not the case for the table .

System Response

Procedure

Correct the corresponding entries in the table CNVFIELDS accordingly.

History
Last changed on/by 20141030  SAP 
SAP Release Created in