SAP ABAP Class CL_RSBM_LOG_REQUEST_ROOT (Root Node of DTP Request Log)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSBM (Package) Data Transfer Process: Log and Monitor
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSBM_LOG_COMPONENT Node of a Hierarchical Log 20040629
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSBM_LOG_COMP_STATIC Static Methods of a Log Hierarchy Node 20040715
Properties
Class CL_RSBM_LOG_REQUEST_ROOT  
Short Description Root Node of DTP Request Log    
Super Class CL_RSBM_LOG_COMPONENT Node of a Hierarchical Log 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSBK    
Program status     
Category 0   
Package RSBM   Data Transfer Process: Log and Monitor 
Created 20040629   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)
2 RSBM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSBM_LOG_COMP_STATIC Static Methods of a Log Hierarchy Node 20040715
Friends
Class CL_RSBM_LOG_REQUEST_ROOT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_NODESTATE_DERIVED Instance attribute Public Type reference (TYPE) RS_BOOL Boolean 20100702
2 N_REQUID Instance attribute Public Type reference (TYPE) RSBKREQUID Data Transfer Process Request 20040629
3 P_B_FROM_UI Instance attribute Private Type reference (TYPE) RS_BOOL Build from the UI 20100702
4 P_REQUID_SIMULATION Static Attribute Private Type reference (TYPE) RSBKREQUID Data Transfer Process Request 20050816
5 P_REQ_STATE Instance attribute Private Type reference (TYPE) RSBKTSTATE Technical Processing Status for a DTP Request 20100702
6 P_R_REQUEST Instance attribute Private Object reference (TYPE REF TO) CL_RSBK_REQUEST DTP Request 20040720
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20050816
2 CONSTRUCTOR Instance method Public Constructor 20040629
3 CREATE_FROM_SCRATCH Static method Public Method Instantiation Without DB Information 20040629
4 CREATE_FROM_STORAGE Static method Public Method Instantiation from DB or Memory Information 20050126
5 GET_FLAG_UI Instance method Public Method 20100702
6 GET_REQUEST Instance method Private Method 20040720
7 GET_REQ_TSTATE Instance method Public Method 20100702
8 GET_STATIC_BUFFER Instance method Private Method Fills Static Buffer of Database 20041207
9 GET_SUMMARY Instance method Public Method 20070726
10 GET_TS_TSTMP Instance method Public Method 20050816
11 REFRESH_STATE_ALL Instance method Public Method Determines Status of All Nodes 20040722
12 SET_FLAG_UI Instance method Private Method 20100702
13 SET_REQ_PSEUDOSTATE Instance method Public Method For UI 20100702
14 SET_SETTIME Instance method Public Method 20041207
15 SET_S_STORAGE Instance method Public Method 20050126
Events
Class CL_RSBM_LOG_REQUEST_ROOT has no event.
Types
Class CL_RSBM_LOG_REQUEST_ROOT has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSBM_LOG_REQUEST_ROOT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSBM_LOG_REQUEST_ROOT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FROM_UI Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20100702
2 Importing I_REQUID Call by reference Type reference (TYPE) RSBKREQUID Request eines Datentransferprozesses 20040629
3 Importing I_SETTIME Call by reference Type reference (TYPE) RSTIMESTMPL UTC-Zeitstempel in Langform (JJJJMMTThhmmss,mmmuuun) 20041207
4 Importing I_S_STORAGE Call by reference Type reference (TYPE) RSBM_S_STORAGE Speichertyp und -name 20050126

Method CONSTRUCTOR on class CL_RSBM_LOG_REQUEST_ROOT has no exception.

Method CREATE_FROM_SCRATCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQUID Call by reference Type reference (TYPE) RSBKREQUID Request eines Datentransferprozesses 20040629
2 Importing I_S_STORAGE Call by reference Type reference (TYPE) RSBM_S_STORAGE Speichertyp und -name 20050126
3 Returning R_R_LOG_REQUEST_ROOT Value transfer Object reference (TYPE REF TO) CL_RSBM_LOG_REQUEST_ROOT Wurzelknoten eines DTP Requestslogs 20040629

Method CREATE_FROM_SCRATCH on class CL_RSBM_LOG_REQUEST_ROOT has no exception.

Method CREATE_FROM_STORAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FROM_UI Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20100702
2 Importing I_REQUID Call by reference Type reference (TYPE) RSBKREQUID Request eines Datentransferprozesses 20050126
3 Importing I_SETTIME Call by reference Type reference (TYPE) RSTIMESTMPL UTC-Zeitstempel in Langform (JJJJMMTThhmmss,mmmuuun) 20050126
4 Importing I_S_STORAGE Call by reference Type reference (TYPE) RSBM_S_STORAGE Speichertyp und -name 20050126
5 Returning R_R_LOG_REQUEST_ROOT Value transfer Object reference (TYPE REF TO) CL_RSBM_LOG_REQUEST_ROOT Wurzelknoten 20050126
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND 20050126

Method GET_FLAG_UI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FROM_UI Value transfer Type reference (TYPE) RS_BOOL Boolean 20100702

Method GET_FLAG_UI on class CL_RSBM_LOG_REQUEST_ROOT has no exception.

Method GET_REQUEST Signature

Method GET_REQUEST on class CL_RSBM_LOG_REQUEST_ROOT has no parameter.
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20040720

Method GET_REQ_TSTATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TSTATE Value transfer Type reference (TYPE) RSBKTSTATE Technischer Verarbeitungsstatus eines DTP-Requests 20100702

Method GET_REQ_TSTATE on class CL_RSBM_LOG_REQUEST_ROOT has no exception.

Method GET_STATIC_BUFFER Signature

Method GET_STATIC_BUFFER on class CL_RSBM_LOG_REQUEST_ROOT has no parameter.
Method GET_STATIC_BUFFER on class CL_RSBM_LOG_REQUEST_ROOT has no exception.

Method GET_SUMMARY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_MESSAGES Value transfer Type reference (TYPE) RS_T_MSG BW: Tabelle mit Nachrichten (Application Log Protokoll) 20070726

Method GET_SUMMARY on class CL_RSBM_LOG_REQUEST_ROOT has no exception.

Method GET_TS_TSTMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TS_TSTMP Value transfer Type reference (TYPE) RSBM_TS_TSTMPL Sortierte Tabelle mit Zeitstempeln 20050816

Method GET_TS_TSTMP on class CL_RSBM_LOG_REQUEST_ROOT has no exception.

Method REFRESH_STATE_ALL Signature

Method REFRESH_STATE_ALL on class CL_RSBM_LOG_REQUEST_ROOT has no parameter.
Method REFRESH_STATE_ALL on class CL_RSBM_LOG_REQUEST_ROOT has no exception.

Method SET_FLAG_UI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FROM_UI Call by reference Type reference (TYPE) RS_BOOL Boolean 20100702

Method SET_FLAG_UI on class CL_RSBM_LOG_REQUEST_ROOT has no exception.

Method SET_REQ_PSEUDOSTATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TSTATE Call by reference Type reference (TYPE) RSBKTSTATE Technischer Verarbeitungsstatus eines DTP-Requests 20100702

Method SET_REQ_PSEUDOSTATE on class CL_RSBM_LOG_REQUEST_ROOT has no exception.

Method SET_SETTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SETTIME Call by reference Type reference (TYPE) RSTIMESTMPL UTC-Zeitstempel in Langform (JJJJMMTThhmmss,mmmuuun) 20041207

Method SET_SETTIME on class CL_RSBM_LOG_REQUEST_ROOT has no exception.

Method SET_S_STORAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_STORAGE Call by reference Type reference (TYPE) RSBM_S_STORAGE Speichertyp und -name 20050126

Method SET_S_STORAGE on class CL_RSBM_LOG_REQUEST_ROOT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 400