SAP ABAP Message Class CNV_20100 Message Number 373 (&1: table field could not be analyzed)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-GTF-BS (Application Component) Business Application Support
     CNV_20100 (Package) CNCC: Chart of accounts conversion
Attribute
Message class CNV_20100  
Short Description Messageclass for chart of account conversion    
Message Number 373  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20141030   
Message Text
&1: table field could not be analyzed
Help Document

Diagnosis

Table could not be analyzed with regard to numerals without leading zeros. One reason is that the table is empty. Another reason could be that the field in the table is non-transparent.

Table converts a field to which routine ACCOUNT_CONVERT_20100 is assigned. However, this routine does not convert numerals without leading zeroes.

System Response

Warning

Procedure

Check the contents of table . If numerals without leading zeros occur, a different routine should be used. You can choose from the following routines:

  • ACCOUNT_CONVERT_NOZERO: converts all values; only values that are changed are transformed into the format without leading zeroes. All other numerals remain unchanged in their original format.
  • ACCOUNT_CONVERT_TO_NOZERO: converts all values; transforms all numerals into the format without leading zeros.
  • ACCOUNT_CONVERT_TO_ZERO: converts all values; transforms all numerals into the format with leading zeros.

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