SAP ABAP Class CL_WER_CONDITION_VIEW (Generate conditions using expressions)
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_SUBSCREEN_VIEW | Common services for embedded views | 20060920 |
Properties
| Class | CL_WER_CONDITION_VIEW | |
| Short Description | Generate conditions using expressions | |
| Super Class | CL_WER_SUBSCREEN_VIEW | Common services for embedded views |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WER_UI | User Interface |
| Created | 20060920 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_WER_CONDITION_VIEW has no interface implemented.
Friends
Class CL_WER_CONDITION_VIEW has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | I | 20 | Conditon text description height | 20060920 | ||
| 2 | Constant | Public | Type reference (TYPE) | SDYDO_ATTRIBUTE | 'ALV_GRID' | Conditon text description document style | 20060920 | ||
| 3 | Constant | Public | Type reference (TYPE) | I | 2 | Condition description row identifier | 20060920 | ||
| 4 | Constant | Public | Type reference (TYPE) | I | 1 | Expression grid row identifier | 20060920 | ||
| 5 | Constant | Public | Type reference (TYPE) | SDYDO_TEXT_ELEMENT | 'AND' | AND keyword | 20060920 | ||
| 6 | Constant | Public | Type reference (TYPE) | SDYDO_TEXT_ELEMENT | 'IF' | IF keyword | 20060920 | ||
| 7 | Constant | Public | Type reference (TYPE) | SDYDO_TEXT_ELEMENT | 'NOT' | NOT keyword | 20060920 | ||
| 8 | Constant | Public | Type reference (TYPE) | SDYDO_TEXT_ELEMENT | 'OR' | OR keyword | 20060920 | ||
| 9 | Constant | Private | Type reference (TYPE) | SLIS_HANDL | 'ASSN' | Mgt. ID for repeated calls from the same program | 20070109 | ||
| 10 | Constant | Private | Type reference (TYPE) | SLIS_HANDL | 'TMPL' | Mgt. ID for repeated calls from the same program | 20070109 | ||
| 11 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WER_CONDITION | Entry condition for a rule | 20060920 | |||
| 12 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DD_DOCUMENT | Dynamic Documents: Document | 20060920 | |||
| 13 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WER_CONDITION_TREE_VIEW | Condition tree display view | 20061002 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20060920 | ||
| 2 | Instance method | Private | Method | Create condition description html display | 20060920 | |
| 3 | Instance method | Private | Method | Returns the variant | 20070109 | |
| 4 | Instance method | Private | Method | Initialize UI components | 20060920 | |
| 5 | Instance method | Private | Method | Write condition html description | 20060920 |
Events
Class CL_WER_CONDITION_VIEW has no event.
Types
Class CL_WER_CONDITION_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 | I_ACTIVE | Call by reference | Type reference (TYPE) | WER_BOOL | CL_WER_CONST=>C_FALSE | Boolean: true = X and false = SPACE | 20070216 | ||
| 2 | I_CONTAINER | Call by reference | Type reference (TYPE) | C | Embedding container | 20060920 | |||
| 3 | I_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | WER_ELEMENT_TYPE | Element type | 20060920 | |||
| 4 | I_ID | Call by reference | Type reference (TYPE) | WER_SUBSCREEN_ID | Subscreen identifier | 20060920 | |||
| 5 | I_PROGRAM | Call by reference | Type reference (TYPE) | SYREPID | ABAP Program: Current Main Program | 20060920 | |||
| 6 | I_SCREEN | Call by reference | Type reference (TYPE) | SYDYNNR | Current Screen Number | 20060920 | |||
| 7 | I_VISIBLE | Call by reference | Type reference (TYPE) | WER_BOOL | CL_WER_CONST=>C_FALSE | Element type | 20070216 |
Method CONSTRUCTOR on class CL_WER_CONDITION_VIEW has no exception.
Method CREATE_COND_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20060920 |
Method CREATE_COND_DESCRIPTION on class CL_WER_CONDITION_VIEW has no exception.
Method GET_VARIANT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_VARIANT | Value transfer | Type reference (TYPE) | DISVARIANT | Layout (External Use) | 20070109 |
Method GET_VARIANT on class CL_WER_CONDITION_VIEW has no exception.
Method INIT_UI_COMPONENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTAINER | Value transfer | Type reference (TYPE) | C | Container name | 20061005 |
Method INIT_UI_COMPONENTS on class CL_WER_CONDITION_VIEW has no exception.
Method WRITE_COND_DESCRIPTION Signature
Method WRITE_COND_DESCRIPTION on class CL_WER_CONDITION_VIEW has no parameter.
Method WRITE_COND_DESCRIPTION on class CL_WER_CONDITION_VIEW has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 700 |