SAP ABAP Message Class 0K Message Number 550 (Field &1 has a wrong value &2 in FCAT-INTTYPE)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-ALV (Application Component) SAP List Viewer
     SLIS (Package) Generic list types
Attribute
Message class 0K  
Short Description Messages for "General List Modules"    
Message Number 550  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20130531   
Message Text
Field &1 has a wrong value &2 in FCAT-INTTYPE
Help Document

Diagnosis

A wrong INTTYPE has been specified in the field catalog. Internal types are:

- S (= String) -> Data type: STRG

- C (= Character) -> Data type: CHAR, CLNT, UNIT, CUKY

- N (= Numeric) -> Data type: NUMC

- I (= Integer) -> Data type: INT*

- P (= Packed) -> Data type: DEC, QUAN, CURR

- F (= Float) -> Data type: FLTP

- X (= Hex) -> Data type: RAW, RSTR

- D (= Date) -> Data type: DATS

- T (= Time) -> Data type: TIMS

System Response

In most cases the system reacts with a short dump.

Procedure

Enter a correct INTTYPE.

Procedure for System Administration

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