SAP ABAP Class /FSCAA/CX_EXCEPTION (FS-CAA Exception class)
Hierarchy
☛
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
⤷
IS-B-BCA (Application Component) Bank Customer Accounts
⤷
/FSCAA/CSL (Package) FS-CAA Service Layer
⤷
⤷
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 | 20041227 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_T100_MESSAGE | Interface for Accessing T100 Texts | 20041227 |
Properties
| Class | /FSCAA/CX_EXCEPTION | |
| Short Description | FS-CAA Exception class | |
| 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 | /FSCAA/CSL | FS-CAA Service Layer |
| Created | 20041227 | SAP |
| Last change | 20050219 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /FSCAA/CX_EXCEPTION has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_T100_MESSAGE | Interface for Accessing T100 Texts | 20041227 |
Friends
Class /FSCAA/CX_EXCEPTION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | /FSCAA/CL_LOGGING | CAA Logging class | 20041227 | |||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | /FSCAA/CL_MESSAGE | Abstract CAA Messageclass | 20041227 | |||
| 3 | Instance attribute | Public | Object reference (TYPE REF TO) | /FSCAA/CL_OBJECT | FS-CAA: Main Object | 20041227 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | SIBFEXCTAB | Table of Business Exceptions | 20041227 | |||
| 5 | Constant | Protected | Type reference (TYPE) | BOOLEAN | SPACE | Boolean Variable (X=True, -=False, Space=Unknown) | 20041227 | ||
| 6 | Constant | Protected | Type reference (TYPE) | BOOLEAN | 'X' | Boolean Variable (X=True, -=False, Space=Unknown) | 20041227 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20041227 | |
| 2 | Instance method | Public | Method | Get an error message | 20041227 | |
| 3 | Instance method | Public | Method | Get all error messages | 20041227 | |
| 4 | Instance method | Public | Method | Get all info messages | 20041227 | |
| 5 | Instance method | Public | Method | Get the message object | 20041227 | |
| 6 | Instance method | Public | Method | Get an success message | 20041227 | |
| 7 | Instance method | Public | Method | Get all success messages | 20041227 | |
| 8 | Instance method | Public | Method | Get all warning messages | 20041227 | |
| 9 | Instance method | Public | Method | Does instance have an logging reference already? | 20041227 | |
| 10 | Instance method | Public | Method | Dump message in application log | 20041227 | |
| 11 | Instance method | Public | Method | Set reference of application log | 20041227 |
Events
Class /FSCAA/CX_EXCEPTION has no event.
Types
Class /FSCAA/CX_EXCEPTION has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | A_LOGGING | Call by reference | Object reference (TYPE REF TO) | /FSCAA/CL_LOGGING | 20041227 | ||||
| 2 | A_OREF_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /FSCAA/CL_MESSAGE | 20041227 | ||||
| 3 | A_OREF_OBJECT | Call by reference | Object reference (TYPE REF TO) | /FSCAA/CL_OBJECT | 20041227 | ||||
| 4 | A_TAB_PREVIOUS | Call by reference | Type reference (TYPE) | SIBFEXCTAB | 20041227 | ||||
| 5 | PREVIOUS | Call by reference | Attribute reference (LIKE) | PREVIOUS | 20041227 | ||||
| 6 | TEXTID | Call by reference | Attribute reference (LIKE) | IF_T100_MESSAGE=>T100KEY | 20041227 |
Method CONSTRUCTOR on class /FSCAA/CX_EXCEPTION has no exception.
Method GET_ERROR_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PR_MESSAGE | Value transfer | Type reference (TYPE) | BAPIRET2 | Rückgabeparameter | 20041227 |
Method GET_ERROR_MESSAGE on class /FSCAA/CX_EXCEPTION has no exception.
Method GET_ERROR_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_TOP_ONLY | Call by reference | Type reference (TYPE) | BOOLEAN | SPACE | 20041227 | |||
| 2 | PR_TAB_MESSAGES | Value transfer | Type reference (TYPE) | BAPIRET2_T | Rückgabeparameter-Tabelle | 20041227 |
Method GET_ERROR_MESSAGES on class /FSCAA/CX_EXCEPTION has no exception.
Method GET_INFO_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_TOP_ONLY | Call by reference | Type reference (TYPE) | BOOLEAN | SPACE | 20041227 | |||
| 2 | PR_TAB_MESSAGES | Value transfer | Type reference (TYPE) | BAPIRET2_T | Rückgabeparameter-Tabelle | 20041227 |
Method GET_INFO_MESSAGES on class /FSCAA/CX_EXCEPTION has no exception.
Method GET_OREF_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PR_OREF_MESSAGE | Value transfer | Object reference (TYPE REF TO) | /FSCAA/CL_MESSAGE | 20041227 |
Method GET_OREF_MESSAGE on class /FSCAA/CX_EXCEPTION has no exception.
Method GET_SUCCESS_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PR_MESSAGE | Value transfer | Type reference (TYPE) | BAPIRET2 | Rückgabeparameter | 20041227 |
Method GET_SUCCESS_MESSAGE on class /FSCAA/CX_EXCEPTION has no exception.
Method GET_SUCCESS_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_TOP_ONLY | Call by reference | Type reference (TYPE) | BOOLEAN | SPACE | 20041227 | |||
| 2 | PR_TAB_MESSAGES | Value transfer | Type reference (TYPE) | BAPIRET2_T | Rückgabeparameter-Tabelle | 20041227 |
Method GET_SUCCESS_MESSAGES on class /FSCAA/CX_EXCEPTION has no exception.
Method GET_WARNING_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_TOP_ONLY | Call by reference | Type reference (TYPE) | BOOLEAN | SPACE | 20041227 | |||
| 2 | PR_TAB_MESSAGES | Value transfer | Type reference (TYPE) | BAPIRET2_T | Rückgabeparameter-Tabelle | 20041227 |
Method GET_WARNING_MESSAGES on class /FSCAA/CX_EXCEPTION has no exception.
Method IS_APPL_LOG_AVAILABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PE_AVAIL | Value transfer | Type reference (TYPE) | BOOLEAN | 20041227 |
Method IS_APPL_LOG_AVAILABLE on class /FSCAA/CX_EXCEPTION has no exception.
Method LOGGING Signature
Method LOGGING on class /FSCAA/CX_EXCEPTION has no parameter.
Method LOGGING on class /FSCAA/CX_EXCEPTION has no exception.
Method SET_APPLICATION_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_APPLICATION_LOG | Call by reference | Object reference (TYPE REF TO) | /FSCAA/CL_LOGGING | 20041227 |
Method SET_APPLICATION_LOG on class /FSCAA/CX_EXCEPTION has no exception.
History
| Last changed by/on | SAP | 20050219 |
| SAP Release Created in | 600 |