SAP ABAP Class CX_FEB (Message/Exception Class for the Account Statement)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-BL-PT-BS-EL (Application Component) Electronic Bank Statement
     FIN_EB_BSIMP (Package) Electronic Bank Statement - Import
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_STATIC_CHECK Exceptions with Static and Dynamic Check of RAISING Clause 20100601
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_T100_MESSAGE Interface for Accessing T100 Texts 20100601
Properties
Class CX_FEB  
Short Description Message/Exception Class for the Account Statement    
Super Class CX_STATIC_CHECK Exceptions with Static and Dynamic Check of RAISING Clause 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 40  Exception Class 
Package FIN_EB_BSIMP   Electronic Bank Statement - Import 
Created 20100601   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_TAX_RFD_SERV Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_T100_MESSAGE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_T100_MESSAGE Interface for Accessing T100 Texts 20100601
Friends
Class CX_FEB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_SEVERITY_ABEND Constant Public Type reference (TYPE) TY_MESSAGE_SEVERITY 'A' 20100601
2 CO_SEVERITY_ERROR Constant Public Type reference (TYPE) TY_MESSAGE_SEVERITY 'E' 20100601
3 CO_SEVERITY_INFO Constant Public Type reference (TYPE) TY_MESSAGE_SEVERITY 'I' 20100601
4 CO_SEVERITY_SUCCESS Constant Public Type reference (TYPE) TY_MESSAGE_SEVERITY 'S' 20100601
5 CO_SEVERITY_WARNING Constant Public Type reference (TYPE) TY_MESSAGE_SEVERITY 'W' 20100601
6 MC_SYMSG Constant Public See coding 20100601
7 MV_MSGV1 Instance attribute Public Type reference (TYPE) SYMSGV Message Variable 20100601
8 MV_MSGV2 Instance attribute Public Type reference (TYPE) SYMSGV Message Variable 20100601
9 MV_MSGV3 Instance attribute Public Type reference (TYPE) SYMSGV Message Variable 20100601
10 MV_MSGV4 Instance attribute Public Type reference (TYPE) SYMSGV Message Variable 20100601
11 MV_SEVERITY Instance attribute Public Type reference (TYPE) CHAR_01 Character Length 1 20100601
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100601
2 CREATE_INSTANCE_MSG Static method Public Method Creates an Instance with T100 Information 20100601
3 CREATE_INSTANCE_SYMSG Static method Public Method Creates an Instance with SY MSG Information 20100601
4 GET_MSG Instance method Public Method Returns the T100 Information of the Exception Class 20100601
5 GET_RETURN Instance method Public Method 20101022
6 HANDLE_MSG Instance method Public Method Notification Output 20100601
7 HANDLE_MSGS Static method Public Method Outputs Notifications 20100601
8 _SET_ATTR Instance method Private Method Sets the notification attributes internally 20100601
Events
Class CX_FEB has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_CX_FEB Public See coding 20100601 tt_cx_feb TYPE STANDARD TABLE OF REF TO cx_feb
2 TY_MESSAGE_SEVERITY Public See coding 20100601 ty_message_severity TYPE c LENGTH 1
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MV_MSGV1 Call by reference Type reference (TYPE) SYMSGV 20100601
2 Importing MV_MSGV2 Call by reference Type reference (TYPE) SYMSGV 20100601
3 Importing MV_MSGV3 Call by reference Type reference (TYPE) SYMSGV 20100601
4 Importing MV_MSGV4 Call by reference Type reference (TYPE) SYMSGV 20100601
5 Importing MV_SEVERITY Call by reference Type reference (TYPE) CHAR_01 20100601
6 Importing PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20100601
7 Importing TEXTID Call by reference Attribute reference (LIKE) IF_T100_MESSAGE=>T100KEY 20100601

Method CONSTRUCTOR on class CX_FEB has no exception.

Method CREATE_INSTANCE_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MSGID Call by reference Type reference (TYPE) SYMSGID Nachrichtenklasse 20100601
2 Importing IV_MSGNO Call by reference Type reference (TYPE) SYMSGNO Nachrichtennummer 20100601
3 Importing IV_MSGV1 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20100601
4 Importing IV_MSGV2 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20100601
5 Importing IV_MSGV3 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20100601
6 Importing IV_MSGV4 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20100601
7 Importing IV_SEVERITY Call by reference Type reference (TYPE) TY_MESSAGE_SEVERITY CO_SEVERITY_ERROR Character Länge 1 20100601
8 Importing IX_PREVIOUS Call by reference Object reference (TYPE REF TO) CX_ROOT Abstrakte Oberklasse aller globalen Exceptions 20100601
9 Returning RX_FEB Value transfer Object reference (TYPE REF TO) CX_FEB Message / Exception Klasse für den Kontoauszug 20100601

Method CREATE_INSTANCE_MSG on class CX_FEB has no exception.

Method CREATE_INSTANCE_SYMSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SEVERITY Call by reference Type reference (TYPE) TY_MESSAGE_SEVERITY Character Länge 1 20100601
2 Importing IX_PREVIOUS Call by reference Object reference (TYPE REF TO) CX_ROOT Abstrakte Oberklasse aller globalen Exceptions 20100601
3 Returning RX_FEB Value transfer Object reference (TYPE REF TO) CX_FEB Message / Exception Klasse für den Kontoauszug 20100601

Method CREATE_INSTANCE_SYMSG on class CX_FEB has no exception.

Method GET_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_S_MSG Value transfer Type reference (TYPE) BAL_S_MSG Anwendungs-Log: Daten einer Meldung 20100601

Method GET_MSG on class CX_FEB has no exception.

Method GET_RETURN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_RETURN Value transfer Type reference (TYPE) BAPIRET2 Returnparameter 20101022

Method GET_RETURN on class CX_FEB has no exception.

Method HANDLE_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ALV Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20100601
2 Importing IV_REPORT Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20100601

Method HANDLE_MSG on class CX_FEB has no exception.

Method HANDLE_MSGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CX_FEB Call by reference Type reference (TYPE) TT_CX_FEB 20100601
2 Importing IV_ALV Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20100601
3 Importing IV_REPORT Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20100601

Method HANDLE_MSGS on class CX_FEB has no exception.

Method _SET_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTR_NAME Call by reference Type reference (TYPE) STRING 20100601
2 Importing IV_ATTR_VALUE Call by reference Type reference (TYPE) DATA 20100601

Method _SET_ATTR on class CX_FEB has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 606