SAP ABAP Class CL_RSBK_CMD (Superclass for Command Template)
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_CMD | Interface: DTP Command | 20040212 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSBK_CMD_T | DTP Command: Superclass for Transformation | 20040719 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_RSBK_CMD_U | Template for Update Task Command | 20031209 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_RSBK_CMD_X | Superclass for Extraction Command | 20031208 |
Properties
Class | CL_RSBK_CMD | |
Short Description | Superclass for Command Template | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | RSBC | |
Program status | ||
Category | 0 | |
Package | RSBK | Data Transfer Process: Kernel Objects |
Created | 20031208 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
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_CMD | Interface: DTP Command | 20040212 |
Friends
Class CL_RSBK_CMD has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20040331 | ||||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RSBCMDTYPE | Data Transfer Process: Command Type | 20041229 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RSBKCONTROLLERTYPE | DTP: Controller Type | 20041111 | ||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RSBKDTPNM | Data Transfer Process ID | 20051213 | ||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RSBKDTPTYPE | Type of Data Transfer Process | 20050623 | ||
6 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20041119 | ||||
7 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20040331 | ||||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RSBKSIMULATION | Indicator: Simulation Mode | 20050811 | ||
9 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TH_BP_CMD | 20031208 | |||
10 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CHAR1 | 20031208 | |||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | INTLEN | Internal Length in Bytes | 20041229 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | INTLEN | Internal Length in Bytes | 20041230 | ||
13 | ![]() |
Static Attribute | Private | Type reference (TYPE) | RSBK_T_CMDPROP | Command Properties | 20040903 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20040903 |
2 | ![]() |
Instance method | Public | Constructor | 20031208 | |
3 | ![]() |
Instance method | Public | Method | 20040331 | |
4 | ![]() |
Instance method | Public | Method | 20101008 | |
5 | ![]() |
Instance method | Public | Method | 20040312 | |
6 | ![]() |
Instance method | Public | Method | 20031208 | |
7 | ![]() |
Instance method | Public | Method | 20101008 | |
8 | ![]() |
Instance method | Public | Method | 20031209 |
Events
Class CL_RSBK_CMD has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_BP_CMD | Public | See coding | 20031208 | BEGIN OF s_bp_cmd,
bpid TYPE rsbkbpid,
datapid TYPE rsdatapid,
END OF s_bp_cmd
|
||
2 | S_MESS_TRACE_CHECK | Public | See coding | 20101008 | BEGIN OF s_mess_trace_check,
msgid TYPE syst-msgid,
msgno TYPE syst-msgno,
msgv1 TYPE syst-msgv1,
msgv2 TYPE syst-msgv2,
msgv3 TYPE syst-msgv3,
msgv4 TYPE syst-msgv4,
END OF s_mess_trace_check
|
||
3 | TH_BP_CMD | Public | See coding | 20031208 | th_bp_cmd TYPE HASHED TABLE OF s_bp_cmd
WITH UNIQUE KEY datapid bpid
|
||
4 | TS_MESS_TRACE_CHECK | Public | See coding | 20101008 | ts_mess_trace_check type standard table of s_mess_trace_check
with default key
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSBK_CMD has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSBK_CMD has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CMD | Call by reference | Type reference (TYPE) | RSBCMD | Command eines DTPs | 20031208 | ||
2 | ![]() |
I_REQUID | Call by reference | Type reference (TYPE) | RSBKREQUID | Request eines Datentransferprozesses | 20031208 |
Method CONSTRUCTOR on class CL_RSBK_CMD has no exception.
Method COPY_FROM_TEMPLATE Signature
Method COPY_FROM_TEMPLATE on class CL_RSBK_CMD has no parameter.
Method COPY_FROM_TEMPLATE on class CL_RSBK_CMD has no exception.
Method DO_TRACE_CHECKS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_MESS | Value transfer | Type reference (TYPE) | TS_MESS_TRACE_CHECK | 20101008 |
Method DO_TRACE_CHECKS on class CL_RSBK_CMD has no exception.
Method GET_CMD Signature
Method GET_CMD on class CL_RSBK_CMD has no parameter.
Method GET_CMD on class CL_RSBK_CMD has no exception.
Method GET_TEXT Signature
Method GET_TEXT on class CL_RSBK_CMD has no parameter.
Method GET_TEXT on class CL_RSBK_CMD has no exception.
Method HAS_TRACE_CHECKS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_HAS_CHECKS | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20101008 |
Method HAS_TRACE_CHECKS on class CL_RSBK_CMD has no exception.
Method OPTIMIZE_COMMANDS Signature
Method OPTIMIZE_COMMANDS on class CL_RSBK_CMD has no parameter.
Method OPTIMIZE_COMMANDS on class CL_RSBK_CMD has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 400 |