SAP ABAP Class CL_RSBK_DTP_206_B2 (DTP Request GUI: Execute Tab)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSBK (Package) Data Transfer Process: Kernel Objects
Properties
Class CL_RSBK_DTP_206_B2  
Short Description DTP Request GUI: Execute Tab    
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 20040302   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RSBC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSBK_DTP_206_B2 has no interface implemented.
Friends
Class CL_RSBK_DTP_206_B2 has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_COLUMN_BP_ACTIVE Constant Private Type reference (TYPE) TV_ITMNAME 'BP_ACTIVE' 20040413
2 C_COLUMN_SELECTION_BUTTON Constant Private Type reference (TYPE) TV_ITMNAME 'SEL_BUTTON' 20040413
3 C_COLUMN_SELECTION_TEXT Constant Private Type reference (TYPE) TV_ITMNAME 'SEL_TEXT' 20040413
4 C_COLUMN_TEXT Constant Private Type reference (TYPE) TV_ITMNAME 'COLUMN_TEXT' 20040413
5 C_DPSHOW Constant Private Type reference (TYPE) I 10 20040413
6 N_DEBUGFLAG Instance attribute Public Type reference (TYPE) RSBKDEBUGFLAG 20040413
7 N_MODE Instance attribute Public Type reference (TYPE) RSBKMODE 20040413
8 P_R_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20040413
9 P_R_DTP Instance attribute Private Object reference (TYPE REF TO) CL_RSBK_DTP Data Transfer Process: Public Interface 20040421
10 P_R_TPL Instance attribute Private Object reference (TYPE REF TO) IF_RSBK_DEBUG Interface: DTP Command Templates 20040413
11 P_R_TREE Instance attribute Private Object reference (TYPE REF TO) CL_GUI_COLUMN_TREE 20040413
12 P_S_ROOT Instance attribute Private Type reference (TYPE) S_ROOT 20040413
13 P_TH_BP_INT Instance attribute Private Type reference (TYPE) CL_RSBK_DTP_206_B2=>TH_BP_INT 20040413
14 P_TOP_NODE Instance attribute Private Type reference (TYPE) TV_NODEKEY 20040413
15 P_TPL_EXPANDED Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20040413
16 P_T_CMDPROP Static Attribute Private Type reference (TYPE) RSBK_T_CMDPROP 20040413
17 P_T_ITEM Instance attribute Private Type reference (TYPE) RSBK_T_BREAKPOINT 20040413
18 P_T_NODE Instance attribute Private Type reference (TYPE) TREEV_NTAB 20040413
Methods
# Method Level Visibility Method type Description Created on
1 ADD_NODE_TPL Instance method Private Method 20040413
2 CLASS_CONSTRUCTOR Static method Public Constructor 20040413
3 CONSTRUCTOR Instance method Public Constructor 20040413
4 FREE Instance method Public Method 20040413
5 FREE_TREE Instance method Private Method 20040413
6 FREE_VIEWER Instance method Private Method 20040413
7 HANDLE_BUTTON_CLICK Instance method Private Event handling method 20040413
8 HANDLE_CHECKBOX_CHANGE Instance method Private Event handling method 20040413
9 INIT_TREE Instance method Private Method 20040413
10 ON_BREAKPOINT_CHANGED Instance method Public Event handling method 20040413
11 ON_TPL_CHANGED Instance method Public Event handling method 20040413
12 RAISE_SY_ERROR Instance method Private Method 20040413
13 REGISTER_EVENTS_TPL Instance method Public Method 20040413
14 REGISTER_EVENTS_TREE Instance method Public Method 20040413
15 SET_MODE Instance method Public Method 20040413
16 SET_SCREEN Instance method Public Method 20040413
17 SYNCHRONIZE_VIEWER Instance method Public Method 20040413
Events
Class CL_RSBK_DTP_206_B2 has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_BP_INT Private See coding 20040413 begin of s_bp_int, r_tpl type ref to if_rsbk_debug, bpid type rsbkbpid, node_key type tv_nodekey, dpshow type sytabix, expanded(1), end of s_bp_int
2 S_ROOT Private See coding 20040413 begin of s_root, expanded(1), node_key type tv_nodekey, end of s_root
3 S_TPL_INT Private See coding 20040413 begin of s_tpl_int, r_tpl type ref to if_rsbk_debug, node_key type tv_nodekey, expanded(1), end of s_tpl_int
4 TH_BP_INT Private See coding 20040413 th_bp_int type hashed table of s_bp_int with unique key r_tpl bpid
5 TH_TPL_INT Private See coding 20040413 th_tpl_int type hashed table of s_tpl_int with unique key r_tpl
Method Signatures

Method ADD_NODE_TPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ACTUAL_NODE Call by reference Type reference (TYPE) TV_NODEKEY 20040413

Method ADD_NODE_TPL on class CL_RSBK_DTP_206_B2 has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSBK_DTP_206_B2 has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSBK_DTP_206_B2 has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20040413
2 Importing I_R_TPL Call by reference Object reference (TYPE REF TO) IF_RSBK_DEBUG Interface: DTP debugfähige Command templates 20040413
# Exception Resumable Description Created on
1 CX_RS_ACCESS_ERROR 20040413
2 CX_RS_ERROR_WITH_MESSAGE 20040413

Method FREE Signature

Method FREE on class CL_RSBK_DTP_206_B2 has no parameter.
Method FREE on class CL_RSBK_DTP_206_B2 has no exception.

Method FREE_TREE Signature

Method FREE_TREE on class CL_RSBK_DTP_206_B2 has no parameter.
Method FREE_TREE on class CL_RSBK_DTP_206_B2 has no exception.

Method FREE_VIEWER Signature

Method FREE_VIEWER on class CL_RSBK_DTP_206_B2 has no parameter.
Method FREE_VIEWER on class CL_RSBK_DTP_206_B2 has no exception.

Method HANDLE_BUTTON_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Value transfer Attribute reference (LIKE) 20040413
2 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20040413

Method HANDLE_BUTTON_CLICK on class CL_RSBK_DTP_206_B2 has no exception.

Method HANDLE_CHECKBOX_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECKED Value transfer Attribute reference (LIKE) 20040413
2 Importing ITEM_NAME Value transfer Attribute reference (LIKE) 20040413
3 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20040413

Method HANDLE_CHECKBOX_CHANGE on class CL_RSBK_DTP_206_B2 has no exception.

Method INIT_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20040413
# Exception Resumable Description Created on
1 CX_RS_ACCESS_ERROR 20040413
2 CX_RS_ERROR_WITH_MESSAGE 20040413

Method ON_BREAKPOINT_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BPID Value transfer Attribute reference (LIKE) 20040413
2 Importing I_R_TPL Value transfer Attribute reference (LIKE) 20040413
3 Importing I_TH_DATAPAKID Value transfer Attribute reference (LIKE) 20040413

Method ON_BREAKPOINT_CHANGED on class CL_RSBK_DTP_206_B2 has no exception.

Method ON_TPL_CHANGED Signature

Method ON_TPL_CHANGED on class CL_RSBK_DTP_206_B2 has no parameter.
Method ON_TPL_CHANGED on class CL_RSBK_DTP_206_B2 has no exception.

Method RAISE_SY_ERROR Signature

Method RAISE_SY_ERROR on class CL_RSBK_DTP_206_B2 has no parameter.
# Exception Resumable Description Created on
1 CX_RS_ERROR_WITH_MESSAGE 20040413

Method REGISTER_EVENTS_TPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTIVATION Call by reference Type reference (TYPE) CHAR1 RS_C_TRUE 20040413

Method REGISTER_EVENTS_TPL on class CL_RSBK_DTP_206_B2 has no exception.

Method REGISTER_EVENTS_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTIVATION Call by reference Type reference (TYPE) CHAR1 RS_C_TRUE 20040413

Method REGISTER_EVENTS_TREE on class CL_RSBK_DTP_206_B2 has no exception.

Method SET_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODE Call by reference Type reference (TYPE) RSBKMODE 20040413

Method SET_MODE on class CL_RSBK_DTP_206_B2 has no exception.

Method SET_SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ACTIVE Call by reference Type reference (TYPE) CHAR1 20040413
2 Exporting E_INPUT Call by reference Type reference (TYPE) CHAR1 20040413
3 Importing I_GROUP1 Call by reference Type reference (TYPE) CHAR3 20040413
4 Importing I_GROUP2 Call by reference Type reference (TYPE) CHAR3 20040413
5 Importing I_GROUP3 Call by reference Type reference (TYPE) CHAR3 20040413
6 Importing I_GROUP4 Call by reference Type reference (TYPE) CHAR3 20040413
# Exception Resumable Description Created on
1 CX_RS_ACCESS_ERROR 20040413

Method SYNCHRONIZE_VIEWER Signature

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