SAP ABAP Class CL_RSBM_LOG_PROCESS_STEP (Node of a DTP Processing Step)
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 20040625
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSBM_LOG_COMP_STATIC Static Methods of a Log Hierarchy Node 20040715
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSBM_LOG_CONDENSATE Interface DTP / Process 20080821
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSBM_LOG_PROCESS_STEP_RT Real-Time Processing Step 20050420
Properties
Class CL_RSBM_LOG_PROCESS_STEP  
Short Description Node of a DTP Processing Step    
Super Class CL_RSBM_LOG_COMPONENT Node of a Hierarchical Log 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class RSBK    
Program status     
Category 0   
Package RSBM   Data Transfer Process: Log and Monitor 
Created 20040625   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
2 IF_RSBM_LOG_CONDENSATE Interface DTP / Process 20080821
Friends
Class CL_RSBM_LOG_PROCESS_STEP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_CMD_NODE Instance attribute Public Type reference (TYPE) RSBCMDNODE Node in a DTP Script 20040625
2 N_PSTYPE Instance attribute Public Type reference (TYPE) RSBMPSTYPE DTP Log: Type of Processing Step 20040629
3 N_REQUID Instance attribute Public Type reference (TYPE) RSBKREQUID Data Transfer Process Request 20040625
4 P_R_REQUEST Instance attribute Private Object reference (TYPE REF TO) CL_RSBK_REQUEST DTP Request 20040720
5 P_T_DD07V Static Attribute Private Type reference (TYPE) T_DD07V 20040715
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20040715
2 CONSTRUCTOR Instance method Public Constructor 20040629
3 CREATE_FROM_DB Static method Public Method Instantiation from DB Information 20040625
4 CREATE_FROM_SCRATCH Static method Public Method Instantiation Without DB Information 20040629
5 GET_DP_READ Instance method Protected Method 20080821
6 GET_LINES_READ Instance method Protected Method 20080821
7 GET_REQUEST Instance method Protected Method 20040720
8 LOGID_TO_REQUID Static method Public Method Conversion of Request ID to Log ID 20040702
9 REQUID_TO_LOGID Static method Public Method Conversion of Request ID to Log ID 20040629
Events
Class CL_RSBM_LOG_PROCESS_STEP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_DD07V Private See coding 20040715 t_dd07v type standard table of dd07v
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXPECTED Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE 20040720
2 Importing I_NODE Call by reference Type reference (TYPE) RSBMNODE Hierarchisches Log: Knoten-ID 20040629
3 Importing I_PARENT Call by reference Type reference (TYPE) RSBMNODE Hierarchisches Log: Knoten-ID 20040629
4 Importing I_PSTYPE Call by reference Type reference (TYPE) RSBMPSTYPE DTP-Log: Typ eines Verarbeitungsschrittes 20040629
5 Importing I_REQUID Call by reference Type reference (TYPE) RSBKREQUID Request eines Datentransferprozesses 20040629

Method CONSTRUCTOR on class CL_RSBM_LOG_PROCESS_STEP has no exception.

Method CREATE_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE Call by reference Type reference (TYPE) RSBMNODE 20040625
2 Importing I_REQUID Call by reference Type reference (TYPE) RSBKREQUID Request eines Datentransferprozesses 20040629
3 Returning R_R_LOG_PROCESS_STEP Value transfer Object reference (TYPE REF TO) CL_RSBM_LOG_PROCESS_STEP Knoten eines DTP Verarbeitungsschrittes 20040629
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND 20040625

Method CREATE_FROM_SCRATCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXPECTED Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20040720
2 Importing I_PSTYPE Call by reference Type reference (TYPE) RSBMPSTYPE DTP-Log: Typ eines Verarbeitungsschrittes 20040629
3 Importing I_REQUID Call by reference Type reference (TYPE) RSBKREQUID Request eines Datentransferprozesses 20040629
4 Importing I_R_PARENT Call by reference Object reference (TYPE REF TO) CL_RSBM_LOG_REQUEST_ROOT 20040630
5 Returning R_R_LOG_PROCESS_STEP Value transfer Object reference (TYPE REF TO) CL_RSBM_LOG_PROCESS_STEP Knoten eines DTP Verarbeitungsschrittes 20040629

Method CREATE_FROM_SCRATCH on class CL_RSBM_LOG_PROCESS_STEP has no exception.

Method GET_DP_READ Signature

Method GET_DP_READ on class CL_RSBM_LOG_PROCESS_STEP has no parameter.
Method GET_DP_READ on class CL_RSBM_LOG_PROCESS_STEP has no exception.

Method GET_LINES_READ Signature

Method GET_LINES_READ on class CL_RSBM_LOG_PROCESS_STEP has no parameter.
Method GET_LINES_READ on class CL_RSBM_LOG_PROCESS_STEP has no exception.

Method GET_REQUEST Signature

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

Method LOGID_TO_REQUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOGID Call by reference Type reference (TYPE) RSBMLOGID Hierarchisches Log: Log-ID 20040702
2 Returning R_REQUID Value transfer Type reference (TYPE) RSBKREQUID Request eines Datentransferprozesses 20040702

Method LOGID_TO_REQUID on class CL_RSBM_LOG_PROCESS_STEP has no exception.

Method REQUID_TO_LOGID 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 Returning R_LOGID Value transfer Type reference (TYPE) RSBMLOGID Hierarchisches Log: Log-ID 20040629

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