SAP ABAP Class CL_RSODSO_GUI_LOG_HANDLER (Logging)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DBA (Application Component) Data Basis
⤷
RSODSO_GUI (Package) UI Framework for DataStore objects
⤷
⤷
Properties
| Class | CL_RSODSO_GUI_LOG_HANDLER | |
| Short Description | Logging | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSODSO_GUI | UI Framework for DataStore objects |
| Created | 20130125 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSODSO_GUI_LOG_HANDLER has no interface implemented.
Friends
Class CL_RSODSO_GUI_LOG_HANDLER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | RSODSO_GUI_MSGCONTEXT | 'CID_GLOBAL_CHECK' | Message Context | 20130208 | ||
| 2 | Constant | Public | Type reference (TYPE) | RSODSO_GUI_MSGCONTEXT | 'CID_PRESAVE_CHECK' | Message Context | 20130709 | ||
| 3 | Instance attribute | Protected | Type reference (TYPE) | TT_MSG | 20130128 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130128 | ||
| 2 | Instance method | Public | Method | 20130128 | ||
| 3 | Instance method | Public | Method | 20130128 | ||
| 4 | Static method | Public | Method | 20130128 | ||
| 5 | Instance method | Public | Method | 20130704 | ||
| 6 | Static method | Public | Method | 20130128 | ||
| 7 | Static method | Public | Method | 20130129 | ||
| 8 | Instance method | Public | Method | 20130128 | ||
| 9 | Instance method | Public | Method | 20130711 | ||
| 10 | Instance method | Public | Method | 20130129 |
Events
Class CL_RSODSO_GUI_LOG_HANDLER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_MSG | Protected | See coding | 20130128 | BEGIN OF TS_MSG,
contextid TYPE rsodso_gui_msgcontext.
INCLUDE TYPE bal_s_msg.
TYPES: END OF ts_msg
|
||
| 2 | TT_MSG | Protected | See coding | 20130128 | TT_MSG TYPE STANDARD TABLE OF ts_msg WITH DEFAULT KEY
|
Method Signatures
Method ADD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_MSG | Call by reference | Type reference (TYPE) | BAL_S_MSG | Application Log: Message Data | 20130128 | |||
| 2 | IT_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20130128 | |||
| 3 | I_CONTEXTID | Call by reference | Type reference (TYPE) | RSODSO_GUI_MSGCONTEXT | Natural number | 20130129 | |||
| 4 | I_REPLACE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | 20130129 |
Method ADD on class CL_RSODSO_GUI_LOG_HANDLER has no exception.
Method ADD_FROM_SY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTEXTID | Call by reference | Type reference (TYPE) | RSODSO_GUI_MSGCONTEXT | Natural number | 20130129 |
Method ADD_FROM_SY on class CL_RSODSO_GUI_LOG_HANDLER has no exception.
Method COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ABORT | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20130129 | |||
| 2 | E_ERROR | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20130129 | |||
| 3 | E_INFORMATION | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20130129 | |||
| 4 | E_WARNING | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20130129 | |||
| 5 | I_CONTEXTID | Call by reference | Type reference (TYPE) | RSODSO_GUI_MSGCONTEXT | Natural number | 20130129 | |||
| 6 | R_COUNT | Value transfer | Type reference (TYPE) | INT4 | Natural number | 20130129 |
Method COUNT on class CL_RSODSO_GUI_LOG_HANDLER has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_LOG | Value transfer | Object reference (TYPE REF TO) | CL_RSODSO_GUI_LOG_HANDLER | Logging | 20130128 |
Method CREATE on class CL_RSODSO_GUI_LOG_HANDLER has no exception.
Method GET_ALL_MSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_MSG | Value transfer | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20130704 |
Method GET_ALL_MSG on class CL_RSODSO_GUI_LOG_HANDLER has no exception.
Method GET_BAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_BAL | Value transfer | Type reference (TYPE) | BAL_S_MSG | Application Log: Message Data | 20130128 |
Method GET_BAL on class CL_RSODSO_GUI_LOG_HANDLER has no exception.
Method GET_CELL_CID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PROPERTY | Call by reference | Type reference (TYPE) | RSODSO_FIELDPROP | Natural number | 20130208 | |||
| 2 | I_ROW | Call by reference | Type reference (TYPE) | RSPOSIT | Position of the Field in the Structure / Table | 20130129 | |||
| 3 | R_CONTEXTID | Value transfer | Type reference (TYPE) | RSODSO_GUI_MSGCONTEXT | Message Context | 20130129 |
Method GET_CELL_CID on class CL_RSODSO_GUI_LOG_HANDLER has no exception.
Method REMOVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTEXTID | Call by reference | Type reference (TYPE) | RSODSO_GUI_MSGCONTEXT | Natural number | 20130129 |
Method REMOVE on class CL_RSODSO_GUI_LOG_HANDLER has no exception.
Method REMOVE_ROW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ROW | Call by reference | Type reference (TYPE) | RSPOSIT | Position of the Field in the Structure / Table | 20130711 |
Method REMOVE_ROW on class CL_RSODSO_GUI_LOG_HANDLER has no exception.
Method SHOW_LOG Signature
Method SHOW_LOG on class CL_RSODSO_GUI_LOG_HANDLER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error when processing UI requests | 20130129 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |