SAP ABAP Class CL_RSBK_CMD_TPL (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_TPL Interface: DTP Command Templates 20040217
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSBK_DEBUG Interface: DTP Command Templates 20040217
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSBK_TPL_MANDATORY DTP Command Template: Mandatory IF 20040324
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSBK_TPL_OPTIONAL DTP Command Template: Optional 20040324
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SERIALIZABLE_OBJECT Serializable Object 20030926
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSBK_CMD_TPL_T DTP Command: Superclass for Transformation Template 20040722
2 Inheritance (c INHERITING FROM c_ref)  CL_RSBK_CMD_TPL_U Template for Update Task Command 20030926
3 Inheritance (c INHERITING FROM c_ref)  CL_RSBK_CMD_TPL_X Superclass for Extraction Templates 20030926
Properties
Class CL_RSBK_CMD_TPL  
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 20030926   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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...
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSBK_CMD_TPL Interface: DTP Command Templates 20040217
2 IF_RSBK_DEBUG Interface: DTP Command Templates 20040217
3 IF_RSBK_TPL_MANDATORY DTP Command Template: Mandatory IF 20040324
4 IF_RSBK_TPL_OPTIONAL DTP Command Template: Optional 20040324
5 IF_SERIALIZABLE_OBJECT Serializable Object 20030926
Friends
Class CL_RSBK_CMD_TPL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_CMD Instance attribute Public Attribute reference (LIKE) 20040331
2 N_DTP Instance attribute Public Attribute reference (LIKE) 20030926
3 N_OBJVERS Instance attribute Public Attribute reference (LIKE) 20030926
4 N_SIMULATION Instance attribute Public Type reference (TYPE) RSBKSIMULATION Indicator: Simulation Mode 20050811
5 N_TH_BP Instance attribute Public Attribute reference (LIKE) 20040217
6 O_DTPTYPE Instance attribute Protected Type reference (TYPE) RSBKDTPTYPE Type of Data Transfer Process 20070306
7 O_DUMMY_MSG Instance attribute Protected Type reference (TYPE) CHAR1 20030926
8 O_PERSIST_DATA Instance attribute Protected Type reference (TYPE) RSBKPERSISTDATA Indicator: Save Data After the Substep 20041125
9 O_R_DTP_COLL Instance attribute Protected Object reference (TYPE REF TO) CL_RSBK_DTP_COLLECTION 20031104
10 O_TH_TLOGO Instance attribute Protected Type reference (TYPE) RSO_TH_TLOGO 20031104
11 P_REMOTE Instance attribute Private Type reference (TYPE) RSBKREMOTE Indicator: DTP for Direct Access 20050125
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20030926
2 GET_BREAKPOINTS Instance method Public Method 20040217
3 GET_DTPTYPE Instance method Public Method 20070306
4 GET_REMOTE Instance method Protected Method Indicator: Remote DTP? 20050125
5 GET_TH_TLOGO Instance method Protected Method 20031104
6 RAISE_SY_ERROR Instance method Protected Method Exception cx_rs_error_with_message 20030926
7 SET_BREAKPOINT Instance method Public Method 20040217
8 SET_DTPTYPE Instance method Public Method 20070306
Events
# Event Type Visibility Description Created on
1 BREAKPOINT_CHANGED Instance Event
(0)
Public
(2)
20040217
2 ERROR_FOR_GUI Instance Event
(0)
Public
(2)
20031113
Types
Class CL_RSBK_CMD_TPL has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DTP Call by reference Type reference (TYPE) RSBKDTPNM 20030926
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS 20030926

Method CONSTRUCTOR on class CL_RSBK_CMD_TPL has no exception.

Method GET_BREAKPOINTS Signature

Method GET_BREAKPOINTS on class CL_RSBK_CMD_TPL has no parameter.
Method GET_BREAKPOINTS on class CL_RSBK_CMD_TPL has no exception.

Method GET_DTPTYPE Signature

Method GET_DTPTYPE on class CL_RSBK_CMD_TPL has no parameter.
Method GET_DTPTYPE on class CL_RSBK_CMD_TPL has no exception.

Method GET_REMOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_REMOTE Value transfer Type reference (TYPE) RSBKREMOTE Boolean 20050125

Method GET_REMOTE on class CL_RSBK_CMD_TPL has no exception.

Method GET_TH_TLOGO on class CL_RSBK_CMD_TPL has no parameter.
Method GET_TH_TLOGO on class CL_RSBK_CMD_TPL has no exception.

Method RAISE_SY_ERROR Signature

Method RAISE_SY_ERROR on class CL_RSBK_CMD_TPL has no parameter.
# Exception Resumable Description Created on
1 CX_RS_ERROR_WITH_MESSAGE Exception mit T100 Fehlermeldung 20030926

Method SET_BREAKPOINT Signature

Method SET_BREAKPOINT on class CL_RSBK_CMD_TPL has no parameter.
Method SET_BREAKPOINT on class CL_RSBK_CMD_TPL has no exception.

Method SET_DTPTYPE Signature

Method SET_DTPTYPE on class CL_RSBK_CMD_TPL has no parameter.
Method SET_DTPTYPE on class CL_RSBK_CMD_TPL has no exception.
Event Signatures

Event BREAKPOINT_CHANGED Signature
Event BREAKPOINT_CHANGED on class CL_RSBK_CMD_TPL has no parameter.
Event ERROR_FOR_GUI Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 I_CMD Exporting Value transfer Type reference (TYPE) RSBCMD Datentransferprozess Command 20031113
2 I_ERROR_ID Exporting Value transfer Type reference (TYPE) CHAR30 30 Characters 20031113
History
Last changed by/on SAP  20130531 
SAP Release Created in 400