SAP ABAP Class CL_WER_VIEW (Base for all view classes)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-MD-MM (Application Component) Material Master
     WER_UI (Package) User Interface
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WER_ASSIGNMENT_VIEW View for performing assignments 20070109
2 Inheritance (c INHERITING FROM c_ref)  CL_WER_INFORMATION_VIEW Rule element information display 20060628
3 Inheritance (c INHERITING FROM c_ref)  CL_WER_MESSAGE_LOG_VIEW Message display view 20060824
4 Inheritance (c INHERITING FROM c_ref)  CL_WER_NAVIGATION_VIEW Navigation view 20070730
5 Inheritance (c INHERITING FROM c_ref)  CL_WER_RULE_CONFIG_VIEW Rule Configuration Application Main View 20060627
6 Inheritance (c INHERITING FROM c_ref)  CL_WER_SUBSCREEN_VIEW Common services for embedded views 20060627
7 Inheritance (c INHERITING FROM c_ref)  CL_WER_TAB_CTRL_VIEW Tabbed view with subscreens 20070109
Properties
Class CL_WER_VIEW  
Short Description Base for all view classes    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WER_UI   User Interface 
Created 20060627   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
Class CL_WER_VIEW has no interface implemented.
Friends
Class CL_WER_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_COMMAND Instance attribute Protected Type reference (TYPE) SYUCOMM Command id for ok_code and toolbar functions 20060627
2 M_MODE Instance attribute Protected Type reference (TYPE) WER_MODE Mode of the view: edit or display 20060718
3 M_MODE_CHANGED Instance attribute Protected Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20070109
4 M_VISIBLE Instance attribute Private Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20060627
5 SR_CO Static Attribute Protected Object reference (TYPE REF TO) CL_WER_CONST Constants 20060627
6 SR_CO_UI Static Attribute Protected Object reference (TYPE REF TO) CL_WER_UI_CONST Constants representing function codes, screens and programs 20060630
7 SR_ERR_REPORTER Static Attribute Protected Object reference (TYPE REF TO) CL_WER_EXCEPTION_REPORTER Services for raising exceptions 20060809
8 SR_PUBLISHER Static Attribute Protected Object reference (TYPE REF TO) CL_WER_MESSAGE_PUBLISHER Service class for publishing messages 20060801
9 SR_SERVICES Static Attribute Protected Object reference (TYPE REF TO) CL_WER_SERVICES Grouping of generic services 20060808
10 SR_UI_FACTORY Static Attribute Protected Object reference (TYPE REF TO) CL_WER_UI_FACTORY_601 Creation of UI classes for (release 601) 20060630
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor Initializes static variables 20060627
2 CONSTRUCTOR Instance method Public Constructor Creates an instance and set the initial visibility. 20060627
3 FREE Instance method Public Method ABSTRACT: Free structures, tables and object references. 20060627
4 IS_EXIT_COMMAND Static method Public Method Returns true if the command is EXIT, BACK or CANCEL 20070621
5 IS_VISIBLE Instance method Public Method Returns true if the view is flagged as visible. 20060627
6 PREPARE_FOR_DISPLAY Instance method Public Method ABSTRACT: Prepares the data for display 20060627
7 SET_COMMAND Instance method Public Method Sets the current command to process 20060627
8 SET_MODE Instance method Public Method Sets the mode of the view (edit or display) 20060718
9 SET_VISIBLE Instance method Public Method Sets the visibility (true = visible) 20060627
Events
Class CL_WER_VIEW has no event.
Types
Class CL_WER_VIEW has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_WER_VIEW has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WER_VIEW has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VISIBLE Call by reference Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20060627

Method CONSTRUCTOR on class CL_WER_VIEW has no exception.

Method FREE Signature

Method FREE on class CL_WER_VIEW has no parameter.
Method FREE on class CL_WER_VIEW has no exception.

Method IS_EXIT_COMMAND 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 20070621
2 Returning R_IS_EXIT_COMMAND Value transfer Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20070621

Method IS_EXIT_COMMAND on class CL_WER_VIEW has no exception.

Method IS_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VISIBLE Value transfer Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20060627

Method IS_VISIBLE on class CL_WER_VIEW has no exception.

Method PREPARE_FOR_DISPLAY Signature

Method PREPARE_FOR_DISPLAY on class CL_WER_VIEW has no parameter.
Method PREPARE_FOR_DISPLAY on class CL_WER_VIEW has no exception.

Method SET_COMMAND 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 Command id for ok_code and toolbar functions 20060627

Method SET_COMMAND on class CL_WER_VIEW has no exception.

Method SET_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODE Call by reference Type reference (TYPE) WER_MODE Display = 0, Edit = 1 20060718
# Exception Resumable Description Created on
1 CX_WER_AUTHORIZATION Authorization error 20070720
2 CX_WER_OPERATION_FAILED Operation failed exception 20070720

Method SET_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VISIBLE Call by reference Type reference (TYPE) WER_BOOL CL_WER_CONST=>C_TRUE Boolean: true = X and false = SPACE 20060627

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