SAP ABAP Class CL_RSTT_LOG (Message Administration)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSTT_ENGINE (Package) Trace Tool for SAP Netweaver 2005 (BW): Engine Layer
⤷
⤷
Properties
| Class | CL_RSTT_LOG | |
| Short Description | Message Administration | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSTT_ENGINE | Trace Tool for SAP Netweaver 2005 (BW): Engine Layer |
| Created | 20110224 | SAP |
| Last change | 20130531 | 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_RSTT_LOG has no interface implemented.
Friends
Class CL_RSTT_LOG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | I | Numerical ID | 20111018 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | RSTT_T_MSG | Table of Simple Message Parameters | 20111018 | |||
| 3 | Static Attribute | Protected | Type reference (TYPE) | I | ID counter | 20111018 | |||
| 4 | Static Attribute | Protected | Type reference (TYPE) | OT_SX_DESCR | Type Instances | 20111018 | |||
| 5 | Static Attribute | Protected | Type reference (TYPE) | OT_THX_LOG | Reference Collection | 20111018 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add New Message | 20111018 | |
| 2 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20111018 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20111018 | |
| 4 | Static method | Public | Method | Convert Table | 20111018 | |
| 5 | Static method | Public | Method | Create Instance | 20111018 | |
| 6 | Instance method | Public | Method | Find Messages Assigned to Another Message | 20111018 | |
| 7 | Static method | Public | Method | 20111018 | ||
| 8 | Static method | Protected | Method | Convert Message | 20111018 | |
| 9 | Static method | Protected | Method | Find Mode | 20111018 |
Events
Class CL_RSTT_LOG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | OT_SX_DESCR | Protected | See coding | 20111018 | BEGIN OF ot_sx_descr,
msg TYPE REF TO cl_abap_structdescr,
msgb TYPE REF TO cl_abap_structdescr,
mesg TYPE REF TO cl_abap_structdescr,
bapi TYPE REF TO cl_abap_structdescr,
END OF ot_sx_descr
|
||
| 2 | OT_SX_LOG | Protected | See coding | 20111018 | BEGIN OF ot_sx_log,
id TYPE i,
ref TYPE REF TO cl_rstt_log,
END OF ot_sx_log
|
||
| 3 | OT_THX_LOG | Protected | See coding | 20111018 | ot_thx_log TYPE HASHED TABLE OF ot_sx_log WITH UNIQUE KEY id
|
Method Signatures
Method ADD_MSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20111018 | |||
| 2 | I_LEVEL | Call by reference | Type reference (TYPE) | RSTT_INT1 | Ebene | 20111018 | |||
| 3 | I_MODE | Call by reference | Type reference (TYPE) | RSTT_INT1 | Strukturmodus | 20111018 | |||
| 4 | I_S_MSG | Call by reference | Type reference (TYPE) | ANY | Meldungsstruktur | 20111018 |
Method ADD_MSG on class CL_RSTT_LOG has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSTT_LOG has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSTT_LOG has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RSTT_LOG has no parameter.
Method CONSTRUCTOR on class CL_RSTT_LOG has no exception.
Method CONVERT_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_MSG | Call by reference | Type reference (TYPE) | ANY TABLE | Meldungen - Ausgang | 20111018 | |||
| 2 | I_T_MSG | Call by reference | Type reference (TYPE) | ANY TABLE | Meldungen - Eingang | 20111018 |
Method CONVERT_TABLE on class CL_RSTT_LOG has no exception.
Method FACTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ID | Call by reference | Type reference (TYPE) | I | Numerische ID | 20111018 | |||
| 2 | R_R_LOG | Value transfer | Object reference (TYPE REF TO) | CL_RSTT_LOG | Instanz | 20111018 |
Method FACTORY on class CL_RSTT_LOG has no exception.
Method GET_SUB_MSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LEVEL | Call by reference | Type reference (TYPE) | RSTT_INT1 | Startlevel | 20111018 | |||
| 2 | I_LEVEL_DEPTH | Call by reference | Type reference (TYPE) | RSTT_INT1 | Leveltiefe | 20111018 | |||
| 3 | I_S_MSG_ID | Call by reference | Type reference (TYPE) | RSTT_S_MSG | Meldungsschlüssel | 20111018 | |||
| 4 | R_T_MSG | Value transfer | Type reference (TYPE) | RSTT_T_MSG | Submeldungen | 20111018 |
Method GET_SUB_MSG on class CL_RSTT_LOG has no exception.
Method MESSAGE_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_MSG | Call by reference | Type reference (TYPE) | RSTT_S_MSG | 20111018 | ||||
| 2 | R_STRING | Value transfer | Type reference (TYPE) | STRING | 20111018 |
Method MESSAGE_TEXT on class CL_RSTT_LOG has no exception.
Method _CONVERT_MSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_S_OUT | Call by reference | Type reference (TYPE) | ANY | Meldung - Ausgang | 20111018 | |||
| 2 | I_LEVEL | Call by reference | Type reference (TYPE) | RSTT_INT1 | Level | 20111018 | |||
| 3 | I_MODE_IN | Call by reference | Type reference (TYPE) | RSTT_INT1 | Modus - Eingang | 20111018 | |||
| 4 | I_MODE_OUT | Call by reference | Type reference (TYPE) | RSTT_INT1 | Modus - Ausgang | 20111018 | |||
| 5 | I_S_IN | Call by reference | Type reference (TYPE) | ANY | Meldung - Eingang | 20111018 |
Method _CONVERT_MSG on class CL_RSTT_LOG has no exception.
Method _GET_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_MSG | Call by reference | Type reference (TYPE) | ANY | Meldung | 20111018 | |||
| 2 | R_MODE | Value transfer | Type reference (TYPE) | I | Modus | 20111018 |
Method _GET_MODE on class CL_RSTT_LOG has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |