SAP ABAP Class CL_WER_RULE_VIEW (Main rule view)
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 | 20060824 |
| 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_RULE_VIEW | |
| Short Description | Main rule view | |
| 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 | 20060824 | 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
| # | 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_RULE_VIEW has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WER_RULE | Rule object consisting of an entry condition and an action | 20060824 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WER_TAB_CTRL_VIEW | View with subscreens | 20061017 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | WER_BOOL | CL_WER_CONST=>C_FALSE | True if SET_FUNCTION_CODE has been called | 20070109 |
Methods
Events
Class CL_WER_RULE_VIEW has no event.
Types
Class CL_WER_RULE_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 | IR_VIEW_SET | Call by reference | Object reference (TYPE REF TO) | CL_WER_TAB_CTRL_VIEW | View with subscreens | 20061017 | |||
| 2 | I_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | WER_ELEMENT_TYPE | Element type | 20061016 | |||
| 3 | I_ID | Call by reference | Type reference (TYPE) | WER_SUBSCREEN_ID | Subscreen identifier | 20061016 | |||
| 4 | I_PROGRAM | Call by reference | Type reference (TYPE) | SYREPID | ABAP Program: Current Main Program | 20061016 | |||
| 5 | I_SCREEN | Call by reference | Type reference (TYPE) | SYDYNNR | Current Screen Number | 20061016 |
Method CONSTRUCTOR on class CL_WER_RULE_VIEW has no exception.
Method GET_CURRENT_SUBSCREEN Signature
Method GET_CURRENT_SUBSCREEN on class CL_WER_RULE_VIEW has no parameter.
Method GET_CURRENT_SUBSCREEN on class CL_WER_RULE_VIEW has no exception.
Method GET_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ITEM | Value transfer | Type reference (TYPE) | WER_ITEM_ID | Unique work item identifier (GUID) | 20061019 |
Method GET_ITEM on class CL_WER_RULE_VIEW has no exception.
Method GET_ITEM_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_KEY_FIELD | Value transfer | Type reference (TYPE) | WER_ITEM_FIELD_ID | Field Name | 20061107 |
Method GET_ITEM_KEY on class CL_WER_RULE_VIEW has no exception.
Method GET_ITEM_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ITEM | Value transfer | Type reference (TYPE) | FIELD_TYPE | Field type | 20061107 |
Method GET_ITEM_NAME on class CL_WER_RULE_VIEW has no exception.
Method GET_TRUE_ACTION_PROCESS_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_PROCESS_STATUS | Value transfer | Type reference (TYPE) | WER_PROCESS_STATUS | Status of a process: correct, item error or general error | 20061107 |
Method GET_TRUE_ACTION_PROCESS_STATUS on class CL_WER_RULE_VIEW has no exception.
Method LINK_FIELDS_TO_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ACTION | Call by reference | Type reference (TYPE) | WER_ATTRIBUTE_NAME | Name of an attribute | 20070109 | |||
| 2 | I_CONDITION | Call by reference | Type reference (TYPE) | WER_ATTRIBUTE_NAME | Name of an attribute | 20070109 | |||
| 3 | I_ITEM_FIELD | Call by reference | Type reference (TYPE) | WER_ATTRIBUTE_NAME | Name of an attribute | 20061019 | |||
| 4 | I_ITEM_KEY_FIELD | Call by reference | Type reference (TYPE) | WER_ATTRIBUTE_NAME | Name of an attribute | 20061107 | |||
| 5 | I_PROCESS_STATUS_FIELD | Call by reference | Type reference (TYPE) | WER_ATTRIBUTE_NAME | Name of an attribute | 20061024 |
Method LINK_FIELDS_TO_ATTRIBUTES on class CL_WER_RULE_VIEW has no exception.
Method ON_ASSIGNMENT_CHANGED Signature
Method ON_ASSIGNMENT_CHANGED on class CL_WER_RULE_VIEW has no parameter.
Method ON_ASSIGNMENT_CHANGED on class CL_WER_RULE_VIEW has no exception.
Method RESET_ELEMENT Signature
Method RESET_ELEMENT on class CL_WER_RULE_VIEW has no parameter.
Method RESET_ELEMENT on class CL_WER_RULE_VIEW has no exception.
Method SETUP_ACTIVE_SCREENS Signature
Method SETUP_ACTIVE_SCREENS on class CL_WER_RULE_VIEW has no parameter.
Method SETUP_ACTIVE_SCREENS on class CL_WER_RULE_VIEW has no exception.
Method SET_FUNCTION_CODES Signature
Method SET_FUNCTION_CODES on class CL_WER_RULE_VIEW has no parameter.
Method SET_FUNCTION_CODES on class CL_WER_RULE_VIEW has no exception.
Method SET_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ITEM | Value transfer | Type reference (TYPE) | FIELD_TYPE | Field type | 20061020 |
Method SET_ITEM on class CL_WER_RULE_VIEW has no exception.
Method SET_ITEM_KEY Signature
Method SET_ITEM_KEY on class CL_WER_RULE_VIEW has no parameter.
Method SET_ITEM_KEY on class CL_WER_RULE_VIEW has no exception.
Method SET_TRUE_ACTION_PROCESS_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PROCESS_STATUS | Call by reference | Type reference (TYPE) | WER_PROCESS_STATUS | Status of a process: correct, item error or general error | 20061107 |
Method SET_TRUE_ACTION_PROCESS_STATUS on class CL_WER_RULE_VIEW has no exception.
Method SHOW_ITEM_KEY_DETAIL Signature
Method SHOW_ITEM_KEY_DETAIL on class CL_WER_RULE_VIEW has no parameter.
Method SHOW_ITEM_KEY_DETAIL on class CL_WER_RULE_VIEW has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 700 |