SAP ABAP Class CL_WER_TAB_CTRL_VIEW (Tabbed view with subscreens)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-MD-MM (Application Component) Material Master
     WER_UI (Package) User Interface
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WER_VIEW Base for all view classes 20070109
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WER_TAB_CTRL_VIEW Services for a view with a tab control 20070109
Properties
Class CL_WER_TAB_CTRL_VIEW  
Short Description Tabbed view with subscreens    
Super Class CL_WER_VIEW Base for all view classes 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WER_UI   User Interface 
Created 20061207   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_WER_CONST Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WER_TAB_CTRL_VIEW Services for a view with a tab control 20070109
Friends
Class CL_WER_TAB_CTRL_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_CURRENT_SUBSCREEN Instance attribute Private Object reference (TYPE REF TO) CL_WER_SUBSCREEN_VIEW Common services for embedded views 20070109
2 MR_SUBSCREEN_SET Instance attribute Protected Object reference (TYPE REF TO) CL_WER_SUBSCREEN_VIEW_SET Current Element in the work area 20070109
3 MT_SUBSCREEN_MAP Instance attribute Protected Type reference (TYPE) WER_SUBSCREEN_TAB_TTY Link between subscreen view instances and tab fct. codes 20070109
4 M_ELEMENT_ID Instance attribute Protected Type reference (TYPE) WER_ELEMENT_ID Element set from last call to SET_ELEMENT 20070109
5 M_PROGRAM Instance attribute Protected Type reference (TYPE) REPID ABAP Program Name 20070109
6 M_SCREEN Instance attribute Protected Type reference (TYPE) DYNNR Number of the following screen 20070109
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20070109
2 GET_CURRENT_SUBSCREEN Instance method Public Method 20070109
3 IS_SUBSCREEN_TAB Instance method Public Method Returns true if the command corresponds to a subscreen tab. 20070109
4 MAP_SUBSCREENS_TO_FCT_CODES Instance method Protected Method Maps the subscreens to tab ids (function codes) 20070109
5 SETUP_ACTIVE_SCREENS Instance method Public Method 20070109
6 SET_CURRENT_SUBSCREEN Instance method Public Method Returns true if the command corresponds to a subscreen tab. 20070109
7 SET_ELEMENT Instance method Public Method Sets the current element processed in the work area 20070109
8 SET_FUNCTION_CODES Instance method Public Method 20070109
9 SET_SCREEN Instance method Public Method Sets the embedding screen information 20070109
Events
Class CL_WER_TAB_CTRL_VIEW has no event.
Types
Class CL_WER_TAB_CTRL_VIEW has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_SUBSCREEN_SET Call by reference Object reference (TYPE REF TO) CL_WER_SUBSCREEN_VIEW_SET Set of subscreens 20070109
2 Importing I_VISIBLE Call by reference Type reference (TYPE) WER_BOOL CL_WER_CONST=>C_FALSE Boolean: true = X and false = SPACE 20070109

Method CONSTRUCTOR on class CL_WER_TAB_CTRL_VIEW has no exception.

Method GET_CURRENT_SUBSCREEN Signature

Method GET_CURRENT_SUBSCREEN on class CL_WER_TAB_CTRL_VIEW has no parameter.
Method GET_CURRENT_SUBSCREEN on class CL_WER_TAB_CTRL_VIEW has no exception.

Method IS_SUBSCREEN_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMMAND Call by reference Type reference (TYPE) SYUCOMM Function code that PAI triggered 20070109
2 Returning R_SCREEN_SET Value transfer Type reference (TYPE) WER_BOOL True if the command corresponds to a subscreen tab 20070109

Method IS_SUBSCREEN_TAB on class CL_WER_TAB_CTRL_VIEW has no exception.

Method MAP_SUBSCREENS_TO_FCT_CODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SUBSCREENS Call by reference Type reference (TYPE) WER_SUBSCREEN_TTY Subscreen views 20070109

Method MAP_SUBSCREENS_TO_FCT_CODES on class CL_WER_TAB_CTRL_VIEW has no exception.

Method SETUP_ACTIVE_SCREENS Signature

Method SETUP_ACTIVE_SCREENS on class CL_WER_TAB_CTRL_VIEW has no parameter.
Method SETUP_ACTIVE_SCREENS on class CL_WER_TAB_CTRL_VIEW has no exception.

Method SET_CURRENT_SUBSCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMMAND Call by reference Type reference (TYPE) SYUCOMM Function code that PAI triggered 20070109

Method SET_CURRENT_SUBSCREEN on class CL_WER_TAB_CTRL_VIEW has no exception.

Method SET_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WER_ELEMENT Element to process in the work area 20070109

Method SET_ELEMENT on class CL_WER_TAB_CTRL_VIEW has no exception.

Method SET_FUNCTION_CODES Signature

Method SET_FUNCTION_CODES on class CL_WER_TAB_CTRL_VIEW has no parameter.
Method SET_FUNCTION_CODES on class CL_WER_TAB_CTRL_VIEW has no exception.

Method SET_SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROGRAM Value transfer Type reference (TYPE) SYREPID Embedding 20070109
2 Importing I_SCREEN Value transfer Type reference (TYPE) SYDYNNR Embedding screen 20070109

Method SET_SCREEN on class CL_WER_TAB_CTRL_VIEW has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 700