SAP ABAP Class CL_CNV_TDMS_SCRAM_UI_SATBAR (Sub area toolbar)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_MBT_SCRAMBLE (Package) Components of Scrambling platform
Properties
Class CL_CNV_TDMS_SCRAM_UI_SATBAR  
Short Description Sub area toolbar    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_MBT_SCRAMBLE   Components of Scrambling platform 
Created 20080410   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CNTL Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CNV_TDMS_SCRAM_UI_SATBAR has no interface implemented.
Friends
Class CL_CNV_TDMS_SCRAM_UI_SATBAR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AVOID_DISABLE_TAB Instance attribute Private Type reference (TYPE) UI_FUNCTIONS Storage of function codes which shall always be active 20080718
2 BUTTONS Instance attribute Private Type reference (TYPE) TTB_BUTTON Toolbar Buttons 20080411
3 BUTTON_LIST Instance attribute Protected Type reference (TYPE) TTB_BUTTON Buton List 20080516
4 C_TB_CS11 Constant Public Type reference (TYPE) CHAR30 'C11A' Condition Set tool Row1 Cl1 20080420
5 C_TB_CS12 Constant Public Type reference (TYPE) CHAR30 'C12A' Condition Set tool Row1 Cl2 20080420
6 C_TB_CS1A Constant Public Type reference (TYPE) CHAR30 'C11B' Condition Set tool Row1 Cl1 20080422
7 C_TB_CS1B Constant Public Type reference (TYPE) CHAR30 'C11C' Condition Set tool Row1 Cl1 20080422
8 C_TB_CS21 Constant Public Type reference (TYPE) CHAR30 'C21A' Condition Set tool Row2 Cl1 20080420
9 C_TB_CS22 Constant Public Type reference (TYPE) CHAR30 'C22A' Condition Set tool Row2 Cl2 20080420
10 C_TB_FS12 Constant Public Type reference (TYPE) CHAR30 'F12A' Field Set tool Row1 Cl2 20080423
11 C_TB_FS13 Constant Public Type reference (TYPE) CHAR30 'F13A' Field Set tool Row1 Cl3 20080423
12 C_TB_FS1A Constant Public Type reference (TYPE) CHAR30 'F11A' Field Set tool Row1 Cl1 20080428
13 C_TB_FS1B Constant Public Type reference (TYPE) CHAR30 'F11B' Field Set tool Row1 Cl1 20080428
14 C_TB_FS1C Constant Public Type reference (TYPE) CHAR30 'F11C' Field Set tool Row1 Cl1 20080428
15 C_TB_FS1D Constant Public Type reference (TYPE) CHAR30 'F11D' Field Set tool Row1 Cl1 20080502
16 C_TB_FS21 Constant Public Type reference (TYPE) CHAR30 'F21A' Field Set tool Row2 Cl1 20080423
17 C_TB_FS22 Constant Public Type reference (TYPE) CHAR30 'F22A' Field Set tool Row2 Cl2 20080423
18 C_TB_FS23 Constant Public Type reference (TYPE) CHAR30 'F23A' Field Set tool Row2 Cl3 20080423
19 C_TB_SC11 Constant Public Type reference (TYPE) CHAR30 'S11A' Scramble Set tool Row1 Cl1 20080423
20 C_TB_SC12 Constant Public Type reference (TYPE) CHAR30 'S12A' Scramble Set tool Row1 Cl2 20080423
21 C_TB_SC13 Constant Public Type reference (TYPE) CHAR30 'S13A' Scramble Set tool Row1 Cl3 20080423
22 C_TB_SC1A Constant Public Type reference (TYPE) CHAR30 'S1AA' Scramble Set tool Row1 Cl1 20080423
23 C_TB_SC1B Constant Public Type reference (TYPE) CHAR30 'S1BA' Scramble Set tool Row1 Cl1 20080423
24 C_TB_SC1C Constant Public Type reference (TYPE) CHAR30 'S1CA' Scramble Set tool Row1 Cl1 20080423
25 C_TB_SC21 Constant Public Type reference (TYPE) CHAR30 'S21A' Scramble Set tool Row2 Cl1 20080423
26 C_TB_SC21A Constant Public Type reference (TYPE) CHAR30 'S2AB' Scramble Set tool Row2 Cl1 20080428
27 C_TB_SC22 Constant Public Type reference (TYPE) CHAR30 'S22A' Scramble Set tool Row2 Cl2 20080423
28 C_TB_SC22B Constant Public Type reference (TYPE) CHAR30 'S22B' Scramble Set tool Row2 Cl2 20080605
29 C_TB_SC23 Constant Public Type reference (TYPE) CHAR30 'S23A' Scramble Set tool Row2 Cl3 20080423
30 EVENTS Instance attribute Private Type reference (TYPE) CNTL_SIMPLE_EVENTS Events 20080411
31 MENU Instance attribute Private Type reference (TYPE) TTB_BTNMNU Assignment of Toolbar Button to Context Menu 20080411
Methods
# Method Level Visibility Method type Description Created on
1 ADD_BUTTON_GRP Instance method Private Method Add Button Group 20080411
2 BUILD_TOOLBAR Instance method Private Method Build Toolbar 20080411
3 BUTTON_STATE Instance method Public Method Button State 20080516
4 CONSTRUCTOR Instance method Public Constructor Constructor 20080508
5 GET_BUTTON_DATA Instance method Private Method Get the List of buttons 20080516
6 SET_TOOLBAR Instance method Public Method Toolbar 20080522
7 TOOLBAR Instance method Public Method Toolbar reference 20080411
Events
Class CL_CNV_TDMS_SCRAM_UI_SATBAR has no event.
Types
Class CL_CNV_TDMS_SCRAM_UI_SATBAR has no local type.
Method Signatures

Method ADD_BUTTON_GRP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BTN_DATA Call by reference Type reference (TYPE) TTB_BUTTON Toolbar Buttons 20080411
2 Importing IT_BTN_EVENTS Call by reference Type reference (TYPE) CNTL_SIMPLE_EVENTS Events 20080411
3 Importing IT_BTN_MENU Call by reference Type reference (TYPE) TTB_BTNMNU Assignment of Toolbar Button to Context Menu 20080411
4 Importing IV_REF_GLOBAL Call by reference Object reference (TYPE REF TO) CL_CNV_TDMS_SCRAM_UI_GCONT Global Container 20080508
5 Importing IV_REF_TOOL Call by reference Object reference (TYPE REF TO) CL_GUI_TOOLBAR Toolbar Control 20080508
# Exception Resumable Description Created on
1 CNTL_ERROR Error calling a method of the tool bar 20080411

Method BUILD_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BTN_DATA Call by reference Type reference (TYPE) TTB_BUTTON Toolbar Buttons 20080411
2 Exporting ET_BTN_EVENTS Call by reference Type reference (TYPE) CNTL_SIMPLE_EVENTS Events 20080411
3 Exporting ET_BTN_MENU Call by reference Type reference (TYPE) TTB_BTNMNU Assignment of Toolbar Button to Context Menu 20080411
4 Importing IV_AREA Call by reference Type reference (TYPE) CHAR30 Not More Closely Defined Area, Possibly Used for Patchlevels 20080508

Method BUILD_TOOLBAR on class CL_CNV_TDMS_SCRAM_UI_SATBAR has no exception.

Method BUTTON_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHECKED Call by reference Type reference (TYPE) C ' ' Pressed or Released 20080516
2 Importing IV_ENABLED Call by reference Type reference (TYPE) C 'X' Enabled or Disabled 20080516
3 Importing IV_FCODE Call by reference Type reference (TYPE) UI_FUNC Function Code Associated with the Button 20080516
4 Importing IV_REF_TOOL Call by reference Object reference (TYPE REF TO) CL_GUI_TOOLBAR Toolbar Control 20080516

Method BUTTON_STATE on class CL_CNV_TDMS_SCRAM_UI_SATBAR has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_CNV_TDMS_SCRAM_UI_SATBAR has no parameter.
Method CONSTRUCTOR on class CL_CNV_TDMS_SCRAM_UI_SATBAR has no exception.

Method GET_BUTTON_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BTN_DATA Call by reference Type reference (TYPE) TTB_BUTTON Toolbar Buttons 20080516

Method GET_BUTTON_DATA on class CL_CNV_TDMS_SCRAM_UI_SATBAR has no exception.

Method SET_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_REF_TOOL Call by reference Object reference (TYPE REF TO) CL_GUI_TOOLBAR Toolbar Control 20080522
2 Importing IV_AREA Call by reference Type reference (TYPE) CHAR30 Not More Closely Defined Area, Possibly Used for Patchlevels 20080522
3 Importing IV_GRF_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20080522
4 Importing IV_REF_GLOBAL Call by reference Object reference (TYPE REF TO) CL_CNV_TDMS_SCRAM_UI_GCONT Global Container 20080522
5 Importing IV_REF_TOOL Call by reference Object reference (TYPE REF TO) CL_GUI_TOOLBAR Toolbar Control 20080522

Method SET_TOOLBAR on class CL_CNV_TDMS_SCRAM_UI_SATBAR has no exception.

Method TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_REF_TOOL Call by reference Object reference (TYPE REF TO) CL_GUI_TOOLBAR Toolbar Control 20080508
2 Importing IV_GRF_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20080508
# Exception Resumable Description Created on
1 CNTL_ERROR Error calling a method of the tree control 20080411
History
Last changed by/on SAP  20141030 
SAP Release Created in 2006_1_46C