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 RS 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 P_DETLEVEL Instance attribute Private Type reference (TYPE) I Level for Inserting New Messages/Logs 20080128
2 P_LOG_HANDLE Instance attribute Private Type reference (TYPE) BALLOGHNDL Log Handle (SBAL) 20080312
3 P_S_LOG Instance attribute Private Type reference (TYPE) BAL_S_LOG Data of Log Header (SBAL) 20080312
4 P_T_MSG Instance attribute Private Type reference (TYPE) RS_T_MSG Messages Table 20080122
5 P_T_R_LOG 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 ADD_MSG Instance method Public Method Adds Message 20080122
2 ADD_R_LOG Instance method Public Method Adds Reference to Log 20080122
3 ADD_T_MSG Instance method Public Method Adds Table with Messages 20080122
4 CLEAR Instance method Public Method Deletes All Messages and Contained Logs 20080122
5 CONSTRUCTOR Instance method Public Constructor Constructor 20080122
6 DEC_DETLEVEL Instance method Public Method Reduces Level for Inserting New Messages/Logs 20080128
7 DISPLAY Instance method Public Method Displays Log 20080312
8 GET_LOG_HANDLE Instance method Private Method Determines and Returns Log Handle (SBAL) 20080312
9 GET_S_LOG Instance method Public Method Returns Data of Log Header (SBAL) 20080312
10 GET_T_MSG Instance method Public Method Returns Table with Messages 20080122
11 INC_DETLEVEL Instance method Public Method Increases Level for Inserting New Messages/Logs 20080128
12 SAVE Instance method Public Method Saves Log on Database 20080312
13 SET_DETLEVEL Instance method Public Method Transmits Level for Inserting New Messages/Logs 20080128
14 SET_S_LOG 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 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL Detaillierungs-Level für Nachricht 20080128
2 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID 'RSMDP' Nachrichtenklasse 20080122
3 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO Nachrichtennummer 20080122
4 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY RS_C_INFO Nachrichtentyp 20080122
5 Importing I_MSGV1 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 1 20080122
6 Importing I_MSGV2 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 2 20080122
7 Importing I_MSGV3 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 3 20080122
8 Importing I_MSGV4 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 4 20080122
9 Importing I_R_PACKAGE Call by reference Object reference (TYPE REF TO) CL_RSMDP_PACKAGE Referenz auf Datenpaket für Detail-Anzeige 20080312
10 Importing 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 Importing 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 Importing 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 Importing I_NAME Call by reference Type reference (TYPE) STRING Name des Protokolls 20080312
2 Importing 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 Returning 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 Returning 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 Returning 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 Importing 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 Importing 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