SAP ABAP Class CE_FSL_LOG_ITEM_SEVERITY (Enumeration: Error Severity of Log Entries)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   FS (Application Component) Financial Services
     FSL_ERROR_CONFLICT (Package) Error and Conflict Handling
Properties
Class CE_FSL_LOG_ITEM_SEVERITY  
Short Description Enumeration: Error Severity of Log Entries    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FSL_ERROR_CONFLICT   Error and Conflict Handling 
Created 20060703   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CE_FSL_LOG_ITEM_SEVERITY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CE_FSL_LOG_ITEM_SEVERITY has no interface implemented.
Friends
Class CE_FSL_LOG_ITEM_SEVERITY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ABORT Static Attribute Public Object reference (TYPE REF TO) CE_FSL_LOG_ITEM_SEVERITY Cancel 20060703
2 C_MESSAGE_TYPE_ABORT Constant Private Type reference (TYPE) BAPI_MTYPE 'A' Message Type: Termination 20060703
3 C_MESSAGE_TYPE_DUMP Constant Private Type reference (TYPE) BAPI_MTYPE 'X' Message Type: Dump 20060703
4 C_MESSAGE_TYPE_ERROR Constant Private Type reference (TYPE) BAPI_MTYPE 'E' Message Type: Error 20060703
5 C_MESSAGE_TYPE_INFORMATION Constant Private Type reference (TYPE) BAPI_MTYPE 'I' Message Type: Information 20060703
6 C_MESSAGE_TYPE_SUCCESS Constant Private Type reference (TYPE) BAPI_MTYPE 'S' Message Type: Success 20060703
7 C_MESSAGE_TYPE_WARNING Constant Private Type reference (TYPE) BAPI_MTYPE 'W' Message Type: Warning 20060703
8 C_SEVERITY_ABORT Constant Private Type reference (TYPE) FSL_DTE_LOG_ITEM_SEVERITY '4' Error Severity: Termination 20060703
9 C_SEVERITY_ERROR Constant Private Type reference (TYPE) FSL_DTE_LOG_ITEM_SEVERITY '3' Error Severity: Error 20060703
10 C_SEVERITY_INFORMATION Constant Private Type reference (TYPE) FSL_DTE_LOG_ITEM_SEVERITY '1' Error Severity: Information 20060703
11 C_SEVERITY_WARNING Constant Private Type reference (TYPE) FSL_DTE_LOG_ITEM_SEVERITY '2' Error Severity: Warning 20060703
12 ERROR Static Attribute Public Object reference (TYPE REF TO) CE_FSL_LOG_ITEM_SEVERITY Errors 20060703
13 INFORMATION Static Attribute Public Object reference (TYPE REF TO) CE_FSL_LOG_ITEM_SEVERITY Information 20060703
14 MSG_TYPE Instance attribute Private Type reference (TYPE) BAPI_MTYPE Message type: S Success, E Error, W Warning, I Info, A Abort 20081021
15 TYPECODE Instance attribute Private Type reference (TYPE) FSL_DTE_LOG_ITEM_SEVERITY Error Severity 20060703
16 WARNING Static Attribute Public Object reference (TYPE REF TO) CE_FSL_LOG_ITEM_SEVERITY Warning 20060703
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor Class constructor 20060703
2 GET_MSG_TYPE Instance method Public Method Supplies Corresponding Message Type for Severity Code 20081021
3 GET_SEVERER Instance method Public Method Supplies Severer Code 20060712
4 GET_TYPECODE Instance method Public Method Supplies Type Code 20060703
5 S_GET_INSTANCE Static method Public Method Supplies Enumeration Instance for a Type Code 20060703
6 S_GET_INSTANCE_BY_MSG_TYPE Static method Public Method Supplies Enumeration Inst. for Msg Typess (S, I, W, E, A, X) 20060703
7 S_GET_VALUES Static method Public Method Supplies All Enumeration Instances 20060703
Events
Class CE_FSL_LOG_ITEM_SEVERITY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TAB Public See coding Table of Entries 20060703 tab type standard table of ref to ce_fsl_log_item_severity with default key
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CE_FSL_LOG_ITEM_SEVERITY has no parameter.
Method CLASS_CONSTRUCTOR on class CE_FSL_LOG_ITEM_SEVERITY has no exception.

Method GET_MSG_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_MSG_TYPE Value transfer Type reference (TYPE) BAPI_MTYPE Meldungstyp: S Success, E Error, W Warning, I Info, A Abort 20081021

Method GET_MSG_TYPE on class CE_FSL_LOG_ITEM_SEVERITY has no exception.

Method GET_SEVERER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REF_SEVERITY Call by reference Object reference (TYPE REF TO) CE_FSL_LOG_ITEM_SEVERITY Enumeration: Fehlerschwere von Logeinträgen 20060712
2 Returning R_REF_SEVERER Value transfer Object reference (TYPE REF TO) CE_FSL_LOG_ITEM_SEVERITY Enumeration: Fehlerschwere von Logeinträgen 20060712

Method GET_SEVERER on class CE_FSL_LOG_ITEM_SEVERITY has no exception.

Method GET_TYPECODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TYPECODE Value transfer Type reference (TYPE) FSL_DTE_LOG_ITEM_SEVERITY Fehlerschwere 20060703

Method GET_TYPECODE on class CE_FSL_LOG_ITEM_SEVERITY has no exception.

Method S_GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPECODE Call by reference Type reference (TYPE) FSL_DTE_LOG_ITEM_SEVERITY Fehlerschwere 20060703
2 Returning R_REF_INSTANCE Value transfer Object reference (TYPE REF TO) CE_FSL_LOG_ITEM_SEVERITY Enumeration: Fehlerschwere von Logeinträgen 20060703

Method S_GET_INSTANCE on class CE_FSL_LOG_ITEM_SEVERITY has no exception.

Method S_GET_INSTANCE_BY_MSG_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MESSAGE_TYPE Call by reference Type reference (TYPE) BAPI_MTYPE Meldungstyp: S Success, E Error, W Warning, I Info, A Abort 20060703
2 Returning R_REF_INSTANCE Value transfer Object reference (TYPE REF TO) CE_FSL_LOG_ITEM_SEVERITY Enumeration: Fehlerschwere von Logeinträgen 20060703

Method S_GET_INSTANCE_BY_MSG_TYPE on class CE_FSL_LOG_ITEM_SEVERITY has no exception.

Method S_GET_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VALUES Value transfer Type reference (TYPE) CE_FSL_LOG_ITEM_SEVERITY=>TAB 20060703

Method S_GET_VALUES on class CE_FSL_LOG_ITEM_SEVERITY has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 100