SAP ABAP Class CL_UG_WB_NAV_IN_CONTAINER_BAR (SEM: Navigation Trees in Container Bar)
Hierarchy
FINBASIS (Software Component) Fin. Basis
   FIN-FB (Application Component) Financials Basis
     UGWB (Package) FI General: Workbench
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UG_WB_COMMUNICATION Workbench: Events and Methods for Communication with the WB 20010627
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UG_WB_CUST_CTRL Internal View of GUI Object 20010618
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UG_WB_TOOLBAR_CALLBACK FIN Workbench: Callback for Toolbar 20020728
Properties
Class CL_UG_WB_NAV_IN_CONTAINER_BAR  
Short Description SEM: Navigation Trees in Container Bar    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UGWB   FI General: Workbench 
Created 20010618   SAP 
Last change 20041006   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_UC_HIERARCHY_TREE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_UG_WB_COMMUNICATION Workbench: Events and Methods for Communication with the WB 20010627
2 IF_UG_WB_CUST_CTRL Internal View of GUI Object 20010618
3 IF_UG_WB_TOOLBAR_CALLBACK FIN Workbench: Callback for Toolbar 20020728
Friends
Class CL_UG_WB_NAV_IN_CONTAINER_BAR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DF_CHANGED Instance attribute Private Type reference (TYPE) UG_FLG FIN Master Data: General Indicator 20011002
2 DO_CONTAINER_BAR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER_BAR_XT Vertical Tabstrip for Controls 20010626
3 DT_ALL_CTRL Instance attribute Private See coding 20010626
4 DT_AVAILABLE_CTRL Instance attribute Private Type reference (TYPE) T_AVAILABLE_CTRL 20010626
5 DT_CAPTION Instance attribute Private See coding 20020716
6 DT_DATA Instance attribute Private Type reference (TYPE) T_DATA 20010626
7 D_ACTIVE_ID Instance attribute Private Type reference (TYPE) I 20020716
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20011002
2 GET_CONTROL_TO_DATA Instance method Private Method Get GUI for DATA Instance 20010626
3 HANDLE_CLICKED Instance method Private Event handling method 20020716
Events
Class CL_UG_WB_NAV_IN_CONTAINER_BAR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_AVAILABLE_CTRL Private See coding 20010626 BEGIN OF s_available_ctrl, classname TYPE classname, o_ctrl TYPE REF TO if_ug_wb_cust_ctrl, END OF s_available_ctrl
2 S_DATA Private See coding 20010626 BEGIN OF s_data, o_data TYPE REF TO if_uc_cust_data, f_display_only type ug_flg, o_gui TYPE REF TO if_ug_wb_cust_ctrl, END OF s_data
3 T_AVAILABLE_CTRL Private See coding 20010626 t_available_ctrl TYPE SORTED TABLE OF s_available_ctrl WITH NON-UNIQUE KEY classname
4 T_DATA Private See coding 20010626 t_data TYPE STANDARD TABLE OF s_data WITH NON-UNIQUE DEFAULT KEY
Method Signatures

Method CONSTRUCTOR Signature

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

Method GET_CONTROL_TO_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EO_CTRL Value transfer Object reference (TYPE REF TO) IF_UG_WB_CUST_CTRL Interne Sicht auf das GUI-Objekt 20010626
2 Importing IO_DATA Call by reference Object reference (TYPE REF TO) IF_UC_CUST_DATA Interne Sicht auf Customizing-Daten 20010626
# Exception Resumable Description Created on
1 OUT_OF_RESOURCES 20010626

Method HANDLE_CLICKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Value transfer Attribute reference (LIKE) 20020716

Method HANDLE_CLICKED on class CL_UG_WB_NAV_IN_CONTAINER_BAR has no exception.
History
Last changed by/on SAP  20041006 
SAP Release Created in 3.1A