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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | 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 | Instance attribute | Public | Type reference (TYPE) | RSBCMD | Data Transfer Process: Command | 20040720 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | RSDATAPID | Data packet number | 20040701 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | RSBKREQUID | Data Transfer Process Request | 20040701 | |||
| 4 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_RSBK_CMD | Interface: DTP Command | 20040715 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | RSBKSTEPID | ID for a Substep of DTP Extraction | 20040702 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | RSBK_TH_SUBSTEP | Table with Substep Properties | 20060209 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSBK_REQUEST | DTP Request | 20040720 | |||
| 8 | Static Attribute | Private | Type reference (TYPE) | TH_COMMAND | 20050815 | ||||
| 9 | Static Attribute | Private | Type reference (TYPE) | RSBK_TH_SUBSTEP | Table with Substep Properties | 20040720 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20040720 | |
| 2 | Instance method | Public | Constructor | 20040701 | ||
| 3 | Static method | Public | Method | Instantiation from DB Information | 20040701 | |
| 4 | Static method | Public | Method | 20040625 | ||
| 5 | Instance method | Public | Method | 20051024 | ||
| 6 | Instance method | Private | Method | 20040720 | ||
| 7 | Instance method | Private | Method | 20040720 | ||
| 8 | 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 | I_DATAPAKID | Call by reference | Type reference (TYPE) | RSDATAPID | 20040701 | ||||
| 2 | I_EXPECTED | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20040720 | ||
| 3 | I_NODE | Call by reference | Type reference (TYPE) | RSBMNODE | 20040701 | ||||
| 4 | I_PARENT | Call by reference | Type reference (TYPE) | RSBMNODE | 20040701 | ||||
| 5 | I_REQUID | Call by reference | Type reference (TYPE) | RSBKREQUID | 20040701 | ||||
| 6 | 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 | I_NODE | Call by reference | Type reference (TYPE) | RSBMNODE | 20040701 | ||||
| 2 | I_REQUID | Call by reference | Type reference (TYPE) | RSBKREQUID | Request eines Datentransferprozesses | 20040701 | |||
| 3 | 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 | 20040701 |
Method CREATE_FROM_SCRATCH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DATAPAKID | Call by reference | Type reference (TYPE) | RSDATAPID | Datenpaketnummer | 20040701 | |||
| 2 | I_EXPECTED | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20040720 | ||
| 3 | I_REQUID | Call by reference | Type reference (TYPE) | RSBKREQUID | Request eines Datentransferprozesses | 20040701 | |||
| 4 | I_R_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_RSBM_LOG_COMPONENT | Knoten eines hierarchischen Logs | 20040701 | |||
| 5 | I_STEP | Call by reference | Type reference (TYPE) | RSBKSTEPID | ID eines Teilschrittes der DTP-Extraktion | 20040702 | |||
| 6 | 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 | Operation gescheitert | 20040625 |
Method GET_NO_NEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 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 | Objekt nicht gefunden | 20040720 |
Method GET_TH_SUBSTEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 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 | I_KEY | Call by reference | Type reference (TYPE) | STRING | 20050603 | ||||
| 2 | I_OBJECT | Call by reference | Type reference (TYPE) | STRING | 20050603 | ||||
| 3 | I_PREVIOUS | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstrakte Oberklasse aller globalen Exceptions | 20050603 | |||
| 4 | I_STEPTEXT | Call by reference | Type reference (TYPE) | RSTXTLG | Beschreibung lang | 20050603 | |||
| 5 | I_TEXTID | Call by reference | Type reference (TYPE) | SCX_T100KEY | Schlüssel zum logischen Objekt im OTR | 20050603 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | DTP-Request: Step fehlerhaft | 20050603 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 400 |