SAP ABAP Class CL_RSBK_CMD_X (Superclass for Extraction 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 - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSBK_CMD Superclass for Command Template 20031208
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSBK_CMD_X Interface: DTP Extract Command 20040213
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSBK_FILTER_MODEL IF_RSBK_FILTER_MODEL 20061030
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSBK_CMD_X_REALTIME Super Class for Real-Time Extractors 20050418
2 Inheritance (c INHERITING FROM c_ref)  CL_RSDD_X_INFOPROVIDER_CMD Command: Extraction from an InfoProvider 20040922
3 Inheritance (c INHERITING FROM c_ref)  CL_RSDHA_X_HAAP_CMD DTP: Extraction Command HANA Analysis Process 20121203
4 Inheritance (c INHERITING FROM c_ref)  CL_RSDMD_IOBJ_X_CMD Master Data extraction 20050919
5 Inheritance (c INHERITING FROM c_ref)  CL_RSSH_DTP_BASE_X_CMD CMD Extraction Hierarchies 20091124
Properties
Class CL_RSBK_CMD_X  
Short Description Superclass for Extraction Command    
Super Class CL_RSBK_CMD Superclass for Command Template 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSBK    
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
Class CL_RSBK_CMD_X has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSBK_CMD_X Interface: DTP Extract Command 20040213
2 IF_RSBK_FILTER_MODEL IF_RSBK_FILTER_MODEL 20061030
Friends
Class CL_RSBK_CMD_X has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_DELTAINIT Instance attribute Public Type reference (TYPE) RSBKDELTAINIT Indicator: First Delta Request of a DTP 20070809
2 N_GROUPING_NECESSARY Instance attribute Public Type reference (TYPE) RS_BOOL Grouping Necessary 20050808
3 N_GROUPS_EXIST Instance attribute Public Type reference (TYPE) RS_BOOL Group Fields Exist 20050324
4 N_MAXROWS Instance attribute Public Type reference (TYPE) I Maximum Number of Rows To Be Read 20060619
5 N_MAXSIZE Instance attribute Public Type reference (TYPE) RSBKMAXSIZE DTP Extraction: Package Size 20040920
6 N_MINSIZE Instance attribute Public Type reference (TYPE) RSBKMIMSIZE DTP Extraction: Minimum Package Size 20091210
7 N_SRC Instance attribute Public Type reference (TYPE) RSBKSRCNM Name of the Data Source for a Data Transfer Process 20031208
8 N_SRCTP Instance attribute Public Type reference (TYPE) RSBKSRCTP Type of Data Source for a Data Transfer Process 20031208
9 N_T_GROUPS Instance attribute Public Type reference (TYPE) RSBK_TX_FIELDS_KEYFL Segment List with Fields and Key Flag 20050104
10 O_R_SRC Instance attribute Protected Object reference (TYPE REF TO) IF_RSBK_SRC Interface for Data Sources of a DTP 20031208
11 O_R_TPL_X Instance attribute Protected Object reference (TYPE REF TO) CL_RSBK_CMD_TPL_X Superclass for Extraction Templates 20061030
12 O_TH_REQUID_SRC Instance attribute Protected Type reference (TYPE) RSBK_TH_REQUID DTP Table with Request SIDs 20040326
13 P_CON_FOR_TRACE_CHECK Instance attribute Protected Type reference (TYPE) DBCON_NAME Logical Name for a Database Connection 20101008
14 P_CURSOR_FOR_TRACE_CHECK Instance attribute Private Type reference (TYPE) CURSOR 20101008
15 P_GEN_PROGID_SIMU Instance attribute Private Type reference (TYPE) RSSGUID25 BW Generation Tool: GUID in Compressed Form (CHAR25) 20061030
16 P_R_PACKETIZER Instance attribute Private Object reference (TYPE REF TO) CL_RSBK_PACKETIZER Reference to Packager for Semantic Groups 20061219
17 P_TH_RANGE Instance attribute Private Type reference (TYPE) RSBK_TH_RANGE DTP: Selections for Source 20041221
18 P_T_FIELDS_UI Instance attribute Private Type reference (TYPE) MCH_T_FIELD Field List of a DTP Data Source 20061030
Methods
# Method Level Visibility Method type Description Created on
1 GET_DATAPACKAGE Instance method Public Method 20041221
2 GET_DATAPACKAGE_SELECTIONS Instance method Public Method 20041221
3 GET_OBJ_REF_SRC Instance method Public Method 20031208
4 GET_TH_RANGE Instance method Public Method 20041221
5 GET_TH_REQUID_SRC Instance method Public Method 20041221
6 GET_WITH_PREFETCH Instance method Public Method 20041221
7 OPEN_CURSOR_FOR_TRACE_CHECK Instance method Protected Method 20101008
8 SET_CON_FOR_TRACE_CHECK Instance method Protected Method 20101008
9 SET_GROUPS_EXIST Instance method Public Method 20050324
10 SET_SEMANTIC_GROUPS Instance method Public Method 20050324
11 SET_TH_RANGE Instance method Public Method 20041221
12 SET_TH_RANGE_FROM_SELECTION Instance method Public Method 20050324
13 SET_TH_REQUID_SRC Instance method Public Method 20041221
Events
Class CL_RSBK_CMD_X has no event.
Types
Class CL_RSBK_CMD_X has no local type.
Method Signatures

Method GET_DATAPACKAGE Signature

Method GET_DATAPACKAGE on class CL_RSBK_CMD_X has no parameter.
Method GET_DATAPACKAGE on class CL_RSBK_CMD_X has no exception.

Method GET_DATAPACKAGE_SELECTIONS Signature

Method GET_DATAPACKAGE_SELECTIONS on class CL_RSBK_CMD_X has no parameter.
Method GET_DATAPACKAGE_SELECTIONS on class CL_RSBK_CMD_X has no exception.

Method GET_OBJ_REF_SRC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_SRC Value transfer Object reference (TYPE REF TO) IF_RSBK_SRC 20031208
# Exception Resumable Description Created on
1 CX_RS_ACCESS_ERROR 20040129

Method GET_TH_RANGE Signature

Method GET_TH_RANGE on class CL_RSBK_CMD_X has no parameter.
Method GET_TH_RANGE on class CL_RSBK_CMD_X has no exception.

Method GET_TH_REQUID_SRC Signature

Method GET_TH_REQUID_SRC on class CL_RSBK_CMD_X has no parameter.
Method GET_TH_REQUID_SRC on class CL_RSBK_CMD_X has no exception.

Method GET_WITH_PREFETCH Signature

Method GET_WITH_PREFETCH on class CL_RSBK_CMD_X has no parameter.
Method GET_WITH_PREFETCH on class CL_RSBK_CMD_X has no exception.

Method OPEN_CURSOR_FOR_TRACE_CHECK Signature

Method OPEN_CURSOR_FOR_TRACE_CHECK on class CL_RSBK_CMD_X has no parameter.
Method OPEN_CURSOR_FOR_TRACE_CHECK on class CL_RSBK_CMD_X has no exception.

Method SET_CON_FOR_TRACE_CHECK Signature

Method SET_CON_FOR_TRACE_CHECK on class CL_RSBK_CMD_X has no parameter.
Method SET_CON_FOR_TRACE_CHECK on class CL_RSBK_CMD_X has no exception.

Method SET_GROUPS_EXIST Signature

Method SET_GROUPS_EXIST on class CL_RSBK_CMD_X has no parameter.
Method SET_GROUPS_EXIST on class CL_RSBK_CMD_X has no exception.

Method SET_SEMANTIC_GROUPS Signature

Method SET_SEMANTIC_GROUPS on class CL_RSBK_CMD_X has no parameter.
Method SET_SEMANTIC_GROUPS on class CL_RSBK_CMD_X has no exception.

Method SET_TH_RANGE Signature

Method SET_TH_RANGE on class CL_RSBK_CMD_X has no parameter.
Method SET_TH_RANGE on class CL_RSBK_CMD_X has no exception.

Method SET_TH_RANGE_FROM_SELECTION Signature

Method SET_TH_RANGE_FROM_SELECTION on class CL_RSBK_CMD_X has no parameter.
Method SET_TH_RANGE_FROM_SELECTION on class CL_RSBK_CMD_X has no exception.

Method SET_TH_REQUID_SRC Signature

Method SET_TH_REQUID_SRC on class CL_RSBK_CMD_X has no parameter.
Method SET_TH_REQUID_SRC on class CL_RSBK_CMD_X has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 400