SAP ABAP Class CL_BTP_WD_WORKCENTER (BTP Assistance Workcenter)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     BTP_WD (Package) BTP Web Dynpro Layer
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BTP_WD_ASSIST BTP Assistance Super Class 20091230
Properties
Class CL_BTP_WD_WORKCENTER  
Short Description BTP Assistance Workcenter    
Super Class CL_BTP_WD_ASSIST BTP Assistance Super Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BTP_WD   BTP Web Dynpro Layer 
Created 20091229   SAP 
Last change 20141030    
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)
Interfaces
Class CL_BTP_WD_WORKCENTER has no interface implemented.
Friends
Class CL_BTP_WD_WORKCENTER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NC_BLUEPRINTS_VIEW Constant Public Type reference (TYPE) I 4 Blueprints View 20100315
2 NC_CONTENTMANAGEMENT_VIEW Constant Public Type reference (TYPE) I 9 Content Management View 20100315
3 NC_GENERAL_SETTINGS_VIEW Constant Public Type reference (TYPE) I 7 General Settings 20100608
4 NC_OVERVIEW_VIEW Constant Public Type reference (TYPE) I 1 Overview View 20100315
5 NC_PORFOLIO_VIEW Constant Public Type reference (TYPE) I 2 Portfolio View 20100315
6 NC_PORTFOLIO_ANALYSES_VIEW Constant Public Type reference (TYPE) I 24 Analyses View 20100315
7 NC_PORTFOLIO_CRITC_VIEW Constant Public Type reference (TYPE) I 22 Consolidate and Reduce IT Cost View 20100315
8 NC_PORTFOLIO_INDEX_VIEW Constant Public Type reference (TYPE) I 25 Portfolio Index View 20100316
9 NC_PORTFOLIO_LSBR_VIEW Constant Public Type reference (TYPE) I 21 Leverage Sell, Buy, and Restructure View 20100315
10 NC_PORTFOLIO_PFOBJDETAILS_VIEW Constant Public Type reference (TYPE) I 27 Portfolio object details View 20100316
11 NC_PORTFOLIO_SEARCH_VIEW Constant Public Type reference (TYPE) I 26 Portfolio Search View 20100316
12 NC_PORTFOLIO_UTD_VIEW Constant Public Type reference (TYPE) I 23 Unify and Transform Data View 20100315
13 NC_PROJECTS_VIEW Constant Public Type reference (TYPE) I 5 Projects View 20100315
14 NC_STEP_BROWSER_VIEW Constant Public Type reference (TYPE) I 6 Step Browser 20100608
15 NC_TDMS_PORTFOLIO_VIEW Constant Public Type reference (TYPE) I 3 TDMS Portfolio View 20100608
16 NC_TDMS_SETTINGS_VIEW Constant Public Type reference (TYPE) I 8 TDMS Settings 20100608
17 PV_CURRENT_VIEW_ID Instance attribute Public Type reference (TYPE) I 20100315
18 PV_MENU_VISIBLE Instance attribute Private Type reference (TYPE) ABAP_BOOL 'X' Menu visible or not 20091229
19 PV_NEXT_VIEW_ID Instance attribute Private Type reference (TYPE) I Next view (when discard popup) 20100318
20 PV_PREVIOUS_VIEW_ID Instance attribute Public Type reference (TYPE) I 20100315
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20091229
2 DEC_NAVPANEL_SIZE Instance method Public Method Decreases the navigation panel size by one step 20091229
3 GET_CURRENT_VIEW_ID Instance method Public Method 20100315
4 GET_NAVPANEL_SIZE Instance method Public Method Gets current size of the navigation panel in pixel 20091229
5 GET_NEXT_VIEW_ID Instance method Public Method 20100318
6 GET_PREVIOUS_VIEW_ID Instance method Public Method 20100315
7 GET_TEXT Instance method Public Method 20091229
8 GET_VIEW_NAME Instance method Public Method 20100315
9 INC_NAVPANEL_SIZE Instance method Public Method Increases the navigation panel size by one step 20091229
10 IS_MENU_VISIBLE Instance method Public Method Returns if the menu is visible 20091229
11 IS_NAVPANEL_COLLAPSED Instance method Public Method Returns if naviation panel is collapsed 20091229
12 SET_CURRENT_VIEW_ID Instance method Public Method 20100315
13 SET_MENU_VISIBLE Instance method Public Method Sets the visibility of the menu 20091229
14 SET_NAVPANEL_COLLAPSED Instance method Public Method Sets collapsed state of navigation panel 20091229
15 SET_NEXT_VIEW_ID Instance method Public Method 20100318
16 SET_PREVIOUS_VIEW_ID Instance method Public Method 20100315
Events
Class CL_BTP_WD_WORKCENTER has no event.
Types
Class CL_BTP_WD_WORKCENTER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

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

Method DEC_NAVPANEL_SIZE Signature

Method DEC_NAVPANEL_SIZE on class CL_BTP_WD_WORKCENTER has no parameter.
Method DEC_NAVPANEL_SIZE on class CL_BTP_WD_WORKCENTER has no exception.

Method GET_CURRENT_VIEW_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CURRENT_VIEW_ID Value transfer Type reference (TYPE) I 20100315

Method GET_CURRENT_VIEW_ID on class CL_BTP_WD_WORKCENTER has no exception.

Method GET_NAVPANEL_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SIZE Value transfer Type reference (TYPE) INT4 Size of the navigation panel in pixel 20091229

Method GET_NAVPANEL_SIZE on class CL_BTP_WD_WORKCENTER has no exception.

Method GET_NEXT_VIEW_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NEXT_VIEW_ID Value transfer Type reference (TYPE) I 20100318

Method GET_NEXT_VIEW_ID on class CL_BTP_WD_WORKCENTER has no exception.

Method GET_PREVIOUS_VIEW_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_PREVIOUS_VIEW_ID Value transfer Type reference (TYPE) I 20100315

Method GET_PREVIOUS_VIEW_ID on class CL_BTP_WD_WORKCENTER has no exception.

Method GET_TEXT Signature

Method GET_TEXT on class CL_BTP_WD_WORKCENTER has no parameter.
Method GET_TEXT on class CL_BTP_WD_WORKCENTER has no exception.

Method GET_VIEW_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VIEW_ID Call by reference Type reference (TYPE) I 20100315
2 Returning RV_TEXT Value transfer Type reference (TYPE) STRING 20100315

Method GET_VIEW_NAME on class CL_BTP_WD_WORKCENTER has no exception.

Method INC_NAVPANEL_SIZE Signature

Method INC_NAVPANEL_SIZE on class CL_BTP_WD_WORKCENTER has no parameter.
Method INC_NAVPANEL_SIZE on class CL_BTP_WD_WORKCENTER has no exception.

Method IS_MENU_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VISIBLE Value transfer Type reference (TYPE) ABAP_BOOL Menu visible or not 20091229

Method IS_MENU_VISIBLE on class CL_BTP_WD_WORKCENTER has no exception.

Method IS_NAVPANEL_COLLAPSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_COLLAPSED Value transfer Type reference (TYPE) ABAP_BOOL Navigation panel collapsed or not 20091229

Method IS_NAVPANEL_COLLAPSED on class CL_BTP_WD_WORKCENTER has no exception.

Method SET_CURRENT_VIEW_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CURRENT_VIEW_ID Call by reference Type reference (TYPE) I 20100315

Method SET_CURRENT_VIEW_ID on class CL_BTP_WD_WORKCENTER has no exception.

Method SET_MENU_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VISIBLE Call by reference Type reference (TYPE) ABAP_BOOL Menu visible or not 20091229

Method SET_MENU_VISIBLE on class CL_BTP_WD_WORKCENTER has no exception.

Method SET_NAVPANEL_COLLAPSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COLLAPSED Call by reference Type reference (TYPE) ABAP_BOOL Naviagtion panel collapsed or not 20091229

Method SET_NAVPANEL_COLLAPSED on class CL_BTP_WD_WORKCENTER has no exception.

Method SET_NEXT_VIEW_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NEXT_VIEW_ID Call by reference Type reference (TYPE) I 20100318

Method SET_NEXT_VIEW_ID on class CL_BTP_WD_WORKCENTER has no exception.

Method SET_PREVIOUS_VIEW_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PREVIOUS_VIEW_ID Call by reference Type reference (TYPE) I 20100315

Method SET_PREVIOUS_VIEW_ID on class CL_BTP_WD_WORKCENTER has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 2006_1_700