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 | 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 | Instance attribute | Protected | Type reference (TYPE) | SYUCOMM | Command id for ok_code and toolbar functions | 20060627 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | WER_MODE | Mode of the view: edit or display | 20060718 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | WER_BOOL | Boolean: true = X and false = SPACE | 20070109 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | WER_BOOL | Boolean: true = X and false = SPACE | 20060627 | |||
| 5 | Static Attribute | Protected | Object reference (TYPE REF TO) | CL_WER_CONST | Constants | 20060627 | |||
| 6 | Static Attribute | Protected | Object reference (TYPE REF TO) | CL_WER_UI_CONST | Constants representing function codes, screens and programs | 20060630 | |||
| 7 | Static Attribute | Protected | Object reference (TYPE REF TO) | CL_WER_EXCEPTION_REPORTER | Services for raising exceptions | 20060809 | |||
| 8 | Static Attribute | Protected | Object reference (TYPE REF TO) | CL_WER_MESSAGE_PUBLISHER | Service class for publishing messages | 20060801 | |||
| 9 | Static Attribute | Protected | Object reference (TYPE REF TO) | CL_WER_SERVICES | Grouping of generic services | 20060808 | |||
| 10 | 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 | Static method | Public | Constructor | Initializes static variables | 20060627 | |
| 2 | Instance method | Public | Constructor | Creates an instance and set the initial visibility. | 20060627 | |
| 3 | Instance method | Public | Method | ABSTRACT: Free structures, tables and object references. | 20060627 | |
| 4 | Static method | Public | Method | Returns true if the command is EXIT, BACK or CANCEL | 20070621 | |
| 5 | Instance method | Public | Method | Returns true if the view is flagged as visible. | 20060627 | |
| 6 | Instance method | Public | Method | ABSTRACT: Prepares the data for display | 20060627 | |
| 7 | Instance method | Public | Method | Sets the current command to process | 20060627 | |
| 8 | Instance method | Public | Method | Sets the mode of the view (edit or display) | 20060718 | |
| 9 | 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 | 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 | I_COMMAND | Call by reference | Type reference (TYPE) | SYUCOMM | Function code that PAI triggered | 20070621 | |||
| 2 | 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 | 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 | 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 | I_MODE | Call by reference | Type reference (TYPE) | WER_MODE | Display = 0, Edit = 1 | 20060718 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Authorization error | 20070720 | ||
| 2 | Operation failed exception | 20070720 |
Method SET_VISIBLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 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 |