SAP ABAP Class CL_FPM_HCT_TABBED_UIBB_ASSIST (Assistance Class for FPM_HCT_TABBED_UIBB)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_HCT (Package) Harmonized Configuration Tool
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FPM_HCT_UIBB_COLLCTN_ASSIST Assistance class for all components that collect any UIBBs 20101104
Properties
Class CL_FPM_HCT_TABBED_UIBB_ASSIST  
Short Description Assistance Class for FPM_HCT_TABBED_UIBB    
Super Class CL_FPM_HCT_UIBB_COLLCTN_ASSIST Assistance class for all components that collect any UIBBs 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_HCT   Harmonized Configuration Tool 
Created 20090604   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_FPM_HCT_GUIBB_ASSIST Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_FPM_HCT_TABBED_UIBB_ASSIST has no interface implemented.
Friends
Class CL_FPM_HCT_TABBED_UIBB_ASSIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CS_ACTION Constant Public See coding 20100621
2 MC_DETAIL_CONT Static Attribute Public Type reference (TYPE) STRING 'DETAIL_CONT' 20090604
3 MO_DETAIL_TC Instance attribute Private Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER Perforce change= / 20050916-083208 20090604
4 MO_NAVIGATION Instance attribute Private Object reference (TYPE REF TO) IF_FPM_HCT_NAV_FLRPLAN Navigation for Floorplans 20100624
5 MT_MASTER_UIBB_BUTTONS Instance attribute Public Type reference (TYPE) FPM_T_UIBB_IN_ACTION_AREA FPM BADIs: Table type of all UIBB types configurable 20090604
6 MT_UIBB_BUTTONS Instance attribute Public Type reference (TYPE) FPM_T_UIBB_IN_ACTION_AREA FPM BADIs: Table type of all UIBB types configurable 20090604
7 MV_LEFT_RIGHT Static Attribute Private Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20090604
8 MV_MASTERUIBB_COUNT Instance attribute Private Type reference (TYPE) FPM_INDEX Sequential Order of FPM UI Elements 20090604
9 MV_REFRESH_PREVIEW_MASTER Instance attribute Public Type reference (TYPE) ABAP_BOOL 20090604
10 MV_REFRESH_PREVIEW_TAB Instance attribute Public Type reference (TYPE) ABAP_BOOL 20090604
11 MV_TAB_COUNT Instance attribute Private Type reference (TYPE) FPM_INDEX Sequential Order of FPM UI Elements 20090604
12 MV_UIBB_COUNT Instance attribute Private Type reference (TYPE) FPM_INDEX Sequential Order of FPM UI Elements 20090604
13 MV_USE_DD Static Attribute Private Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20090604
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MASTERUIBB Instance method Public Method 20090604
2 ADD_TAB Instance method Public Method 20090604
3 ADD_UIBB Instance method Public Method 20090604
4 CHANGE_UIBB Instance method Public Method 20090604
5 CHECK_ID Instance method Private Method 20100812
6 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090604
7 GET_MASTER_UIBBS Instance method Private Method 20090604
8 GET_TABBED_UIBBS Instance method Private Method 20090604
9 HOLDS_UIBB_PREVIEW Instance method Public Method 20090604
10 ON_ENTER_ATTRIBUTE Instance method Public Method 20090604
11 PREPARE_MASTER_PREVIEW Instance method Public Method 20090604
12 PREPARE_TABBED_PREVIEW Instance method Public Method 20090604
13 RENDER_MASTER_PREVIEW Instance method Public Method 20100623
14 RENDER_PREVIEW Instance method Public Method 20090604
15 RENDER_TAB_PREVIEW Instance method Public Method 20100623
16 SET_CONFIG_PROPERTIES Instance method Private Method 20090604
Events
Class CL_FPM_HCT_TABBED_UIBB_ASSIST has no event.
Types
Class CL_FPM_HCT_TABBED_UIBB_ASSIST has no local type.
Method Signatures

Method ADD_MASTERUIBB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_ADDED_MUIBB Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20100622
2 Importing IV_ID Call by reference Type reference (TYPE) STRING 20100622

Method ADD_MASTERUIBB on class CL_FPM_HCT_TABBED_UIBB_ASSIST has no exception.

Method ADD_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_ADDED_TAB Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20100622

Method ADD_TAB on class CL_FPM_HCT_TABBED_UIBB_ASSIST has no exception.

Method ADD_UIBB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_ADDED_UIBB Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20100622
2 Importing IV_ID Call by reference Type reference (TYPE) STRING 20100622

Method ADD_UIBB on class CL_FPM_HCT_TABBED_UIBB_ASSIST has no exception.

Method CHANGE_UIBB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CHANGE_PREVIEW Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20100812

Method CHANGE_UIBB on class CL_FPM_HCT_TABBED_UIBB_ASSIST has no exception.

Method CHECK_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ID_NEW Call by reference Type reference (TYPE) STRING 20100812
2 Importing IT_ELEMENT Call by reference Type reference (TYPE) WDR_CONTEXT_ELEMENT_SET Web Dynpro: Number of Context Node Elements 20100812
3 Importing IV_ID Call by reference Type reference (TYPE) STRING 20100812
4 Importing IV_INDEX_OF_ELEMENT Call by reference Type reference (TYPE) I '-1' 20100812
5 Importing IV_NODE_NAME Call by reference Type reference (TYPE) STRING 20100812

Method CHECK_ID on class CL_FPM_HCT_TABBED_UIBB_ASSIST has no exception.

Method CONSTRUCTOR Signature

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

Method GET_MASTER_UIBBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_UIBBS Value transfer Type reference (TYPE) FPM_T_UIBB_KEY Table type of UIBB keys 20090604

Method GET_MASTER_UIBBS on class CL_FPM_HCT_TABBED_UIBB_ASSIST has no exception.

Method GET_TABBED_UIBBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ONLY_SELECTED_TAB Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20090604
2 Returning RT_UIBBS Value transfer Type reference (TYPE) FPM_T_UIBB_KEY Table type of UIBB keys 20090604

Method GET_TABBED_UIBBS on class CL_FPM_HCT_TABBED_UIBB_ASSIST has no exception.

Method HOLDS_UIBB_PREVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_UIBB_PREVIEW Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20090604

Method HOLDS_UIBB_PREVIEW on class CL_FPM_HCT_TABBED_UIBB_ASSIST has no exception.

Method ON_ENTER_ATTRIBUTE Signature

Method ON_ENTER_ATTRIBUTE on class CL_FPM_HCT_TABBED_UIBB_ASSIST has no parameter.
Method ON_ENTER_ATTRIBUTE on class CL_FPM_HCT_TABBED_UIBB_ASSIST has no exception.

Method PREPARE_MASTER_PREVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VIEW_CONTROLLER_API Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20090604

Method PREPARE_MASTER_PREVIEW on class CL_FPM_HCT_TABBED_UIBB_ASSIST has no exception.

Method PREPARE_TABBED_PREVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VIEW_CONTROLLER_API Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20090604

Method PREPARE_TABBED_PREVIEW on class CL_FPM_HCT_TABBED_UIBB_ASSIST has no exception.

Method RENDER_MASTER_PREVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20100623
2 Importing IV_IS_FIRST Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100623

Method RENDER_MASTER_PREVIEW on class CL_FPM_HCT_TABBED_UIBB_ASSIST has no exception.

Method RENDER_PREVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DATA_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20090604
2 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20090604

Method RENDER_PREVIEW on class CL_FPM_HCT_TABBED_UIBB_ASSIST has no exception.

Method RENDER_TAB_PREVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100623
2 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20100623
3 Importing IV_IS_FIRST Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100623

Method RENDER_TAB_PREVIEW on class CL_FPM_HCT_TABBED_UIBB_ASSIST has no exception.

Method SET_CONFIG_PROPERTIES Signature

Method SET_CONFIG_PROPERTIES on class CL_FPM_HCT_TABBED_UIBB_ASSIST has no parameter.
Method SET_CONFIG_PROPERTIES on class CL_FPM_HCT_TABBED_UIBB_ASSIST has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 730