SAP ABAP Class CL_RSBK_DTP_H (Data Transfer Process: Historic Version)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST (Application Component) Data Staging
⤷
RSBK (Package) Data Transfer Process: Kernel Objects

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSBK_DTP_DATABASE | Data Transfer Process: Persistent Version | 20031126 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSBK_REQUEST_OBSERVER | Observer for DTP Request | 20031205 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSBK_REQUEST_TEMPLATE | Template for Request | 20060315 |
Properties
Class | CL_RSBK_DTP_H | |
Short Description | Data Transfer Process: Historic Version | |
Super Class | CL_RSBK_DTP_DATABASE | Data Transfer Process: Persistent Version |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | RSBK | |
Program status | ||
Category | 0 | |
Package | RSBK | Data Transfer Process: Kernel Objects |
Created | 20031126 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
4 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RSBK_REQUEST_OBSERVER | Observer for DTP Request | 20031205 | ||
2 | IF_RSBK_REQUEST_TEMPLATE | Template for Request | 20060315 |
Friends
Class CL_RSBK_DTP_H 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) | RSBKREQUID | Request die debugged wird | 20120927 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSBKPROCESSMODE | Processing Mode | 20101013 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSBK_TH_TPL_R | Table with Command Templates for DTP | 20101013 | ||
4 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CL_RSBK_DTP_H=>TH_HVERS_R | 20031205 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20031126 | |
2 | ![]() |
Static method | Public | Method | 20031126 | |
3 | ![]() |
Static method | Public | Method | 20031126 | |
4 | ![]() |
Instance method | Public | Method | 20101013 | |
5 | ![]() |
Static method | Public | Method | 20130102 | |
6 | ![]() |
Instance method | Private | Method | 20101013 | |
7 | ![]() |
Instance method | Public | Method | 20040129 |
Events
Class CL_RSBK_DTP_H has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_HVERS_R | Private | See coding | 20031205 | begin of s_hvers_r,
dtp type rsbkdtpnm,
tstmp_h type rstimestmp,
r_hvers type ref to cl_rsbk_dtp_h,
end of s_hvers_r
|
||
2 | TH_HVERS_R | Private | See coding | 20031205 | th_hvers_r type hashed table of s_hvers_r
with unique key dtp tstmp_h
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DTP | Call by reference | Type reference (TYPE) | RSBKDTPNM | 20031126 | |||
2 | ![]() |
I_TSTMP_H | Call by reference | Type reference (TYPE) | RSTIMESTMP | Historische Version | 20031127 |
Method CONSTRUCTOR on class CL_RSBK_DTP_H has no exception.
Method CREATE_FROM_DB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DTP | Call by reference | Type reference (TYPE) | RSBKDTPNM | 20031126 | |||
2 | ![]() |
I_TSTMP_H | Call by reference | Type reference (TYPE) | RSTIMESTMP | Historische Version | 20031127 | ||
3 | ![]() |
R_R_DTP_H | Value transfer | Object reference (TYPE REF TO) | CL_RSBK_DTP_H | Datentransferprozess: aktive Version | 20031126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Objekt nicht gefunden | 20031126 |
Method CREATE_FROM_TEMPLATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DTP_A | Call by reference | Object reference (TYPE REF TO) | CL_RSBK_DTP_A | Datentransferprozess: aktive Version | 20031127 | ||
2 | ![]() |
R_R_DTP_H | Value transfer | Object reference (TYPE REF TO) | CL_RSBK_DTP_H | Datentransferprozess: historische Version | 20031127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Objekt ist gesperrt | 20031210 |
Method DERIVE_PROCMODE_TPL_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_REQUID | Call by reference | Type reference (TYPE) | RSBKREQUID | Request eines Datentransferprozesses | 20101013 |
Method DERIVE_PROCMODE_TPL_LIST on class CL_RSBK_DTP_H has no exception.
Method FREE_ARCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DTP | Call by reference | Type reference (TYPE) | RSBKDTPNM | Datentransferprozess ID | 20130102 | ||
2 | ![]() |
I_TSTMP_H | Call by reference | Type reference (TYPE) | RSTIMESTMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20130102 |
Method FREE_ARCH on class CL_RSBK_DTP_H has no exception.
Method GET_DELTA_INIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_REQUID | Call by reference | Type reference (TYPE) | RSBKREQUID | Request eines Datentransferprozesses | 20101013 | ||
2 | ![]() |
R_DELTA_INIT | Value transfer | Type reference (TYPE) | IF_RSBK_REQUEST_TEMPLATE=>TS_REQ_DATA | Boolean | 20101013 |
Method GET_DELTA_INIT on class CL_RSBK_DTP_H has no exception.
Method GET_OBJ_REF_LAST_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_STATE_ACTIVE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Boolean | 20040305 | |
2 | ![]() |
I_STATE_DELETED | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Boolean | 20040202 | |
3 | ![]() |
I_STATE_FURTHER | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | 20050407 | ||
4 | ![]() |
I_STATE_FURTHER_START | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | 20050407 | ||
5 | ![]() |
I_STATE_GREEN | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Boolean | 20040202 | |
6 | ![]() |
I_STATE_NEW | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Boolean | 20040202 | |
7 | ![]() |
I_STATE_READY | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Technischer Verarbeitungsstatus eines DTP-Requests | 20040202 | |
8 | ![]() |
I_STATE_RED | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Boolean | 20040202 | |
9 | ![]() |
R_R_LAST_REQUEST | Value transfer | Object reference (TYPE REF TO) | CL_RSBK_REQUEST | DTP-Request | 20040202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Objekt nicht gefunden | 20040202 | |
2 | ![]() |
Operation gescheitert | 20040202 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 400 |