SAP ABAP Class CL_FPM_HCT_UIBB_ASSIST (Assistance class for FPM_HCT_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 20101103
Properties
Class CL_FPM_HCT_UIBB_ASSIST  
Short Description Assistance class for FPM_HCT_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_UIBB_ASSIST has no interface implemented.
Friends
Class CL_FPM_HCT_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 20100423
2 CV_UIBB_FORM Constant Public Type reference (TYPE) STRING 'F' 20100422
3 CV_UIBB_LIST Constant Public Type reference (TYPE) STRING 'L' 20100422
4 CV_UIBB_TABBED Constant Public Type reference (TYPE) STRING 'T' 20100422
5 MT_ADDED_CONFIG_IDS Instance attribute Public Type reference (TYPE) WDY_CONFIG_TABLE Table with Configurations Including Description 20090604
6 MV_MAINVIEW_COUNT Instance attribute Public Type reference (TYPE) SYINDEX Loop Index 20100423
7 MV_MAINVIEW_ID Instance attribute Private Type reference (TYPE) FPM_MAINVIEW_ID FPM: ID of the mainview 20090604
8 MV_MAINVIEW_LEAD_SEL_INDEX Instance attribute Public Type reference (TYPE) SYINDEX Loop Index 20100423
9 MV_MAINVIEW_SEQ_INDEX_LAST Instance attribute Public Type reference (TYPE) SYINDEX Loop Index 20100423
10 MV_SUBVIEW_COUNT Instance attribute Public Type reference (TYPE) SYINDEX Loop Index 20100423
11 MV_SUBVIEW_ID Instance attribute Private Type reference (TYPE) FPM_SUBVIEW_ID FPM: ID of the subview 20090604
12 MV_SUBVIEW_LEAD_SEL_INDEX Instance attribute Public Type reference (TYPE) SYINDEX Loop Index 20100423
13 MV_SUBVIEW_SEQ_INDEX_LAST Instance attribute Public Type reference (TYPE) SYINDEX Loop Index 20100423
14 MV_UIBB_COUNT Instance attribute Public Type reference (TYPE) SYINDEX Loop Index 20100423
15 MV_UIBB_LEAD_SEL_INDEX Instance attribute Public Type reference (TYPE) SYINDEX Loop Index 20100423
16 MV_UIBB_LOCATION_LAST Instance attribute Public Type reference (TYPE) FPM_LOCATION UIBB Location Index 20100423
17 MV_UIBB_SEQ_INDEX_LAST Instance attribute Public Type reference (TYPE) SYINDEX Loop Index 20100423
18 MV_VARIANT_ID Instance attribute Private Type reference (TYPE) FPM_VARIANT_ID FPM: ID of the variant 20090604
Methods
# Method Level Visibility Method type Description Created on
1 ADD_UIBB Instance method Public Method 20100423
2 CHANGE_UIBB Instance method Public Method 20090604
3 CHECK_PREP_NAVIGATION_NEEDED Instance method Public Method 20100812
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090604
5 DELETE_UIBB Instance method Public Method 20090604
6 GET_ACTUAL_UIBB_NODE Instance method Private Method 20090604
7 GET_UIBBS Instance method Public Method 20090604
8 HOLDS_UIBB_PREVIEW Instance method Public Method 20090604
9 PREPARE_PREVIEW Instance method Public Method 20090604
10 RENDER_COMPLETE_PREVIEW Instance method Public Method 20100426
11 RENDER_PREVIEW Instance method Public Method 20101103
12 SET_CONFIG_PROPERTIES Instance method Private Method 20110328
13 SET_CONTEXT_LOCAL Instance method Public Method 20110328
14 SET_UIBB_INDEXES_FOR_LAYOUT Instance method Public Method 20090604
15 SORT_CONTEXT Instance method Public Method 20110328
Events
Class CL_FPM_HCT_UIBB_ASSIST has no event.
Types
Class CL_FPM_HCT_UIBB_ASSIST has no local type.
Method Signatures

Method ADD_UIBB 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 20100423
2 Importing IV_ID Call by reference Type reference (TYPE) STRING 20100423
3 Returning RO_ADDED_UIBB Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20100423

Method ADD_UIBB on class CL_FPM_HCT_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_UIBB_ASSIST has no exception.

Method CHECK_PREP_NAVIGATION_NEEDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_PREP_NEEDED Value transfer Type reference (TYPE) ABAP_BOOL 20100812

Method CHECK_PREP_NAVIGATION_NEEDED on class CL_FPM_HCT_UIBB_ASSIST has no exception.

Method CONSTRUCTOR Signature

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

Method DELETE_UIBB Signature

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

Method DELETE_UIBB on class CL_FPM_HCT_UIBB_ASSIST has no exception.

Method GET_ACTUAL_UIBB_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_LAYOUT_TYPE Call by reference Type reference (TYPE) FPM_LAYOUT_TYPE Layout Type 20090604
2 Exporting EV_UIBB_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20090604
3 Importing IV_APPLICATION_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20090604

Method GET_ACTUAL_UIBB_NODE on class CL_FPM_HCT_UIBB_ASSIST has no exception.

Method GET_UIBBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ONLY_SELECTED_VIEW 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_UIBBS on class CL_FPM_HCT_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_UIBB_ASSIST has no exception.

Method PREPARE_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_PREVIEW on class CL_FPM_HCT_UIBB_ASSIST has no exception.

Method RENDER_COMPLETE_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 20100426
2 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20100426
3 Importing IV_IS_FIRST Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100426

Method RENDER_COMPLETE_PREVIEW on class CL_FPM_HCT_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_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20101103

Method RENDER_PREVIEW on class CL_FPM_HCT_UIBB_ASSIST has no exception.

Method SET_CONFIG_PROPERTIES Signature

Method SET_CONFIG_PROPERTIES on class CL_FPM_HCT_UIBB_ASSIST has no parameter.
Method SET_CONFIG_PROPERTIES on class CL_FPM_HCT_UIBB_ASSIST has no exception.

Method SET_CONTEXT_LOCAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20110328

Method SET_CONTEXT_LOCAL on class CL_FPM_HCT_UIBB_ASSIST has no exception.

Method SET_UIBB_INDEXES_FOR_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20090604
2 Importing IO_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20090604
3 Importing IV_LAYOUT_TYPE Call by reference Type reference (TYPE) FPM_LAYOUT_TYPE Layout Type 20090604
4 Importing IV_OLD_INDEX Call by reference Type reference (TYPE) FPM_INDEX Sequential Order of FPM UI Elements 20090604
5 Importing IV_OLD_LOCATION Call by reference Type reference (TYPE) FPM_LOCATION Index in Layoutbox where UIBB is located 20090604

Method SET_UIBB_INDEXES_FOR_LAYOUT on class CL_FPM_HCT_UIBB_ASSIST has no exception.

Method SORT_CONTEXT Signature

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