SAP ABAP Class CL_BROWSER_WPS (Planner Browser)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PLM (Application Component) Product Lifecycle Management
     DIMEB (Package) DIMEB: Maintenance Event Builder
Properties
Class CL_BROWSER_WPS  
Short Description Planner Browser    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package DIMEB   DIMEB: Maintenance Event Builder 
Created 20000803   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 DIWPF Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_BROWSER_WPS has no interface implemented.
Friends
Class CL_BROWSER_WPS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COLUMN_SPLITTER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER 20021127
2 CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER 20000803
3 CS Constant Private See coding 20010511
4 GB_BADI_EAM_TZ_DIMEB Instance attribute Private Object reference (TYPE REF TO) BADI_EAM_TZ_DIMEB_EA_APPL EAM Time Zone Support for MEB 20090202
5 GV_TIME_ZONE_ACTIVE Instance attribute Private Type reference (TYPE) FLAG General Indicator 20090130
6 LEGEND_CONTAINER Static Attribute Private Object reference (TYPE REF TO) CL_GUI_DIALOGBOX_CONTAINER 20021025
7 LEGEND_TREE Static Attribute Private Object reference (TYPE REF TO) CL_GUI_SIMPLE_TREE 20021025
8 LOOKNFEEL Instance attribute Private Type reference (TYPE) CHAR1 20021127
9 NAV_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER 20000803
10 NAV_WIDTH Instance attribute Private Type reference (TYPE) I 20010430
11 PROTOCOL Instance attribute Private Object reference (TYPE REF TO) CL_PROTOCOL_WPS 20001026
12 ROW_SPLITTER1 Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER 20021127
13 ROW_SPLITTER2 Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER 20021127
14 SETTINGS Instance attribute Private Object reference (TYPE REF TO) CL_SETTINGS_WPS 20021106
15 SPLITTER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER 20000803
16 TAB_WORKINGAREA Instance attribute Private Type reference (TYPE) TAB_WORKINGAREA_TYPE 20000803
17 TIMEFRAME_UPDATE Instance attribute Private Type reference (TYPE) VBKZ 20010430
18 TOOLBAR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TOOLBAR 20000803
19 TOOLBAR_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER 20000803
20 WA_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER 20000803
21 WA_NOTIFICATION_LIST Instance attribute Private Object reference (TYPE REF TO) CL_WA_NOTIFICATIONS_WPS 20000927
22 WA_REVISIONS Instance attribute Private Object reference (TYPE REF TO) CL_WA_REVISIONS_WPS 20020817
23 WA_SLOT_PLAN Instance attribute Private Object reference (TYPE REF TO) CL_WA_SLOTS_WPS 20000927
24 WA_SLOT_PLAN_TREE Instance attribute Private Object reference (TYPE REF TO) CL_WA_SLOTS_PT_WPS 20070307
Methods
# Method Level Visibility Method type Description Created on
1 CLOSE Instance method Public Method 20000928
2 CLOSE_LEGEND Static method Private Event handling method 20021025
3 CONSTRUCTOR Instance method Public Constructor 20000803
4 DEFAULT_LEGEND Static method Private Method 20021025
5 GET_NO_COLUMNS Instance method Private Method 20020819
6 GET_NO_ROWS Instance method Private Method 20020819
7 INIT_CONTAINERS Instance method Private Method 20000927
8 ON_WA_CLOSED Instance method Private Event handling method 20021127
9 PROCESS_FCODE Instance method Public Event handling method 20020817
10 REFRESH Instance method Public Method 20000804
11 REFRESH_DATA Instance method Private Method 20030221
12 REPAINT Instance method Private Method 20021127
13 SAVE Instance method Public Method 20000929
14 SET_TOOLBAR Instance method Private Method 20000924
15 SHOW_LEGEND Static method Public Method 20021025
16 TIME_INTERVAL_GET Static method Public Method 20010511
17 UNDO Instance method Private Method 20030214
18 USER_SETTING_SAVE Static method Public Method 20010511
19 USER_SETTING_SELECT Static method Public Method 20010511
Events
Class CL_BROWSER_WPS has no event.
Types
Class CL_BROWSER_WPS has no local type.
Method Signatures

Method CLOSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLG_EXIT_COMMAND Call by reference Type reference (TYPE) C flag exit command 20010216
# Exception Resumable Description Created on
1 EXIT exit (do not leave program) 20010124

Method CLOSE_LEGEND Signature

Method CLOSE_LEGEND on class CL_BROWSER_WPS has no parameter.
Method CLOSE_LEGEND on class CL_BROWSER_WPS has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAV_NOTIFICATION_LIST Call by reference Type reference (TYPE) I navigation notification list 20000927
2 Importing NAV_SLOT_PLAN Call by reference Type reference (TYPE) I navigation slot plan 20000927
3 Importing NAV_WORKPACKAGE Call by reference Type reference (TYPE) I navigation workpackage 20000927
4 Importing NOTIFICATION_LIST Call by reference Type reference (TYPE) I notification list 20000927
5 Importing PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20000927
6 Importing SLOT_PLAN Call by reference Type reference (TYPE) I slot plan 20000927
7 Importing TAB_NAVIGATION Call by reference Type reference (TYPE) ANY TABLE 20000803
8 Importing TAB_WORKINGAREA Call by reference Type reference (TYPE) ANY TABLE 20000803
9 Importing WORKPACKAGE Call by reference Type reference (TYPE) I workpackage 20000927

Method CONSTRUCTOR on class CL_BROWSER_WPS has no exception.

Method DEFAULT_LEGEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_EXP_NET Call by reference Type reference (TYPE) FLAG General Flag 20021025
2 Exporting P_EXP_NODE_TAB Call by reference Type reference (TYPE) TREEV_NKS Tree Control: Table with Node Keys 20021025
3 Importing P_EXP_NOT Call by reference Type reference (TYPE) FLAG General Flag 20021025
4 Importing P_EXP_ORD Call by reference Type reference (TYPE) FLAG General Flag 20021025
5 Importing P_EXP_REV Call by reference Type reference (TYPE) FLAG General Flag 20021025
6 Exporting P_NODE_TABLE Call by reference Type reference (TYPE) DIWPS_NODE_TAB Node key table for simple tree 20021025

Method DEFAULT_LEGEND on class CL_BROWSER_WPS has no exception.

Method GET_NO_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COLUMNS Value transfer Type reference (TYPE) I Number of columns 20020819

Method GET_NO_COLUMNS on class CL_BROWSER_WPS has no exception.

Method GET_NO_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLUMN Call by reference Type reference (TYPE) I Column 20020819
2 Importing I_ONLY_ACTIVE Call by reference Type reference (TYPE) XFLAG Only return active areas 20020819
3 Returning ROWS Value transfer Type reference (TYPE) I Number of rows 20020819

Method GET_NO_ROWS on class CL_BROWSER_WPS has no exception.

Method INIT_CONTAINERS Signature

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

Method INIT_CONTAINERS on class CL_BROWSER_WPS has no exception.

Method ON_WA_CLOSED Signature

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

Method ON_WA_CLOSED on class CL_BROWSER_WPS has no exception.

Method PROCESS_FCODE Signature

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

Method PROCESS_FCODE on class CL_BROWSER_WPS has no exception.

Method REFRESH Signature

Method REFRESH on class CL_BROWSER_WPS has no parameter.
Method REFRESH on class CL_BROWSER_WPS has no exception.

Method REFRESH_DATA Signature

Method REFRESH_DATA on class CL_BROWSER_WPS has no parameter.
Method REFRESH_DATA on class CL_BROWSER_WPS has no exception.

Method REPAINT Signature

Method REPAINT on class CL_BROWSER_WPS has no parameter.
Method REPAINT on class CL_BROWSER_WPS has no exception.

Method SAVE Signature

Method SAVE on class CL_BROWSER_WPS has no parameter.
Method SAVE on class CL_BROWSER_WPS has no exception.

Method SET_TOOLBAR Signature

Method SET_TOOLBAR on class CL_BROWSER_WPS has no parameter.
Method SET_TOOLBAR on class CL_BROWSER_WPS has no exception.

Method SHOW_LEGEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXP_NET Call by reference Type reference (TYPE) FLAG Network expanded 20021025
2 Importing I_EXP_NOT Call by reference Type reference (TYPE) FLAG Notification expanded 20021025
3 Importing I_EXP_ORD Call by reference Type reference (TYPE) FLAG Order expanded 20021025
4 Importing I_EXP_PT Call by reference Type reference (TYPE) FLAG General Flag 20070216
5 Importing I_EXP_REV Call by reference Type reference (TYPE) FLAG Revision expanded 20021025
6 Importing I_HEIGHT Call by reference Type reference (TYPE) I 280 Height 20021025
7 Importing I_LEFT Call by reference Type reference (TYPE) I 200 Left 20021025
8 Importing I_TOP Call by reference Type reference (TYPE) I 30 Top 20021025
9 Importing I_WIDTH Call by reference Type reference (TYPE) I 400 Width 20021025

Method SHOW_LEGEND on class CL_BROWSER_WPS has no exception.

Method TIME_INTERVAL_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FROM_DATE Call by reference Type reference (TYPE) DATUM Date 20010511
2 Exporting E_TO_DATE Call by reference Type reference (TYPE) DATUM Date 20010511
# Exception Resumable Description Created on
1 USER_ABORT User aborted insert of new time interval 20010511

Method UNDO Signature

Method UNDO on class CL_BROWSER_WPS has no parameter.
Method UNDO on class CL_BROWSER_WPS has no exception.

Method USER_SETTING_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHGIND Call by reference Type reference (TYPE) C Change indicator 20010511
2 Importing I_FROM_DATE Call by reference Type reference (TYPE) DATUM From date of selection time interval 20010511
3 Importing I_MEBAREA Call by reference Type reference (TYPE) DIWPS_USERSET-MEBAREA Application area within the MEB 20010511
4 Importing I_TO_DATE Call by reference Type reference (TYPE) DATUM To date of selection time interval 20010511

Method USER_SETTING_SAVE on class CL_BROWSER_WPS has no exception.

Method USER_SETTING_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FROM_DATE Call by reference Type reference (TYPE) DATUM From date of user-specific time interval 20010511
2 Exporting E_TO_DATE Call by reference Type reference (TYPE) DATUM To date of user-specific time interval 20010511
3 Importing I_MEBAREA Call by reference Type reference (TYPE) DIWPS_USERSET-MEBAREA Application area within the MEB 20010511
# Exception Resumable Description Created on
1 NO_TIME_INT_SET No user-specific selection time interval set 20010511
History
Last changed by/on SAP  20130531 
SAP Release Created in 46C2