SAP ABAP Class CL_RSMDP_LOG (Master Data: Log)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DBA (Application Component) Data Basis
⤷
RSMDP (Package) Master Data Processing
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSMDP_OBJECT | Master Data: Object (Abstract) | 20070906 |
Properties
| Class | CL_RSMDP_LOG | |
| Short Description | Master Data: Log | |
| Super Class | CL_RSMDP_OBJECT | Master Data: Object (Abstract) |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSMDP | Master Data Processing |
| Created | 20070906 | 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_RSMDP_LOG has no interface implemented.
Friends
Class CL_RSMDP_LOG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | I | Level for Inserting New Messages/Logs | 20080128 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | BALLOGHNDL | Log Handle (SBAL) | 20080312 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | BAL_S_LOG | Data of Log Header (SBAL) | 20080312 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | RS_T_MSG | Messages Table | 20080122 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | RSMDP_T_R_LOG | Table with References to Contained Logs | 20080122 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds Message | 20080122 | |
| 2 | Instance method | Public | Method | Adds Reference to Log | 20080122 | |
| 3 | Instance method | Public | Method | Adds Table with Messages | 20080122 | |
| 4 | Instance method | Public | Method | Deletes All Messages and Contained Logs | 20080122 | |
| 5 | Instance method | Public | Constructor | Constructor | 20080122 | |
| 6 | Instance method | Public | Method | Reduces Level for Inserting New Messages/Logs | 20080128 | |
| 7 | Instance method | Public | Method | Displays Log | 20080312 | |
| 8 | Instance method | Private | Method | Determines and Returns Log Handle (SBAL) | 20080312 | |
| 9 | Instance method | Public | Method | Returns Data of Log Header (SBAL) | 20080312 | |
| 10 | Instance method | Public | Method | Returns Table with Messages | 20080122 | |
| 11 | Instance method | Public | Method | Increases Level for Inserting New Messages/Logs | 20080128 | |
| 12 | Instance method | Public | Method | Saves Log on Database | 20080312 | |
| 13 | Instance method | Public | Method | Transmits Level for Inserting New Messages/Logs | 20080128 | |
| 14 | Instance method | Public | Method | Transmits Data of Log Header (SBAL) | 20080312 |
Events
Class CL_RSMDP_LOG has no event.
Types
Class CL_RSMDP_LOG has no local type.
Method Signatures
Method ADD_MSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DETLEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | Detaillierungs-Level für Nachricht | 20080128 | |||
| 2 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | 'RSMDP' | Nachrichtenklasse | 20080122 | ||
| 3 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichtennummer | 20080122 | |||
| 4 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | RS_C_INFO | Nachrichtentyp | 20080122 | ||
| 5 | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | Nachrichtenvariable 1 | 20080122 | |||
| 6 | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | Nachrichtenvariable 2 | 20080122 | |||
| 7 | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | Nachrichtenvariable 3 | 20080122 | |||
| 8 | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | Nachrichtenvariable 4 | 20080122 | |||
| 9 | I_R_PACKAGE | Call by reference | Object reference (TYPE REF TO) | CL_RSMDP_PACKAGE | Referenz auf Datenpaket für Detail-Anzeige | 20080312 | |||
| 10 | I_T_DETAIL_PAR | Call by reference | Type reference (TYPE) | BAL_T_PAR | Tabelle mit Name-Wert-Paaren für Detail-Anzeige | 20080128 |
Method ADD_MSG on class CL_RSMDP_LOG has no exception.
Method ADD_R_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_LOG | Call by reference | Object reference (TYPE REF TO) | CL_RSMDP_LOG | Referenz auf Protokoll | 20080122 |
Method ADD_R_LOG on class CL_RSMDP_LOG has no exception.
Method ADD_T_MSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | Tabelle mit Nachrichten | 20080122 |
Method ADD_T_MSG on class CL_RSMDP_LOG has no exception.
Method CLEAR Signature
Method CLEAR on class CL_RSMDP_LOG has no parameter.
Method CLEAR on class CL_RSMDP_LOG has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | STRING | Name des Protokolls | 20080312 | |||
| 2 | I_TYPE | Call by reference | Type reference (TYPE) | STRING | Typ des Protokolls | 20080312 |
Method CONSTRUCTOR on class CL_RSMDP_LOG has no exception.
Method DEC_DETLEVEL Signature
Method DEC_DETLEVEL on class CL_RSMDP_LOG has no parameter.
Method DEC_DETLEVEL on class CL_RSMDP_LOG has no exception.
Method DISPLAY Signature
Method DISPLAY on class CL_RSMDP_LOG has no parameter.
Method DISPLAY on class CL_RSMDP_LOG has no exception.
Method GET_LOG_HANDLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_LOG_HANDLE | Value transfer | Type reference (TYPE) | BALLOGHNDL | Protokoll-Handle (SBAL) | 20080312 |
Method GET_LOG_HANDLE on class CL_RSMDP_LOG has no exception.
Method GET_S_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_S_LOG | Value transfer | Type reference (TYPE) | BAL_S_LOG | Daten des Protokollkopfes (SBAL) | 20080312 |
Method GET_S_LOG on class CL_RSMDP_LOG has no exception.
Method GET_T_MSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_MSG | Value transfer | Type reference (TYPE) | RS_T_MSG | Tabelle mit Nachrichten | 20080122 |
Method GET_T_MSG on class CL_RSMDP_LOG has no exception.
Method INC_DETLEVEL Signature
Method INC_DETLEVEL on class CL_RSMDP_LOG has no parameter.
Method INC_DETLEVEL on class CL_RSMDP_LOG has no exception.
Method SAVE Signature
Method SAVE on class CL_RSMDP_LOG has no parameter.
Method SAVE on class CL_RSMDP_LOG has no exception.
Method SET_DETLEVEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DETLEVEL | Call by reference | Type reference (TYPE) | I | Level für Einfügen neuer Nachrichten / Protokolle | 20080128 |
Method SET_DETLEVEL on class CL_RSMDP_LOG has no exception.
Method SET_S_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_LOG | Call by reference | Type reference (TYPE) | BAL_S_LOG | Daten des Protokollkopfes (SBAL) | 20080312 |
Method SET_S_LOG on class CL_RSMDP_LOG has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |