SAP ABAP Interface IF_RSBK_CMD (Interface: DTP Command)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSBK (Package) Data Transfer Process: Kernel Objects
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_RSBK_CMD_P DTP Command Type Process 20040217
2 Interface composition (i COMPRISING i_ref)  IF_RSBK_CMD_T Interface: DTP Transform Command 20040315
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSBC_OLD_TRANSFER Old Transfer Rules and Update Rules 20040315
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSBK_CMD Superclass for Command Template 20040212
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSBK_CMD_DP_ENDLOOP DTP Request 20040212
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSBK_CMD_DP_LOOP DTP Request 20040217
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSBK_CMD_END DTP Request 20040217
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSBK_CMD_PREPARE DTP Command: Prepare for Extraction 20040805
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSBK_CMD_START DTP Request 20040217
Properties
Interface IF_RSBK_CMD  
Short Description Interface: DTP Command    
General Data
Package RSBK   Data Transfer Process: Kernel Objects 
Created 20040212   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_RSBK_DEBUG Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_RSBK_CMD has no interface.
Friends
Interface IF_RSBK_CMD has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_EXEC_TYPE_ABAP Constant Public Type reference (TYPE) RSBKEXECTYPE ' ' DTP: Execution Type of a Command 20121018
2 C_EXEC_TYPE_NONE Constant Public Type reference (TYPE) RSBKEXECTYPE 'N' DTP: Execution Type of a Command 20121018
3 C_EXEC_TYPE_SCRIPT Constant Public Type reference (TYPE) RSBKEXECTYPE 'S' DTP: Execution Type of a Command 20121018
4 N_CMD Instance attribute Public Type reference (TYPE) RSBCMD 20040331
5 N_EXEC_TYPE Instance attribute Public Type reference (TYPE) RSBKEXECTYPE DTP: Execution Type of a Command 20121018
6 N_PERSIST_DATA Instance attribute Public Type reference (TYPE) RSBKPERSISTDATA Indicator: Save Data After the Substep 20041119
7 N_REQUID Instance attribute Public Type reference (TYPE) RSBKREQUID Data Transfer Process Request 20040331
Methods
# Method Level Visibility Method type Description Created on
1 COPY_FROM_TEMPLATE Instance method Public Method Copies Attributes of a Command Instance 20040331
2 CREATE_PROCESS_PARAMETERS Instance method Public Method Before Parallel Processing: Output Runtime-Specific Param. 20040521
3 EXECUTE_SCRIPT Instance method Public Method 20121018
4 GET_BREAKPOINTS Instance method Public Method Breakpoints 20070831
5 GET_CMD Instance method Public Method Command Identifier 20040217
6 GET_CMDTYPE Instance method Public Method Command Type 20040903
7 GET_CONTEXT_MENU Instance method Public Method Context Menu for Log UI 20050615
8 GET_EXEC_TYPE Instance method Public Method 20121018
9 GET_INTLEN_INBOUND Instance method Public Method Width of Inbound Structure in Bytes 20041229
10 GET_INTLEN_OUTBOUND Instance method Public Method Width of Outbound Structure in Bytes 20041230
11 GET_SIMULATION Instance method Public Method Simulation Mode 20080523
12 GET_S_TLOGO Instance method Public Method Determine TLOGO Object 20040701
13 GET_TEXT Instance method Public Method Command Description 20040212
14 OPTIMIZE_COMMANDS Instance method Public Method Request Optimization after Generation 20040212
15 POST_SUCCESS_PROCESSING Instance method Public Method Finish processing after data update is complete 20120423
16 SET_BREAKPOINTS Instance method Public Method Setting Breakpoints 20040422
17 SET_CTYPE Instance method Public Method Controller Type 20041111
18 SET_DTPTYPE Instance method Public Method DTP Type 20050623
19 SET_PROCESS_PARAMETERS Instance method Public Method After Parallel Processing: Setting Runtime-Specific Param. 20040521
20 SET_SIMULATION Instance method Public Method Indicator: Simulation 20050810
21 USER_COMMAND Instance method Public Method User Command from Log UI 20050615
Events
Interface IF_RSBK_CMD has no event.
Types
Interface IF_RSBK_CMD has no local type.
Method Signatures

Method COPY_FROM_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_LOG Call by reference Object reference (TYPE REF TO) CL_RSBM_LOG_CURSOR_RUNTIME Handle auf hierarchisches Log 20040930
2 Importing I_R_TPL Call by reference Object reference (TYPE REF TO) IF_RSBK_CMD_TPL Ober-Klasse für Command Templates 20040331
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20040930

Method CREATE_PROCESS_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_MEMENTO Value transfer Type reference (TYPE) RSBKMEMENTO DTP: String-Memento für Controllerzustand 20040521

Method CREATE_PROCESS_PARAMETERS on Interface IF_RSBK_CMD has no exception.

Method EXECUTE_SCRIPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_LOG Call by reference Object reference (TYPE REF TO) CL_RSBM_LOG_CURSOR_PROCESS Handle for Hierarchical Log 20121018
2 Importing I_R_REQUEST Call by reference Object reference (TYPE REF TO) CL_RSBK_REQUEST DTP Request 20121018
# Exception Resumable Description Created on
1 CX_RS_STEP_FAILED Operation Failed 20121018

Method GET_BREAKPOINTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TH_BP Value transfer Type reference (TYPE) RSBK_TH_BP DTP: Tabelle mit Breakpoints 20070831

Method GET_BREAKPOINTS on Interface IF_RSBK_CMD has no exception.

Method GET_CMD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CMD Value transfer Type reference (TYPE) RSBCMD Datentransferprozess Command 20040217

Method GET_CMD on Interface IF_RSBK_CMD has no exception.

Method GET_CMDTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CMDTYPE Value transfer Type reference (TYPE) RSBCMDTYPE Datentransferprozess: Typ eines Commands 20040903

Method GET_CMDTYPE on Interface IF_RSBK_CMD has no exception.

Method GET_CONTEXT_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CTMENU Call by reference Object reference (TYPE REF TO) CL_CTMENU Context Menu 20050615

Method GET_CONTEXT_MENU on Interface IF_RSBK_CMD has no exception.

Method GET_EXEC_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_EXEC_TYPE Value transfer Type reference (TYPE) RSBKEXECTYPE DTP: Execution Type of a Command 20121018

Method GET_EXEC_TYPE on Interface IF_RSBK_CMD has no exception.

Method GET_INTLEN_INBOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SEGID Call by reference Type reference (TYPE) RSBK_SEGID 1 Segment 20041229
2 Returning R_INTLEN_INBOUND Value transfer Type reference (TYPE) INTLEN Interne Länge in Bytes 20041229

Method GET_INTLEN_INBOUND on Interface IF_RSBK_CMD has no exception.

Method GET_INTLEN_OUTBOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SEGID Call by reference Type reference (TYPE) RSBK_SEGID 1 20041230
2 Returning R_INTLEN_OUTBOUND Value transfer Type reference (TYPE) INTLEN 20041230

Method GET_INTLEN_OUTBOUND on Interface IF_RSBK_CMD has no exception.

Method GET_SIMULATION Signature

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

Method GET_SIMULATION on Interface IF_RSBK_CMD has no exception.

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_TLOGO Value transfer Type reference (TYPE) RSTRAN_S_TLOGO BW Repository: TLOGO Objekt und Typ 20040701

Method GET_S_TLOGO on Interface IF_RSBK_CMD has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TXTLG Value transfer Type reference (TYPE) RSTXTLG 20040212

Method GET_TEXT on Interface IF_RSBK_CMD has no exception.

Method OPTIMIZE_COMMANDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_CMD_R Call by reference Type reference (TYPE) RSBK_TH_CMD_R 20040212
2 Importing I_R_LOG Call by reference Object reference (TYPE REF TO) CL_RSBM_LOG_CURSOR_RUNTIME Handle auf hierarchisches Log 20040930
3 Importing I_R_REQ_LOG_PROVIDER Call by reference Object reference (TYPE REF TO) IF_RSBK_REQUEST_LOG_PROVIDER Erzeugung Request Log 20090721

Method OPTIMIZE_COMMANDS on Interface IF_RSBK_CMD has no exception.

Method POST_SUCCESS_PROCESSING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_LOG Call by reference Object reference (TYPE REF TO) CL_RSBM_LOG_CURSOR_PROCESS Handle auf hierarchisches Log 20120423
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20120423

Method SET_BREAKPOINTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TH_BP Call by reference Type reference (TYPE) RSBK_TH_BP DTP: Tabelle mit Breakpoints 20040422

Method SET_BREAKPOINTS on Interface IF_RSBK_CMD has no exception.

Method SET_CTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CTYPE Call by reference Type reference (TYPE) RSBKCONTROLLERTYPE DTP: Typ des Controllers 20041111

Method SET_CTYPE on Interface IF_RSBK_CMD has no exception.

Method SET_DTPTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DTPTYPE Call by reference Type reference (TYPE) RSBKDTPTYPE Typ eines Datentransferprozesses 20050623

Method SET_DTPTYPE on Interface IF_RSBK_CMD has no exception.

Method SET_PROCESS_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MEMENTO Call by reference Type reference (TYPE) RSBKMEMENTO DTP: String-Memento für Controllerzustand 20040521
2 Importing I_R_PROCESS Call by reference Object reference (TYPE REF TO) CL_RSBK_PROCESS Prozess zur Requestverarbeitung 20040523

Method SET_PROCESS_PARAMETERS on Interface IF_RSBK_CMD has no exception.

Method SET_SIMULATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SIMULATION Call by reference Type reference (TYPE) RSBKSIMULATION Kennzeichen: Simulationsmodus 20050811

Method SET_SIMULATION on Interface IF_RSBK_CMD has no exception.

Method USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OKCODE Call by reference Type reference (TYPE) SYUCOMM Funktionscode, der PAI ausgelöst hat 20050615

Method USER_COMMAND on Interface IF_RSBK_CMD has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 400