SAP ABAP Class CL_RSBM_LOG_STEP (Node of a DTP-Step 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 20040625
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_STEP  
Short Description Node of a DTP-Step 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 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
Friends
Class CL_RSBM_LOG_STEP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_CMD Instance attribute Public Type reference (TYPE) RSBCMD Data Transfer Process: Command 20040720
2 N_DATAPAKID Instance attribute Public Type reference (TYPE) RSDATAPID Data packet number 20040701
3 N_REQUID Instance attribute Public Type reference (TYPE) RSBKREQUID Data Transfer Process Request 20040701
4 N_R_STEP Instance attribute Public Object reference (TYPE REF TO) IF_RSBK_CMD Interface: DTP Command 20040715
5 N_STEP Instance attribute Public Type reference (TYPE) RSBKSTEPID ID for a Substep of DTP Extraction 20040702
6 O_TH_SUBSTEP Instance attribute Protected Type reference (TYPE) RSBK_TH_SUBSTEP Table with Substep Properties 20060209
7 P_R_REQUEST Instance attribute Private Object reference (TYPE REF TO) CL_RSBK_REQUEST DTP Request 20040720
8 P_TH_COMMAND Static Attribute Private Type reference (TYPE) TH_COMMAND 20050815
9 P_TH_SUBSTEP Static Attribute Private Type reference (TYPE) RSBK_TH_SUBSTEP Table with Substep Properties 20040720
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20040720
2 CONSTRUCTOR Instance method Public Constructor 20040701
3 CREATE_FROM_DB Static method Public Method Instantiation from DB Information 20040701
4 CREATE_FROM_SCRATCH Static method Public Method 20040625
5 GET_NO_NEXT Instance method Public Method 20051024
6 GET_REQUEST Instance method Private Method 20040720
7 GET_TH_SUBSTEP Instance method Private Method 20040720
8 RAISE_STEP_FAILED_CALLSTACK Static method Public Method Generates Exception of Type CX_RS_STEP_FAILED with CallStack 20050603
Events
Class CL_RSBM_LOG_STEP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_COMMAND Private See coding 20050815 begin of S_COMMAND, cmd type rsbcmd, count_substep type sytabix, end of s_command
2 TH_COMMAND Private See coding 20050815 th_command type hashed table of s_command with unique key cmd
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATAPAKID Call by reference Type reference (TYPE) RSDATAPID 20040701
2 Importing I_EXPECTED Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20040720
3 Importing I_NODE Call by reference Type reference (TYPE) RSBMNODE 20040701
4 Importing I_PARENT Call by reference Type reference (TYPE) RSBMNODE 20040701
5 Importing I_REQUID Call by reference Type reference (TYPE) RSBKREQUID 20040701
6 Importing I_STEP Call by reference Type reference (TYPE) RSBKSTEPID ID eines Teilschrittes der DTP-Extraktion 20040702

Method CONSTRUCTOR on class CL_RSBM_LOG_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 20040701
2 Importing I_REQUID Call by reference Type reference (TYPE) RSBKREQUID Request eines Datentransferprozesses 20040701
3 Returning R_R_LOG_STEP Value transfer Object reference (TYPE REF TO) CL_RSBM_LOG_STEP Knoten eines DTP-Step-Logs 20040701
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND 20040701

Method CREATE_FROM_SCRATCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATAPAKID Call by reference Type reference (TYPE) RSDATAPID Datenpaketnummer 20040701
2 Importing I_EXPECTED Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20040720
3 Importing I_REQUID Call by reference Type reference (TYPE) RSBKREQUID Request eines Datentransferprozesses 20040701
4 Importing I_R_PARENT Call by reference Object reference (TYPE REF TO) CL_RSBM_LOG_COMPONENT Knoten eines hierarchischen Logs 20040701
5 Importing I_STEP Call by reference Type reference (TYPE) RSBKSTEPID ID eines Teilschrittes der DTP-Extraktion 20040702
6 Returning R_R_LOG_STEP Value transfer Object reference (TYPE REF TO) CL_RSBM_LOG_STEP Knoten eines DTP-Step-Logs 20040701
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20040625

Method GET_NO_NEXT Signature

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

Method GET_NO_NEXT on class CL_RSBM_LOG_STEP has no exception.

Method GET_REQUEST Signature

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

Method GET_TH_SUBSTEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TH_SUBSTEP Value transfer Type reference (TYPE) RSBK_TH_SUBSTEP Tabell mit Substep Eigenschaften 20040720

Method GET_TH_SUBSTEP on class CL_RSBM_LOG_STEP has no exception.

Method RAISE_STEP_FAILED_CALLSTACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEY Call by reference Type reference (TYPE) STRING 20050603
2 Importing I_OBJECT Call by reference Type reference (TYPE) STRING 20050603
3 Importing I_PREVIOUS Call by reference Object reference (TYPE REF TO) CX_ROOT Abstrakte Oberklasse aller globalen Exceptions 20050603
4 Importing I_STEPTEXT Call by reference Type reference (TYPE) RSTXTLG Beschreibung lang 20050603
5 Importing I_TEXTID Call by reference Type reference (TYPE) SCX_T100KEY Schlüssel zum logischen Objekt im OTR 20050603
# Exception Resumable Description Created on
1 CX_RS_STEP_FAILED DTP-Request: Step fehlerhaft 20050603
History
Last changed by/on SAP  20130531 
SAP Release Created in 400