SAP ABAP Class CL_SBTI_UI_FUNCTIONS_SET (UI Selection Criteria: ALV Toolbar - General)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-BTC (Application Component) Background Processing
     SBTI (Package) User Interface and Job-API of Background Processing
Properties
Class CL_SBTI_UI_FUNCTIONS_SET  
Short Description UI Selection Criteria: ALV Toolbar - General    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBTI   User Interface and Job-API of Background Processing 
Created 20050907   SAP 
Last change 20070911   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SBTI_UI_FUNCTIONS_SET has no forward declaration.
Interfaces
Class CL_SBTI_UI_FUNCTIONS_SET has no interface implemented.
Friends
Class CL_SBTI_UI_FUNCTIONS_SET has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CURRENT_RANK Instance attribute Private Type reference (TYPE) I 20050907
2 C_SEPARATOR Constant Private Type reference (TYPE) TB_BTYPE 3 Toolbar button type 20050907
3 ENABLED Instance attribute Private Type reference (TYPE) BOOLEAN 20050907
4 FLAG_REFRESH Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=true, -=false, space=unknown) 20050913
5 R_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20050907
6 T_FUNCTIONS Instance attribute Private Type reference (TYPE) TY_TAB_FUNCTION 20050907
Methods
# Method Level Visibility Method type Description Created on
1 DISABLE Instance method Public Method DISABLE 20050907
2 ENABLE Instance method Public Method ENABLE 20050907
3 FUNCTIONS_GET Instance method Public Method 20050907
4 FUNCTION_ADD Instance method Public Method 20050907
5 FUNCTION_DISABLE Instance method Public Method 20050907
6 FUNCTION_ENABLE Instance method Public Method 20050907
7 REFRESH Instance method Public Method 20050913
Events
# Event Type Visibility Description Created on
1 REFRESH_FUNCTIONS Instance Event
(0)
Public
(2)
20050913
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_FUNCTION Public See coding 20050907 BEGIN OF ty_function, rank TYPE i, fcode TYPE ui_func, group TYPE text40, function TYPE stb_button, END OF ty_function
2 TY_TAB_FUNCTION Public See coding 20050907 ty_tab_function TYPE SORTED TABLE OF ty_function WITH UNIQUE KEY rank group fcode
Method Signatures

Method DISABLE Signature

Method DISABLE on class CL_SBTI_UI_FUNCTIONS_SET has no parameter.
Method DISABLE on class CL_SBTI_UI_FUNCTIONS_SET has no exception.

Method ENABLE Signature

Method ENABLE on class CL_SBTI_UI_FUNCTIONS_SET has no parameter.
Method ENABLE on class CL_SBTI_UI_FUNCTIONS_SET has no exception.

Method FUNCTIONS_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_BUTTONS Value transfer Type reference (TYPE) TTB_BUTTON Toolbarbuttons 20050907

Method FUNCTIONS_GET on class CL_SBTI_UI_FUNCTIONS_SET has no exception.

Method FUNCTION_ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BUTN_TYPE Call by reference Type reference (TYPE) TB_BTYPE 20050907
2 Importing I_DISABLED Call by reference Type reference (TYPE) BOOLEAN 20050907
3 Importing I_FUNCTION Call by reference Type reference (TYPE) UI_FUNC 20050907
4 Importing I_GROUP Call by reference Type reference (TYPE) ANY 20050907
5 Importing I_ICON Call by reference Type reference (TYPE) ICON_D 20050907
6 Importing I_QUICKINFO Call by reference Type reference (TYPE) ANY 20050907
7 Importing I_TEXT Call by reference Type reference (TYPE) ANY 20050907

Method FUNCTION_ADD on class CL_SBTI_UI_FUNCTIONS_SET has no exception.

Method FUNCTION_DISABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FCODE Call by reference Type reference (TYPE) UI_FUNC 20050907

Method FUNCTION_DISABLE on class CL_SBTI_UI_FUNCTIONS_SET has no exception.

Method FUNCTION_ENABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FCODE Call by reference Type reference (TYPE) UI_FUNC 20050907

Method FUNCTION_ENABLE on class CL_SBTI_UI_FUNCTIONS_SET has no exception.

Method REFRESH Signature

Method REFRESH on class CL_SBTI_UI_FUNCTIONS_SET has no parameter.
Method REFRESH on class CL_SBTI_UI_FUNCTIONS_SET has no exception.
Event Signatures

Event REFRESH_FUNCTIONS Signature
Event REFRESH_FUNCTIONS on class CL_SBTI_UI_FUNCTIONS_SET has no parameter.
History
Last changed by/on SAP  20070911 
SAP Release Created in 710