SAP ABAP Class CL_RSPLS_PLSQ_PCAPPLOG (Application Log for Process Chain Master)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-PLA (Application Component) Planning
     RSPLS (Package) Planning: General Services
Properties
Class CL_RSPLS_PLSQ_PCAPPLOG  
Short Description Application Log for Process Chain Master    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSPLS   Planning: General Services 
Created 20060323   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RSPLF Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSPLS_PLSQ_PCAPPLOG has no interface implemented.
Friends
Class CL_RSPLS_PLSQ_PCAPPLOG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_FUNCNR Static Attribute Private Type reference (TYPE) INT4 Natural Number 20060329
2 P_LOGNUMBER Static Attribute Private Type reference (TYPE) BALOGNR Log Number 20060428
3 P_LOG_HANDLE Static Attribute Private Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20060329
4 P_T_LOGDETAIL Static Attribute Private Type reference (TYPE) RSPLF_TS_LOGDETAIL Context Information for Planning Function Messages 20060329
Methods
# Method Level Visibility Method type Description Created on
1 ADD_EX Static method Public Method Add Message from Exception 20061009
2 ADD_FUNCTION_RETURN Static method Public Method Add Messages of Planning Function with Details 20060329
3 ADD_MESSAGE_AS_STRUCTURE Static method Public Method Adds Message (as Structure) to the Application Log 20060329
4 ADD_MSG Static method Public Method Add Current System Message for Log 20060329
5 ADD_RRMS Static method Public Method Add RRMS Message Handler 20061009
6 ADD_R_FU_MSG Static method Public Method Add Message from CL_RSPLFU_MSG 20060331
7 ADD_T_MSG Static method Public Method Add Table from Messages 20060403
8 CLEAR Static method Public Method Reset Static Handle 20060329
9 CREATE Static method Public Method Creates New Application Log 20060329
10 CREATE_EXISTING Static method Public Method Open Existing Log 20061113
11 GET_BALM_MSG Static method Public Method balm from system message 20060626
12 GET_MSG Static method Public Method Bal_s_msg from System Message 20060329
13 GET_MSG_FROM_EX Static method Public Method Delivers Message Table from Exception Chain 20061114
14 REFRESH Static method Public Method Remove This Log from Main Memory 20060329
15 SAVE Static method Public Method Save Messages of This Log in the Database 20060329
16 _NEXT_FUNCNR Static method Private Method Provides Next Free Number in p_t_logdetail 20061113
Events
Class CL_RSPLS_PLSQ_PCAPPLOG has no event.
Types
Class CL_RSPLS_PLSQ_PCAPPLOG has no local type.
Method Signatures

Method ADD_EX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_EX Call by reference Object reference (TYPE REF TO) CX_ROOT Abstrakte Oberklasse aller globalen Exceptions 20061009

Method ADD_EX on class CL_RSPLS_PLSQ_PCAPPLOG has no exception.

Method ADD_FUNCTION_RETURN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_LOGDETAIL Call by reference Type reference (TYPE) RSPLF_TS_LOGDETAIL Kontextinformationen für Meldungen von Planungsfunktionen 20060329
2 Importing I_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Tabelle mit Nachrichten (Application Log Protokoll) 20060329

Method ADD_FUNCTION_RETURN on class CL_RSPLS_PLSQ_PCAPPLOG has no exception.

Method ADD_MESSAGE_AS_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_MSG Value transfer Type reference (TYPE) BAL_S_MSG Anwendungs-Log: Daten einer Meldung 20060329

Method ADD_MESSAGE_AS_STRUCTURE on class CL_RSPLS_PLSQ_PCAPPLOG has no exception.

Method ADD_MSG Signature

Method ADD_MSG on class CL_RSPLS_PLSQ_PCAPPLOG has no parameter.
Method ADD_MSG on class CL_RSPLS_PLSQ_PCAPPLOG has no exception.

Method ADD_RRMS Signature

Method ADD_RRMS on class CL_RSPLS_PLSQ_PCAPPLOG has no parameter.
Method ADD_RRMS on class CL_RSPLS_PLSQ_PCAPPLOG has no exception.

Method ADD_R_FU_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSPLFU_MSG Meldungen (mit Kontext) 20060331

Method ADD_R_FU_MSG on class CL_RSPLS_PLSQ_PCAPPLOG 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 BW: Tabelle mit Nachrichten (Application Log Protokoll) 20060403

Method ADD_T_MSG on class CL_RSPLS_PLSQ_PCAPPLOG has no exception.

Method CLEAR Signature

Method CLEAR on class CL_RSPLS_PLSQ_PCAPPLOG has no parameter.
Method CLEAR on class CL_RSPLS_PLSQ_PCAPPLOG has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOGNUMBER Call by reference Type reference (TYPE) BALOGNR Anwendungs-Log: Daten des Protokollkopfes 20061108

Method CREATE on class CL_RSPLS_PLSQ_PCAPPLOG has no exception.

Method CREATE_EXISTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOGNUMBER Call by reference Type reference (TYPE) BALOGNR Anwendungs-Log: Protokollnummer 20061113
# Exception Resumable Description Created on
1 CX_RSPLS_MSG_STATIC_CHECK Hülse für Meldungen 20061113

Method GET_BALM_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_MSG Value transfer Type reference (TYPE) BALM Anwendungs-Log: Protokollnachrichten 20060626

Method GET_BALM_MSG on class CL_RSPLS_PLSQ_PCAPPLOG has no exception.

Method GET_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_MSG Value transfer Type reference (TYPE) BAL_S_MSG Anwendungs-Log: Daten einer Meldung 20060329

Method GET_MSG on class CL_RSPLS_PLSQ_PCAPPLOG has no exception.

Method GET_MSG_FROM_EX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_EX Call by reference Object reference (TYPE REF TO) CX_ROOT Abstrakte Oberklasse aller globalen Exceptions 20061114
2 Returning R_T_MSG Value transfer Type reference (TYPE) RS_T_MSG BW: Tabelle mit Nachrichten (Application Log Protokoll) 20061114

Method GET_MSG_FROM_EX on class CL_RSPLS_PLSQ_PCAPPLOG has no exception.

Method REFRESH Signature

Method REFRESH on class CL_RSPLS_PLSQ_PCAPPLOG has no parameter.
Method REFRESH on class CL_RSPLS_PLSQ_PCAPPLOG has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LOGNUMBER Call by reference Type reference (TYPE) BALOGNR Anwendungs-Log: Protokollnummer 20060329

Method SAVE on class CL_RSPLS_PLSQ_PCAPPLOG has no exception.

Method _NEXT_FUNCNR Signature

Method _NEXT_FUNCNR on class CL_RSPLS_PLSQ_PCAPPLOG has no parameter.
Method _NEXT_FUNCNR on class CL_RSPLS_PLSQ_PCAPPLOG has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710