SAP ABAP Class /PLMB/CL_SPI_MB_CONTROLLER (Controller Class of Metadata Browser)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-SPI (Application Component) Service Provider Infrastructure
     /PLMB/BA_SPI_TOOLS (Package) Service Provider Infrastructure Tools
Properties
Class /PLMB/CL_SPI_MB_CONTROLLER  
Short Description Controller Class of Metadata Browser    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /PLMB/BA_SPI_TOOLS   Service Provider Infrastructure Tools 
Created 20100525   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /PLMB/CL_SPI_MB_METADATA_TREE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class /PLMB/CL_SPI_MB_CONTROLLER has no interface implemented.
Friends
Class /PLMB/CL_SPI_MB_CONTROLLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_VIEW_CHECK Constant Public Type reference (TYPE) CHAR30 'NAV_CHECK' 30 Characters 20100721
2 GC_VIEW_DETAIL Constant Public Type reference (TYPE) CHAR30 'NAV_DETAIL' 30 Characters 20100721
3 MO_DETAIL_ALV Instance attribute Private Object reference (TYPE REF TO) /PLMB/CL_SPI_MB_DETAIL_ALV Build up Detail Area with Metadata attributes 20100528
4 MO_METADATA_CHECK Instance attribute Private Object reference (TYPE REF TO) /PLMB/CL_SPI_MB_METADATA_CHECK Check metadata attributes 20100623
5 MO_METADATA_TREE Instance attribute Private Object reference (TYPE REF TO) /PLMB/CL_SPI_MB_METADATA_TREE Responsible for Tree with Metadata Structure 20100611
6 MO_RESULT_TREE Instance attribute Private Object reference (TYPE REF TO) /PLMB/CL_SPI_MB_RESULT_TREE Result tree of metadata checks ( Metadata Inspector) 20100621
7 MO_TOOLBAR Instance attribute Private Object reference (TYPE REF TO) /PLMB/CL_SPI_MB_TOOLBAR Toolbar for Metadata Browser 20100602
8 MO_TREE_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20100528
9 MT_CURRENT_CONTAINER Instance attribute Private See coding 20100609
10 MV_CURRENT_VIEW Instance attribute Private Type reference (TYPE) CHAR30 'NAV_DETAIL' Attribute to identify current view 20100609
11 MV_ERRORS_NOCHECK Instance attribute Private Type reference (TYPE) CHAR1 Errors or warnings available and user didin't look at them 20100722
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_UP_DETAIL_AREA Instance method Public Method Build up detail area with splitter container 20100608
2 BUILD_UP_METADATA_INSPECTOR Instance method Public Method Build up metadata inspector with splitter container 20100609
3 BUILD_UP_METADATA_TREE Instance method Public Method Build up a tree based on the metadata structure 20100525
4 CHECK_ERRORS_NOCHECK Instance method Public Method Check if errors or warnings were watched by user 20100722
5 CHECK_METADATA Instance method Public Method Checks metadata attributes 20100630
6 CLEAR_ALL Instance method Public Method Clear all 20100602
7 CLEAR_RESULT_TREE Instance method Public Method Clear result tree 20100706
8 CONSTRUCTOR Instance method Public Constructor Constructor 20100525
9 DISPLAY_ATTRIBUTES Instance method Public Method Displays the attributes of node metadata 20100602
10 DISPLAY_MULTI_SELECTION_POPUP Instance method Public Method Displays a popup to maintain multiple ABBIDs for selection 20100526
11 GET_CURRENT_VIEW Instance method Public Method Gets the attribute to the current view 20100610
12 GET_ERRORS_NOCHECK Instance method Public Method Get attribute mv_errors_nocheck 20100722
13 GET_SUBTREE_OF_SELNODE Instance method Public Method Gets subtree of selected node 20100614
14 SET_CURRENT_VIEW Instance method Public Method Sets the attribute to the current view 20100609
15 SET_ERRORS_NOCHECK Instance method Public Method Set attribute mv_errors_nocheck 20100722
Events
Class /PLMB/CL_SPI_MB_CONTROLLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_CONTAINER_LIST Private See coding 20100609 BEGIN OF s_container_list, container TYPE REF TO cl_gui_splitter_container, END OF s_container_list
Method Signatures

Method BUILD_UP_DETAIL_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DETAIL_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20100608

Method BUILD_UP_DETAIL_AREA on class /PLMB/CL_SPI_MB_CONTROLLER has no exception.

Method BUILD_UP_METADATA_INSPECTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CHECK_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20100609

Method BUILD_UP_METADATA_INSPECTOR on class /PLMB/CL_SPI_MB_CONTROLLER has no exception.

Method BUILD_UP_METADATA_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ABBID Call by reference Type reference (TYPE) /PLMB/T_SPI_ABB PLM Application Building Block 20100525

Method BUILD_UP_METADATA_TREE on class /PLMB/CL_SPI_MB_CONTROLLER has no exception.

Method CHECK_ERRORS_NOCHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_LEAVE Value transfer Type reference (TYPE) CHAR1 Still leave programm 20100722

Method CHECK_ERRORS_NOCHECK on class /PLMB/CL_SPI_MB_CONTROLLER has no exception.

Method CHECK_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ABBID Call by reference Type reference (TYPE) /PLMB/T_SPI_ABB PLM Application Building Block 20100630

Method CHECK_METADATA on class /PLMB/CL_SPI_MB_CONTROLLER has no exception.

Method CLEAR_ALL Signature

Method CLEAR_ALL on class /PLMB/CL_SPI_MB_CONTROLLER has no parameter.
Method CLEAR_ALL on class /PLMB/CL_SPI_MB_CONTROLLER has no exception.

Method CLEAR_RESULT_TREE Signature

Method CLEAR_RESULT_TREE on class /PLMB/CL_SPI_MB_CONTROLLER has no parameter.
Method CLEAR_RESULT_TREE on class /PLMB/CL_SPI_MB_CONTROLLER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MAIN_CONTAINER_NAME Call by reference Type reference (TYPE) STRING Name of main Custom Container 20100602
2 Importing IV_TOOLBAR_CONTAINER_NAME Call by reference Type reference (TYPE) STRING Name of Toolbar Container 20100602

Method CONSTRUCTOR on class /PLMB/CL_SPI_MB_CONTROLLER has no exception.

Method DISPLAY_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NODES Call by reference Type reference (TYPE) /PLMB/CL_SPI_MB_METADATA_TREE=>T_SEL_NODES 20100614

Method DISPLAY_ATTRIBUTES on class /PLMB/CL_SPI_MB_CONTROLLER has no exception.

Method DISPLAY_MULTI_SELECTION_POPUP Signature

Method DISPLAY_MULTI_SELECTION_POPUP on class /PLMB/CL_SPI_MB_CONTROLLER has no parameter.
Method DISPLAY_MULTI_SELECTION_POPUP on class /PLMB/CL_SPI_MB_CONTROLLER has no exception.

Method GET_CURRENT_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CURRENT_VIEW Call by reference Type reference (TYPE) CHAR30 Current view 20100610

Method GET_CURRENT_VIEW on class /PLMB/CL_SPI_MB_CONTROLLER has no exception.

Method GET_ERRORS_NOCHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ERRORS_NOCHECK Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20100722

Method GET_ERRORS_NOCHECK on class /PLMB/CL_SPI_MB_CONTROLLER has no exception.

Method GET_SUBTREE_OF_SELNODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SUBTREE Call by reference Type reference (TYPE) /PLMB/CL_SPI_MB_METADATA_TREE=>T_SEL_NODES 20100614
2 Importing IS_SEL_NODE Call by reference Type reference (TYPE) /PLMB/CL_SPI_MB_METADATA_TREE=>S_SEL_NODES 20100614

Method GET_SUBTREE_OF_SELNODE on class /PLMB/CL_SPI_MB_CONTROLLER has no exception.

Method SET_CURRENT_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CURRENT_VIEW Call by reference Type reference (TYPE) CHAR30 Fcode of current toolbar button 20100609

Method SET_CURRENT_VIEW on class /PLMB/CL_SPI_MB_CONTROLLER has no exception.

Method SET_ERRORS_NOCHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ERRORS_NOCHECK Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20100722

Method SET_ERRORS_NOCHECK on class /PLMB/CL_SPI_MB_CONTROLLER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 703