SAP ABAP Class CL_RSBK_REQUEST_GENERAL (Requests of All Types)
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 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSBK_REQUEST_GENERAL | Interface for All Request Types | 20060123 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSBK_REQUEST | DTP Request | 20060123 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_RSBK_REQUEST_DATAMART | 20060124 | |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_RSBK_REQUEST_DSO | DSO Requests | 20100727 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_RSBK_REQUEST_PSA | PSA Requests | 20060123 |
Properties
| Class | CL_RSBK_REQUEST_GENERAL | |
| Short Description | Requests of All Types | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | RSBK | |
| Program status | ||
| Category | 0 | |
| Package | RSBK | Data Transfer Process: Kernel Objects |
| Created | 20060123 | SAP |
| Last change | 20140121 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSBK_REQUEST_GENERAL | Interface for All Request Types | 20060123 |
Friends
Class CL_RSBK_REQUEST_GENERAL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | CHAR005 | 'EXTR_' | R/2 table | 20130517 | ||
| 2 | Instance attribute | Public | Type reference (TYPE) | INT4 | Natural Number | 20070821 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | RSBKREQUID | Data Transfer Process Request | 20060123 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | CHAR30 | 30 Characters | 20070821 | |||
| 5 | Static Attribute | Protected | Type reference (TYPE) | TH_REQUEST_R | Single-Character Flag | 20060123 | |||
| 6 | Static Attribute | Protected | Type reference (TYPE) | RS_BOOL | Boolean | 20060321 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | RSBKREQUID | Data Transfer Process Request | 20060123 | |||
| 8 | Static Attribute | Private | Type reference (TYPE) | RSBKREQUID | Data Transfer Process Request | 20060123 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20070821 | |||
| 10 | Static Attribute | Private | Type reference (TYPE) | TH_REQUEST_REMOTE | 20060123 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20060123 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20060123 | |
| 3 | Instance method | Private | Method | 20070821 | ||
| 4 | Static method | Public | Method | 20060123 | ||
| 5 | Static method | Public | Method | 20060123 | ||
| 6 | Instance method | Protected | Method | 20060123 |
Events
Class CL_RSBK_REQUEST_GENERAL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_REQUEST_R | Protected | See coding | 20060123 | begin of s_request_r,
requid type rsbkrequid,
r_request type ref to cl_rsbk_request_general,
end of s_request_r
|
||
| 2 | S_REQUEST_REMOTE | Private | See coding | 20060123 | begin of s_request_remote,
dtp type rsbkdtpnm,
r_request type ref to cl_rsbk_request,
end of s_request_remote
|
||
| 3 | TH_REQUEST_R | Protected | See coding | 20060123 | th_request_r type hashed table of s_request_r with unique key requid
|
||
| 4 | TH_REQUEST_REMOTE | Private | See coding | 20060123 | th_request_remote type hashed table of s_request_remote
with unique key dtp
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSBK_REQUEST_GENERAL has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSBK_REQUEST_GENERAL has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RSBK_REQUEST_GENERAL has no parameter.
Method CONSTRUCTOR on class CL_RSBK_REQUEST_GENERAL has no exception.
Method COPY_FROM_RSSTATMANPART Signature
Method COPY_FROM_RSSTATMANPART on class CL_RSBK_REQUEST_GENERAL has no parameter.
Method COPY_FROM_RSSTATMANPART on class CL_RSBK_REQUEST_GENERAL has no exception.
Method CREATE_FROM_DB_GENERAL 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 | 20060123 | ||||
| 2 | R_R_REQUEST_GENERAL | Value transfer | Object reference (TYPE REF TO) | IF_RSBK_REQUEST_GENERAL | 20060123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060123 |
Method GET_REQUID30_STATIC 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 | 20060123 | |||
| 2 | R_REQUID30 | Value transfer | Type reference (TYPE) | CHAR30 | 30 Characters | 20060123 |
Method GET_REQUID30_STATIC on class CL_RSBK_REQUEST_GENERAL has no exception.
Method SET_REQUID 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 | 20060123 |
Method SET_REQUID on class CL_RSBK_REQUEST_GENERAL has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 700 |