SAP ABAP Message Class CNV Message Number 344 (Conflicting non-transparent fields of table &1)
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 344  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20141030   
Message Text
Conflicting non-transparent fields of table &1
Help Document

Diagnosis

Table contains conflicting non-transparent fields. The non-transparent fields of a given table are in conflict if (all conditions must be fulfilled):

  • they are a part of the same transparent field,
  • one of them is defined to be a part of the other,
  • they are relevant for conversion.

Example 1:

Table X contains following conversion-relevant fields:

  • ABCD-COMP1
  • ABCD

The conflict occurs because the non-transparent field ABCD-COMP1 is defined as a part of ABCD. This situation is dangerous because there is a risk of converting the same data 2 times.

Example 2:

Table X contains following conversion-relevant fields:

  • DEFG-COMP1
  • DEFG-COMP2

The conflict doesn't occur because the non-transparent fields DEFG-COMP1 and DEFG-COMP2 are defined to be independent of each other. If they hadn't been independent they whould have had to have a common part as in example 1.

Example 3:

Table X contains following conversion-relevant fields:

  • HIJK-COMP1
  • HIJK-COMP1-COMP3

The conflict occurs because the non-transparent field HIJK-COMP1-COMP3 is defined to be a part of HIJK-COMP1 (analogous to example 1).

System Response

The status is set to 'Error'.

Procedure

If table is an SAP standard table then contact SAP for support. If it is your own table correct the settings in order to resolve the conflicts.

Procedure for System Administration

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