SAP ABAP Class CX_FAGL_BASIS_EXC (FAGL Basis Exception Object)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-GL (Application Component) General Ledger Accounting
     FAGL_ONLINE_SPLIT_EHP3 (Package) Online Splitter in New General Ledger Accounting (EhP3)
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 20080212
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_FAGL_SPLIT_CONFIG Exception Class: FAGL Wizard 20080313
2 Inheritance (c INHERITING FROM c_ref)  CX_FAGL_WIZARD Exception Class: FAGL Wizard 20080212
Properties
Class CX_FAGL_BASIS_EXC  
Short Description FAGL Basis Exception Object    
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 FAGL_ONLINE_SPLIT_EHP3   Online Splitter in New General Ledger Accounting (EhP3) 
Created 20080212   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CX_FAGL_BASIS_EXC has no forward declaration.
Interfaces
Class CX_FAGL_BASIS_EXC has no interface implemented.
Friends
Class CX_FAGL_BASIS_EXC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_ERROR_TYPE Instance attribute Public Type reference (TYPE) STRING Error Typ 20080212
2 M_MSGID Instance attribute Public Type reference (TYPE) SYMSGID Message Class 20080212
3 M_MSGNO Instance attribute Public Type reference (TYPE) SYMSGNO Message Number 20080212
4 M_MSGTY Instance attribute Public Type reference (TYPE) SYMSGTY Message Category 20080212
5 M_MSGV1 Instance attribute Public Type reference (TYPE) SYMSGV Message Variable 20080212
6 M_MSGV2 Instance attribute Public Type reference (TYPE) SYMSGV Message Variable 20080212
7 M_MSGV3 Instance attribute Public Type reference (TYPE) SYMSGV Message Variable 20080212
8 M_MSGV4 Instance attribute Public Type reference (TYPE) SYMSGV Message Variable 20080212
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080212
2 GET_MSG_AS_BAPIRET2 Instance method Public Method Get Current Message as BAPIRET2 Structure 20080212
3 GET_MSG_AS_SYMSG Instance method Public Method Get Current Message as SYMSG Structure 20080212
4 PUT_MSG_INTO_MSG_HANDLER Instance method Public Method Sets Current Message in Message Handler MESSAGE_STORE 20080212
5 SET_E_MSG Instance method Public Method Set SY Message with Type E 20080212
6 SET_MSG Instance method Public Method Set SY Message 20080212
7 SET_MSG_FROM_SYMSG Instance method Public Method Sets SY Message from Current SY Fields (SY-MSGRID and so on) 20080212
8 SET_MSG_WITH_MSG_HANDLER Instance method Public Method Sets Message in Message Handler MESSAGE_STORE 20080212
9 SET_MSG_WITH_SYMSG Instance method Public Method Sets SY Message from Transferred SYMSG Structure 20080212
Events
Class CX_FAGL_BASIS_EXC has no event.
Types
Class CX_FAGL_BASIS_EXC has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing M_ERROR_TYPE Call by reference Type reference (TYPE) STRING 20080212
2 Importing M_MSGID Call by reference Type reference (TYPE) SYMSGID 20080212
3 Importing M_MSGNO Call by reference Type reference (TYPE) SYMSGNO 20080212
4 Importing M_MSGTY Call by reference Type reference (TYPE) SYMSGTY 20080212
5 Importing M_MSGV1 Call by reference Type reference (TYPE) SYMSGV 20080212
6 Importing M_MSGV2 Call by reference Type reference (TYPE) SYMSGV 20080212
7 Importing M_MSGV3 Call by reference Type reference (TYPE) SYMSGV 20080212
8 Importing M_MSGV4 Call by reference Type reference (TYPE) SYMSGV 20080212
9 Importing PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20080212
10 Importing TEXTID Call by reference Attribute reference (LIKE) TEXTID 20080212

Method CONSTRUCTOR on class CX_FAGL_BASIS_EXC has no exception.

Method GET_MSG_AS_BAPIRET2 Signature

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

Method GET_MSG_AS_BAPIRET2 on class CX_FAGL_BASIS_EXC has no exception.

Method GET_MSG_AS_SYMSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_SYMSG Value transfer Type reference (TYPE) SYMSG Struktur der Message-Variablen 20080212

Method GET_MSG_AS_SYMSG on class CX_FAGL_BASIS_EXC has no exception.

Method PUT_MSG_INTO_MSG_HANDLER Signature

Method PUT_MSG_INTO_MSG_HANDLER on class CX_FAGL_BASIS_EXC has no parameter.
Method PUT_MSG_INTO_MSG_HANDLER on class CX_FAGL_BASIS_EXC has no exception.

Method SET_E_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MSGID Call by reference Type reference (TYPE) SY-MSGID 'FAGL_WZ' Nachrichtenklasse 20080212
2 Importing I_MSGNO Call by reference Type reference (TYPE) SY-MSGNO Nachrichtennummer 20080212
3 Importing I_MSGV1 Call by reference Type reference (TYPE) SIMPLE 20080212
4 Importing I_MSGV2 Call by reference Type reference (TYPE) SIMPLE 20080212
5 Importing I_MSGV3 Call by reference Type reference (TYPE) SIMPLE 20080212
6 Importing I_MSGV4 Call by reference Type reference (TYPE) SIMPLE 20080212

Method SET_E_MSG on class CX_FAGL_BASIS_EXC has no exception.

Method SET_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID 'FAGL_WZ' Nachrichtenklasse 20080212
2 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO Nachrichtennummer 20080212
3 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY 'E' Nachrichtentyp 20080212
4 Importing I_MSGV1 Call by reference Type reference (TYPE) SIMPLE 20080212
5 Importing I_MSGV2 Call by reference Type reference (TYPE) SIMPLE 20080212
6 Importing I_MSGV3 Call by reference Type reference (TYPE) SIMPLE 20080212
7 Importing I_MSGV4 Call by reference Type reference (TYPE) SIMPLE 20080212

Method SET_MSG on class CX_FAGL_BASIS_EXC has no exception.

Method SET_MSG_FROM_SYMSG Signature

Method SET_MSG_FROM_SYMSG on class CX_FAGL_BASIS_EXC has no parameter.
Method SET_MSG_FROM_SYMSG on class CX_FAGL_BASIS_EXC has no exception.

Method SET_MSG_WITH_MSG_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SYMSG Call by reference Type reference (TYPE) SYMSG Struktur der Message-Variablen 20080212

Method SET_MSG_WITH_MSG_HANDLER on class CX_FAGL_BASIS_EXC has no exception.

Method SET_MSG_WITH_SYMSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SYMSG Call by reference Type reference (TYPE) SYMSG Struktur der Message-Variablen 20080212

Method SET_MSG_WITH_SYMSG on class CX_FAGL_BASIS_EXC has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 604