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 | 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 | Static Attribute | Public | Object reference (TYPE REF TO) | CE_FSL_LOG_ITEM_SEVERITY | Cancel | 20060703 | |||
| 2 | Constant | Private | Type reference (TYPE) | BAPI_MTYPE | 'A' | Message Type: Termination | 20060703 | ||
| 3 | Constant | Private | Type reference (TYPE) | BAPI_MTYPE | 'X' | Message Type: Dump | 20060703 | ||
| 4 | Constant | Private | Type reference (TYPE) | BAPI_MTYPE | 'E' | Message Type: Error | 20060703 | ||
| 5 | Constant | Private | Type reference (TYPE) | BAPI_MTYPE | 'I' | Message Type: Information | 20060703 | ||
| 6 | Constant | Private | Type reference (TYPE) | BAPI_MTYPE | 'S' | Message Type: Success | 20060703 | ||
| 7 | Constant | Private | Type reference (TYPE) | BAPI_MTYPE | 'W' | Message Type: Warning | 20060703 | ||
| 8 | Constant | Private | Type reference (TYPE) | FSL_DTE_LOG_ITEM_SEVERITY | '4' | Error Severity: Termination | 20060703 | ||
| 9 | Constant | Private | Type reference (TYPE) | FSL_DTE_LOG_ITEM_SEVERITY | '3' | Error Severity: Error | 20060703 | ||
| 10 | Constant | Private | Type reference (TYPE) | FSL_DTE_LOG_ITEM_SEVERITY | '1' | Error Severity: Information | 20060703 | ||
| 11 | Constant | Private | Type reference (TYPE) | FSL_DTE_LOG_ITEM_SEVERITY | '2' | Error Severity: Warning | 20060703 | ||
| 12 | Static Attribute | Public | Object reference (TYPE REF TO) | CE_FSL_LOG_ITEM_SEVERITY | Errors | 20060703 | |||
| 13 | Static Attribute | Public | Object reference (TYPE REF TO) | CE_FSL_LOG_ITEM_SEVERITY | Information | 20060703 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | BAPI_MTYPE | Message type: S Success, E Error, W Warning, I Info, A Abort | 20081021 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | FSL_DTE_LOG_ITEM_SEVERITY | Error Severity | 20060703 | |||
| 16 | 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 | Static method | Public | Constructor | Class constructor | 20060703 | |
| 2 | Instance method | Public | Method | Supplies Corresponding Message Type for Severity Code | 20081021 | |
| 3 | Instance method | Public | Method | Supplies Severer Code | 20060712 | |
| 4 | Instance method | Public | Method | Supplies Type Code | 20060703 | |
| 5 | Static method | Public | Method | Supplies Enumeration Instance for a Type Code | 20060703 | |
| 6 | Static method | Public | Method | Supplies Enumeration Inst. for Msg Typess (S, I, W, E, A, X) | 20060703 | |
| 7 | 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 | 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 | I_REF_SEVERITY | Call by reference | Object reference (TYPE REF TO) | CE_FSL_LOG_ITEM_SEVERITY | Enumeration: Fehlerschwere von Logeinträgen | 20060712 | |||
| 2 | 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 | 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 | I_TYPECODE | Call by reference | Type reference (TYPE) | FSL_DTE_LOG_ITEM_SEVERITY | Fehlerschwere | 20060703 | |||
| 2 | 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 | I_MESSAGE_TYPE | Call by reference | Type reference (TYPE) | BAPI_MTYPE | Meldungstyp: S Success, E Error, W Warning, I Info, A Abort | 20060703 | |||
| 2 | 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 | 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 |