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 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_RULE_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_RULE Instance attribute Private Object reference (TYPE REF TO) CL_WER_RULE Rule object consisting of an entry condition and an action 20060824
2 MR_VIEW_SET Instance attribute Private Object reference (TYPE REF TO) CL_WER_TAB_CTRL_VIEW View with subscreens 20061017
3 M_FCODES_SET Instance attribute Private Type reference (TYPE) WER_BOOL CL_WER_CONST=>C_FALSE True if SET_FUNCTION_CODE has been called 20070109
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20061016
2 GET_CURRENT_SUBSCREEN Instance method Public Method 20070111
3 GET_ITEM Instance method Public Method Returns the workitem of the rule 20061019
4 GET_ITEM_KEY Instance method Public Method Returns the item key field 20061107
5 GET_ITEM_NAME Instance method Public Method Returns the workitem of the rule 20061107
6 GET_TRUE_ACTION_PROCESS_STATUS Instance method Public Method Sets the process status 20061107
7 LINK_FIELDS_TO_ATTRIBUTES Instance method Public Method Links the field item supplied to the item attribute 20061019
8 ON_ASSIGNMENT_CHANGED Instance method Public Event handling method Handles assignment changes in the rule 20061107
9 RESET_ELEMENT Instance method Public Method Rests the element in the view set 20061020
10 SETUP_ACTIVE_SCREENS Instance method Public Method 20070111
11 SET_FUNCTION_CODES Instance method Public Method 20070111
12 SET_ITEM Instance method Public Method Sets the workitem of the rule 20061019
13 SET_ITEM_KEY Instance method Public Method Sets the key for identifying an item of the workitem type 20061107
14 SET_TRUE_ACTION_PROCESS_STATUS Instance method Public Method Sets the process status 20061107
15 SHOW_ITEM_KEY_DETAIL Instance method Public Method Display item key detail 20070109
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 Importing IR_VIEW_SET Call by reference Object reference (TYPE REF TO) CL_WER_TAB_CTRL_VIEW View with subscreens 20061017
2 Importing I_ELEMENT_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE Element type 20061016
3 Importing I_ID Call by reference Type reference (TYPE) WER_SUBSCREEN_ID Subscreen identifier 20061016
4 Importing I_PROGRAM Call by reference Type reference (TYPE) SYREPID ABAP Program: Current Main Program 20061016
5 Importing 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 Returning 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 Returning 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 Returning 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 Returning 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 Importing I_ACTION Call by reference Type reference (TYPE) WER_ATTRIBUTE_NAME Name of an attribute 20070109
2 Importing I_CONDITION Call by reference Type reference (TYPE) WER_ATTRIBUTE_NAME Name of an attribute 20070109
3 Importing I_ITEM_FIELD Call by reference Type reference (TYPE) WER_ATTRIBUTE_NAME Name of an attribute 20061019
4 Importing I_ITEM_KEY_FIELD Call by reference Type reference (TYPE) WER_ATTRIBUTE_NAME Name of an attribute 20061107
5 Importing 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 Importing 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 Importing 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