SAP ABAP Class CL_WER_RULE_CONFIG_VIEW (Rule Configuration Application Main 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_VIEW Base for all view classes 20060627
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WER_RULE_CONFIG_VIEW_603 Rule Configuration Application Main View (release 603) 20070724
Properties
Class CL_WER_RULE_CONFIG_VIEW  
Short Description Rule Configuration Application Main View    
Super Class CL_WER_VIEW Base for all view classes 
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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_WER_CONST Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_WER_UI_CONST Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_WER_RULE_CONFIG_VIEW has no interface implemented.
Friends
Class CL_WER_RULE_CONFIG_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_FULL_HEIGHT Constant Private Type reference (TYPE) I 100 Relative height of 100% 20060801
2 C_INFO_VIEW_ROW Constant Private Type reference (TYPE) I 1 Row number of the information area in the text area 20060801
3 C_MAIN_TOOLBAR Constant Private Type reference (TYPE) WER_STRING 'MAIN_TOOLBAR' Main toolbar name 20070726
4 C_MSG_VIEW_MAX_HEIGHT Constant Private Type reference (TYPE) I 100 Maximum height of the message view 20060727
5 C_MSG_VIEW_ROW Constant Private Type reference (TYPE) I 2 Row number of the message area in the text area 20060801
6 C_NO_HEIGHT Constant Private Type reference (TYPE) I 0 Relative height of 0% 20060801
7 C_SA_INITIAL_WIDTH Constant Protected Type reference (TYPE) I 350 Initial width of the selection area 20060713
8 C_TEXT_AREA_COLUMNS Constant Private Type reference (TYPE) I 1 Number of columns in the splitter cont. of the text area 20060703
9 C_TEXT_AREA_ROWS Constant Private Type reference (TYPE) I 2 Number of rows in the splitter cont. of the text area 20060703
10 MR_INFO_VIEW Instance attribute Private Object reference (TYPE REF TO) CL_WER_INFORMATION_VIEW Rule element information display 20060628
11 MR_MSG_VIEW Instance attribute Private Object reference (TYPE REF TO) CL_WER_MESSAGE_LOG_VIEW Message display view 20060628
12 MR_NAVIGATION_AREA_VIEW Instance attribute Protected Object reference (TYPE REF TO) CL_WER_NAVIGATION_AREA_VIEW Navigation view 20070730
13 MR_NAVIGATION_CONT Instance attribute Private Object reference (TYPE REF TO) CL_GUI_DOCKING_CONTAINER Container for the selection area 20070727
14 MR_RULE_CONF_APP Instance attribute Protected Object reference (TYPE REF TO) CL_WER_RULE_CONFIG_APP Rule Configuration application 20060721
15 MR_TEXT_AREA_DOCK_CONT Instance attribute Private Object reference (TYPE REF TO) CL_GUI_DOCKING_CONTAINER Contains the message and info areas 20060630
16 MR_TEXT_AREA_SPLIT_CONT Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Splitter for the info and message areas 20060630
17 MR_WORK_AREA_VIEW Instance attribute Private Object reference (TYPE REF TO) CL_WER_TAB_CTRL_VIEW Work area for editing/displaying rule elements 20060704
18 MT_GUI_TITLES Instance attribute Private Type reference (TYPE) WER_TITLE_MAP_TTY Titles mapped against modes and element types 20060823
19 MT_STATES Instance attribute Private Type reference (TYPE) WER_RULE_CONFIG_STATE_TTY Elements for the back functionality 20060724
20 M_MSG_CLEARED_BY_EVENT Instance attribute Private Type reference (TYPE) WER_BOOL CL_WER_CONST=>C_FALSE If true, HANDLE_COMMAND doesnot clear the messages 20070109
21 M_MSG_VIEW_HEIGHT Instance attribute Private Type reference (TYPE) I Height of the msg view in the last call to PREPARE_DISPLAY 20060728
22 M_PROCESS_ERROR Instance attribute Private Type reference (TYPE) WER_BOOL CL_WER_CONST=>C_FALSE Flag to indicate that a process error occured 20060829
23 M_TEXT_AREA_HEIGHT Instance attribute Private Type reference (TYPE) I 150 Height of the docking container of the text area 20060728
24 SR_POPUP_SERVICES Static Attribute Protected Object reference (TYPE REF TO) CL_WER_POPUP_SERVICES Popup screens for confirmations, selections and messages 20060721
Methods
# Method Level Visibility Method type Description Created on
1 ADD_STATE Instance method Private Method Adds a state to the back functionality stack 20060731
2 BACK Instance method Private Method Sets the work area to the previous state 20060817
3 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20060823
4 CLEAR_WORK_AREA Instance method Private Method Properly clear the work area and save if required 20060724
5 CONSTRUCTOR Instance method Public Constructor 20060627
6 CREATE_ELEMENT Instance method Private Method Calls for the creation of an element 20060823
7 FREEZE_INFO_VIEW_HEIGHT Instance method Private Method Freezes the height of the info view 20060730
8 GET_CONFIRMATION Instance method Protected Method Returns user confirmation to discard unsaved elements 20070730
9 GET_CONTINUE_CONFIRMATION Instance method Private Method Requests and returns the user confirmation for continuing 20061005
10 GET_EXCLUDED_FUNCTIONS Instance method Public Method Returns the list of functions which are not available 20060823
11 GET_MAIN_TOOLBAR Instance method Public Method Returns the main application toolbar name 20070726
12 GET_TITLE Instance method Public Method Returns the title according to the work area status 20060823
13 HANDLE_ADD_TO_WORKLIST Instance method Private Method Handles adding curent element to worklist area 20070815
14 HANDLE_BACK Instance method Private Method Handles the standard BACK command 20060703
15 HANDLE_CANCEL Instance method Private Method Handles the standard CANCEL command 20060703
16 HANDLE_CLEAR_MSG_AREA Instance method Private Method Handles clearing of the message area 20060724
17 HANDLE_COMMAND Instance method Public Method Redirects the command to the correct handler method 20060703
18 HANDLE_COPY Instance method Private Method Handles copying of a rule application element 20060703
19 HANDLE_CREATE_APPLICATION Instance method Private Method Handles the creation of a new application 20060823
20 HANDLE_CREATE_ELEMENT Instance method Private Method Handles the creation of a new application element 20060823
21 HANDLE_DELETE Instance method Private Method Handles deletion of a rule application element 20060703
22 HANDLE_EDIT_ELEMENT Instance method Private Method Handles editing of system elements 20071205
23 HANDLE_EXIT Instance method Private Method Handles the standard EXIT command 20060703
24 HANDLE_SAVE Instance method Private Method Handles saving of a rule application element 20060703
25 HANDLE_TOGGLE_INFO_AREA Instance method Private Method Handles the display/hide toggling of the information area 20060703
26 HANDLE_TOGGLE_MODE Instance method Private Method Changes the mode from its current value (Edit/Display) 20060803
27 HANDLE_TOGGLE_SEL_AREA Instance method Private Method Handles the display/hide toggling of the selection area 20060703
28 HAS_CURRENT_ELEMENT Instance method Public Method Returns true (X) if a current element is loaded 20060703
29 INIT_GUI_TITLES Instance method Private Method Initializes the GUI title table 20060823
30 INIT_GUI_TITLES_ACTIONS Instance method Private Method Initializes the GUI title table for action types 20060823
31 INIT_GUI_TITLES_EXPRESSIONS Instance method Private Method Initializes the GUI title table for expression types 20060823
32 INIT_NAVIGATION_AREA Instance method Private Method Initializes the navigation area 20070727
33 INIT_TEXT_AREA Instance method Private Method Creates the container and view instance of the text. area 20060822
34 INIT_UI_COMPONENTS Instance method Public Method Initialize UI components 20070726
35 INIT_WORK_AREA Instance method Private Method Creates the view instance of the work area 20060822
36 IS_TOOLBAR_ACTION_COMMAND Static method Private Method Returns true if the command is an action from the toolbar 20070627
37 ON_APPLICATION_UPDATED Instance method Private Event handling method Event handler for CL_WER_RULE_CONFIG_APP->APPLICATION.... 20060822
38 ON_COPY_ELEMENT Instance method Private Event handling method Event handler for CL_WER_NAVIGATION_VIEW->COPY_ELEMENT 20070109
39 ON_CREATE_ELEMENT Instance method Private Event handling method Event handler for CL_WER_NAVIGATION_VIEW->CREATE_ELEMENT 20060823
40 ON_DELETE_ELEMENT Instance method Private Event handling method Event handler for CL_WER_NAVIGATION_VIEW->DELETE_ELEMENT 20070109
41 ON_ELEMENT_UPDATED Instance method Private Event handling method Event handler for CL_WER_RULE_CONFIG_APP->ELEMENT... 20060822
42 ON_MESSAGE_UPDATE Instance method Private Event handling method Event handler for CL_WER_MESSAGE_MANAGER->NEW_MESSAGES 20060727
43 ON_PROCESS_ERROR Instance method Private Event handling method Event handler for CL_WER_SUBSCREEN_VIEW->PROCESS_ERROR 20060829
44 ON_PROCESS_STARTING Instance method Private Event handling method Event handler for CL_WER_SUBSCREEN_VIEW->PROCESS_STARTING 20060925
45 ON_SELECT_APPLICATION Instance method Private Event handling method Event handler for CL_WER_NAVIGATION_VIEW->SELECT_APPLICATION 20060703
46 ON_SELECT_ELEMENT Instance method Private Event handling method Event handler for CL_WER_NAVIGATION_VIEW->SELECT_ELEMENT 20060721
47 REMOVE_APP_FROM_STATES Instance method Private Method Removes all states which are related to a given application 20060818
48 REMOVE_ELEM_FROM_STATES Instance method Private Method Removes all states which are related to a given element 20070109
49 RESET_ELEMENT Instance method Public Method Rests the element from the application 20060831
50 RESET_PROCESS_ERROR_FLAG Instance method Private Method Resets the process error flag to false 20060829
51 SELECT_ELEMENT Instance method Protected Method Select element in the work area 20070815
52 SET_APPLICATION Instance method Public Method Sets the current application 20060831
53 SET_APPLICATION_FROM_APP Instance method Private Method Sets the current application from the Rule Config. App. 20060802
54 SET_AREAS_AFTER_DELETE Instance method Private Method Sets the state of the view areas after a deletion 20070109
55 SET_DISPLAY_MODE Instance method Protected Method Sets display mode 20070815
56 SET_ELEMENT_FROM_APP Instance method Private Method Sets the current element in the views 20060724
57 SET_FUNCTION_STATUS Instance method Protected Method Sets function status 20070815
58 SET_HANDLERS Instance method Protected Method Set the event handler methods 20060724
59 SET_SELECT_ELEMENT_MODE Instance method Protected Method Set mode when an element is selected 20070801
60 SET_TEXT_AREA_ONE_ROW Instance method Private Method Sets only one view in the text area 20060801
61 SET_TEXT_AREA_SEPERATOR Instance method Private Method Sets the text area splitter container seperator 20060703
62 SET_TEXT_AREA_TWO_ROWS Instance method Private Method Sets the information and message view in the text area 20060801
63 SET_VISIBILITY_INFO_AREA Instance method Private Method Sets the visibility of the information area 20060630
64 SET_VISIBILITY_MSG_AREA Instance method Private Method Sets the visibility of the message area 20060630
65 SET_VISIBILITY_SEL_AREA Instance method Protected Method Sets the visibility of the selection area 20060630
66 SET_VISIBILITY_TEXT_AREA Instance method Private Method Sets the visibility of the text area 20060704
Events
Class CL_WER_RULE_CONFIG_VIEW has no event.
Types
Class CL_WER_RULE_CONFIG_VIEW has no local type.
Method Signatures

Method ADD_STATE Signature

Method ADD_STATE on class CL_WER_RULE_CONFIG_VIEW has no parameter.
Method ADD_STATE on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method BACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_BACK_PERFORMED Value transfer Type reference (TYPE) WER_BOOL True (X) if a previous state was loaded 20060817

Method BACK on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method CLASS_CONSTRUCTOR Signature

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

Method CLEAR_WORK_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANGE_APPLICATION Call by reference Type reference (TYPE) WER_BOOL CL_WER_CONST=>C_FALSE Boolean: true = X and false = SPACE 20070815
2 Importing I_STACK_STATE Call by reference Type reference (TYPE) WER_BOOL CL_WER_CONST=>C_TRUE Boolean: true = X and false = SPACE 20060824
3 Returning R_WA_CLEARED Value transfer Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20060724

Method CLEAR_WORK_AREA on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_APPLICATION Call by reference Object reference (TYPE REF TO) CL_WER_RULE_CONFIG_APP Rule Configuration application 20060627
2 Importing I_INITIALIZE Call by reference Type reference (TYPE) WER_BOOL CL_WER_CONST=>C_TRUE Boolean: true = X and false = SPACE 20070727
3 Importing I_PROGRAM Call by reference Type reference (TYPE) SYREPID Embedding program 20060627
4 Importing I_SCREEN Call by reference Type reference (TYPE) SYDYNNR Embedding screen 20060627
5 Importing I_WA_PROGRAM Call by reference Type reference (TYPE) SYREPID Program of the work area 20060630
6 Importing I_WA_SCREEN Call by reference Type reference (TYPE) SYDYNNR Screen of the work area 20060630

Method CONSTRUCTOR on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method CREATE_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE Element type 20060823
# Exception Resumable Description Created on
1 CX_WER_AUTHORIZATION Authorization error 20060823
2 CX_WER_OPERATION_FAILED Operation failed exception 20060823

Method FREEZE_INFO_VIEW_HEIGHT Signature

Method FREEZE_INFO_VIEW_HEIGHT on class CL_WER_RULE_CONFIG_VIEW has no parameter.
Method FREEZE_INFO_VIEW_HEIGHT on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method GET_CONFIRMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANGE_APPLICATION Call by reference Type reference (TYPE) WER_BOOL CL_WER_CONST=>C_FALSE Boolean: true = X and false = SPACE 20070815
2 Returning R_CONFIRMATION Value transfer Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20070730

Method GET_CONFIRMATION on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method GET_CONTINUE_CONFIRMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANGE_APPLICATION Call by reference Type reference (TYPE) WER_BOOL CL_WER_CONST=>C_FALSE Boolean: true = X and false = SPACE 20070815
2 Returning R_CONFIRMATION Value transfer Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20061005

Method GET_CONTINUE_CONFIRMATION on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method GET_EXCLUDED_FUNCTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_EXCLUDED_FUNCTIONS Value transfer Object reference (TYPE REF TO) WER_FUNCTION_TTY Function status entries 20060823

Method GET_EXCLUDED_FUNCTIONS on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method GET_MAIN_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TOOLBAR Value transfer Type reference (TYPE) WER_STRING String 20070726

Method GET_MAIN_TOOLBAR on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method GET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TITLE Value transfer Type reference (TYPE) WER_TEXT_ELEMENT Text element 20060823

Method GET_TITLE on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method HANDLE_ADD_TO_WORKLIST Signature

Method HANDLE_ADD_TO_WORKLIST on class CL_WER_RULE_CONFIG_VIEW has no parameter.
Method HANDLE_ADD_TO_WORKLIST on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method HANDLE_BACK Signature

Method HANDLE_BACK on class CL_WER_RULE_CONFIG_VIEW has no parameter.
Method HANDLE_BACK on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method HANDLE_CANCEL Signature

Method HANDLE_CANCEL on class CL_WER_RULE_CONFIG_VIEW has no parameter.
Method HANDLE_CANCEL on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method HANDLE_CLEAR_MSG_AREA Signature

Method HANDLE_CLEAR_MSG_AREA on class CL_WER_RULE_CONFIG_VIEW has no parameter.
Method HANDLE_CLEAR_MSG_AREA on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method HANDLE_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 20060703

Method HANDLE_COMMAND on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method HANDLE_COPY Signature

Method HANDLE_COPY on class CL_WER_RULE_CONFIG_VIEW has no parameter.
# Exception Resumable Description Created on
1 CX_WER_AUTHORIZATION Authorization error 20060830
2 CX_WER_OPERATION_FAILED Operation failed exception 20060830

Method HANDLE_CREATE_APPLICATION Signature

Method HANDLE_CREATE_APPLICATION on class CL_WER_RULE_CONFIG_VIEW has no parameter.
# Exception Resumable Description Created on
1 CX_WER_AUTHORIZATION Authorization error 20060823
2 CX_WER_OPERATION_FAILED Operation failed exception 20060823

Method HANDLE_CREATE_ELEMENT Signature

Method HANDLE_CREATE_ELEMENT on class CL_WER_RULE_CONFIG_VIEW has no parameter.
# Exception Resumable Description Created on
1 CX_WER_AUTHORIZATION Authorization error 20060823
2 CX_WER_OPERATION_FAILED Operation failed exception 20060823

Method HANDLE_DELETE Signature

Method HANDLE_DELETE on class CL_WER_RULE_CONFIG_VIEW has no parameter.
# Exception Resumable Description Created on
1 CX_WER_AUTHORIZATION Authorization error 20060818
2 CX_WER_OPERATION_FAILED Operation failed exception 20060818

Method HANDLE_EDIT_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONFIRM_EDIT_SYSTEM Call by reference Type reference (TYPE) WER_BOOL CL_WER_CONST=>C_TRUE Boolean: true = X and false = SPACE 20090428
2 Importing I_REQUEST_CATEGORY Call by reference Type reference (TYPE) TRCATEG 'SYST' Request or task category 20090513
3 Returning R_EDIT_CONFIRMATION Value transfer Type reference (TYPE) WER_BOOL Proceed to system element editing 20071205

Method HANDLE_EDIT_ELEMENT on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method HANDLE_EXIT Signature

Method HANDLE_EXIT on class CL_WER_RULE_CONFIG_VIEW has no parameter.
Method HANDLE_EXIT on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method HANDLE_SAVE Signature

Method HANDLE_SAVE on class CL_WER_RULE_CONFIG_VIEW has no parameter.
# Exception Resumable Description Created on
1 CX_WER_AUTHORIZATION Authorization error 20060731
2 CX_WER_OPERATION_FAILED Operation failed exception 20060731

Method HANDLE_TOGGLE_INFO_AREA Signature

Method HANDLE_TOGGLE_INFO_AREA on class CL_WER_RULE_CONFIG_VIEW has no parameter.
Method HANDLE_TOGGLE_INFO_AREA on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method HANDLE_TOGGLE_MODE Signature

Method HANDLE_TOGGLE_MODE on class CL_WER_RULE_CONFIG_VIEW has no parameter.
# Exception Resumable Description Created on
1 CX_WER_AUTHORIZATION Authorization error 20060818
2 CX_WER_OPERATION_FAILED Operation failed exception 20060818

Method HANDLE_TOGGLE_SEL_AREA Signature

Method HANDLE_TOGGLE_SEL_AREA on class CL_WER_RULE_CONFIG_VIEW has no parameter.
Method HANDLE_TOGGLE_SEL_AREA on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method HAS_CURRENT_ELEMENT Signature

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

Method HAS_CURRENT_ELEMENT on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method INIT_GUI_TITLES Signature

Method INIT_GUI_TITLES on class CL_WER_RULE_CONFIG_VIEW has no parameter.
Method INIT_GUI_TITLES on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method INIT_GUI_TITLES_ACTIONS Signature

Method INIT_GUI_TITLES_ACTIONS on class CL_WER_RULE_CONFIG_VIEW has no parameter.
Method INIT_GUI_TITLES_ACTIONS on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method INIT_GUI_TITLES_EXPRESSIONS Signature

Method INIT_GUI_TITLES_EXPRESSIONS on class CL_WER_RULE_CONFIG_VIEW has no parameter.
Method INIT_GUI_TITLES_EXPRESSIONS on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method INIT_NAVIGATION_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROGRAM Call by reference Type reference (TYPE) SYREPID ABAP Program: Current Main Program 20070727
2 Importing I_SCREEN Call by reference Type reference (TYPE) SYDYNNR Current Screen Number 20070727

Method INIT_NAVIGATION_AREA on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method INIT_TEXT_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROGRAM Call by reference Type reference (TYPE) SYREPID ABAP Program: Current Main Program 20060822
2 Importing I_SCREEN Call by reference Type reference (TYPE) SYDYNNR Current Screen Number 20060822

Method INIT_TEXT_AREA on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method INIT_UI_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_APPLICATION Call by reference Object reference (TYPE REF TO) CL_WER_RULE_CONFIG_APP Rule Configuration application 20070726
2 Importing I_PROGRAM Call by reference Type reference (TYPE) SYREPID Embedding program 20070726
3 Importing I_SCREEN Call by reference Type reference (TYPE) SYDYNNR Embedding screen 20070726
4 Importing I_WA_PROGRAM Call by reference Type reference (TYPE) SYREPID Program of the work area 20070726
5 Importing I_WA_SCREEN Call by reference Type reference (TYPE) SYDYNNR Screen of the work area 20070726

Method INIT_UI_COMPONENTS on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method INIT_WORK_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROGRAM Call by reference Type reference (TYPE) SYREPID ABAP Program: Current Main Program 20060822
2 Importing I_SCREEN Call by reference Type reference (TYPE) SYDYNNR Current Screen Number 20060822

Method INIT_WORK_AREA on class CL_WER_RULE_CONFIG_VIEW has no exception.

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

Method IS_TOOLBAR_ACTION_COMMAND on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method ON_APPLICATION_UPDATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_APPLICATION_SWITCH Value transfer Attribute reference (LIKE) 20070109

Method ON_APPLICATION_UPDATED on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method ON_COPY_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_ID Value transfer Attribute reference (LIKE) 20070727
2 Importing E_NAME Value transfer Attribute reference (LIKE) 20070727
3 Importing E_TYPE Value transfer Attribute reference (LIKE) 20070727

Method ON_COPY_ELEMENT on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method ON_CREATE_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_TYPE Value transfer Attribute reference (LIKE) 20060823

Method ON_CREATE_ELEMENT on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method ON_DELETE_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_ID Value transfer Attribute reference (LIKE) 20070109
2 Importing E_TYPE Value transfer Attribute reference (LIKE) 20070109

Method ON_DELETE_ELEMENT on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method ON_ELEMENT_UPDATED Signature

Method ON_ELEMENT_UPDATED on class CL_WER_RULE_CONFIG_VIEW has no parameter.
Method ON_ELEMENT_UPDATED on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method ON_MESSAGE_UPDATE Signature

Method ON_MESSAGE_UPDATE on class CL_WER_RULE_CONFIG_VIEW has no parameter.
Method ON_MESSAGE_UPDATE on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method ON_PROCESS_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_INTERRUPT_PROCESSING Value transfer Attribute reference (LIKE) 20060829

Method ON_PROCESS_ERROR on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method ON_PROCESS_STARTING Signature

Method ON_PROCESS_STARTING on class CL_WER_RULE_CONFIG_VIEW has no parameter.
Method ON_PROCESS_STARTING on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method ON_SELECT_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_APPLICATION Value transfer Attribute reference (LIKE) 20070727

Method ON_SELECT_APPLICATION on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method ON_SELECT_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_ID Value transfer Attribute reference (LIKE) 20070727
2 Importing E_KEEP_APPLICATION Value transfer Attribute reference (LIKE) 20070815
3 Importing E_TYPE Value transfer Attribute reference (LIKE) 20070727

Method ON_SELECT_ELEMENT on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method REMOVE_APP_FROM_STATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION Call by reference Type reference (TYPE) WER_APPLICATION_ID Application identifier 20060818

Method REMOVE_APP_FROM_STATES on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method REMOVE_ELEM_FROM_STATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ELEMENT Call by reference Type reference (TYPE) WER_ELEMENT_ID Application identifier 20070109

Method REMOVE_ELEM_FROM_STATES on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method RESET_ELEMENT Signature

Method RESET_ELEMENT on class CL_WER_RULE_CONFIG_VIEW has no parameter.
Method RESET_ELEMENT on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method RESET_PROCESS_ERROR_FLAG Signature

Method RESET_PROCESS_ERROR_FLAG on class CL_WER_RULE_CONFIG_VIEW has no parameter.
Method RESET_PROCESS_ERROR_FLAG on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method SELECT_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) WER_ELEMENT_ID Element unique identifier 20070815
2 Importing I_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE Element type 20070815
# Exception Resumable Description Created on
1 CX_WER_AUTHORIZATION Authorization error 20070815
2 CX_WER_OPERATION_FAILED Operation failed exception 20070815

Method SET_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION Call by reference Type reference (TYPE) WER_APPLICATION_ID Application identifier 20060831

Method SET_APPLICATION on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method SET_APPLICATION_FROM_APP Signature

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

Method SET_APPLICATION_FROM_APP on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method SET_AREAS_AFTER_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) WER_ELEMENT_ID Element unique identifier 20070109
2 Importing I_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE Element type 20070109

Method SET_AREAS_AFTER_DELETE on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method SET_DISPLAY_MODE Signature

Method SET_DISPLAY_MODE on class CL_WER_RULE_CONFIG_VIEW has no parameter.
# Exception Resumable Description Created on
1 CX_WER_AUTHORIZATION Authorization error 20070816
2 CX_WER_OPERATION_FAILED Operation failed exception 20070816

Method SET_ELEMENT_FROM_APP Signature

Method SET_ELEMENT_FROM_APP on class CL_WER_RULE_CONFIG_VIEW has no parameter.
Method SET_ELEMENT_FROM_APP on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method SET_FUNCTION_STATUS Signature

Method SET_FUNCTION_STATUS on class CL_WER_RULE_CONFIG_VIEW has no parameter.
Method SET_FUNCTION_STATUS on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method SET_HANDLERS Signature

Method SET_HANDLERS on class CL_WER_RULE_CONFIG_VIEW has no parameter.
Method SET_HANDLERS on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method SET_SELECT_ELEMENT_MODE Signature

Method SET_SELECT_ELEMENT_MODE on class CL_WER_RULE_CONFIG_VIEW has no parameter.
# Exception Resumable Description Created on
1 CX_WER_AUTHORIZATION Authorization error 20070801
2 CX_WER_OPERATION_FAILED Operation failed exception 20070801

Method SET_TEXT_AREA_ONE_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ROW Call by reference Type reference (TYPE) I Message or information view row 20060801

Method SET_TEXT_AREA_ONE_ROW on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method SET_TEXT_AREA_SEPERATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STATUS Call by reference Type reference (TYPE) I CL_WER_UI_CONST=>C_STATUS_ON Status of the cell seperator: ON(1) or OFF(0) 20060703

Method SET_TEXT_AREA_SEPERATOR on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method SET_TEXT_AREA_TWO_ROWS Signature

Method SET_TEXT_AREA_TWO_ROWS on class CL_WER_RULE_CONFIG_VIEW has no parameter.
Method SET_TEXT_AREA_TWO_ROWS on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method SET_VISIBILITY_INFO_AREA 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 20060630

Method SET_VISIBILITY_INFO_AREA on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method SET_VISIBILITY_MSG_AREA 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 20060630

Method SET_VISIBILITY_MSG_AREA on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method SET_VISIBILITY_SEL_AREA 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 20060630

Method SET_VISIBILITY_SEL_AREA on class CL_WER_RULE_CONFIG_VIEW has no exception.

Method SET_VISIBILITY_TEXT_AREA Signature

Method SET_VISIBILITY_TEXT_AREA on class CL_WER_RULE_CONFIG_VIEW has no parameter.
Method SET_VISIBILITY_TEXT_AREA on class CL_WER_RULE_CONFIG_VIEW has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 700