SAP ABAP Class CL_WER_ASSIGNMENT_VIEW (View for performing assignments)
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 20070109
Properties
Class CL_WER_ASSIGNMENT_VIEW  
Short Description View for performing assignments    
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 20061208   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
Class CL_WER_ASSIGNMENT_VIEW has no interface implemented.
Friends
Class CL_WER_ASSIGNMENT_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_COLUMNS Static Attribute Private Type reference (TYPE) I 1 Number of columns in the main container 20070109
2 C_END_H Constant Private Type reference (TYPE) I 130 Horizontal end of the assignment detail window 20070109
3 C_END_V Constant Private Type reference (TYPE) I 20 Vertical end of the assignment detail window 20070109
4 C_MAX_HEIGHT Constant Private Type reference (TYPE) I 200 Maximum height for the message log 20070109
5 C_MSG_VIEW_HEIGHT_BUFFER Constant Private Type reference (TYPE) I 10 Buffer for the height of the message log 20070109
6 C_NULL_HEIGHT Constant Private Type reference (TYPE) I 0 Height of 0 for hidding the message log 20070109
7 C_ROWS Static Attribute Private Type reference (TYPE) I 2 Number of rows in the mani container 20070109
8 C_ROW_ASSIGNMENT_TREE Constant Private Type reference (TYPE) I 1 Row number for the assignment tree 20070109
9 C_ROW_MSG_LOG Constant Private Type reference (TYPE) I 2 Row number for the message log 20070109
10 C_START_H Constant Private Type reference (TYPE) I 2 Horizontal start of the assignment detail window 20070109
11 C_START_V Constant Private Type reference (TYPE) I 2 Vertical start of the assignment detail window 20070109
12 C_VARIANT_HANDLE_ASSIGN Constant Private Type reference (TYPE) SLIS_HANDL 'ASSN' Mgt. ID for repeated calls from the same program 20070109
13 MR_ASSIGNMENT_TREE_VIEW Instance attribute Private Object reference (TYPE REF TO) CL_WER_RULE_ELEM_TREE_VIEW Common services for rule element tree display 20070109
14 MR_ELEMENT Instance attribute Private Object reference (TYPE REF TO) IF_WER_RULE_ELEMENT Rule element 20070109
15 MR_MAIN_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20070109
16 MR_MSG_LOG_VIEW Instance attribute Private Object reference (TYPE REF TO) CL_WER_MESSAGE_LOG_VIEW Docking Control Container 20070109
17 MR_SPLIT_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Container for Custom Controls in the Screen Area 20070109
18 M_CONTAINER Instance attribute Private Type reference (TYPE) CHAR30 Container embedding MR_MAIN_CONTAINER 20070109
19 M_ELEMENT_CHANGED Instance attribute Private Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20090619
20 M_INITIALIZED Instance attribute Private Type reference (TYPE) WER_BOOL CL_WER_CONST=>C_FALSE Boolean: true = X and false = SPACE 20070109
21 M_PROGRAM Instance attribute Private Type reference (TYPE) REPID ABAP Program Name 20070109
22 M_SCREEN Instance attribute Private Type reference (TYPE) DYNNR Number of the following screen 20070109
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_UI_COMPONENTS Instance method Private Method Clears the UI controls if they are existing 20070109
2 CONSTRUCTOR Instance method Public Constructor 20070109
3 GET_TITLE Instance method Private Method Returns the view title acocrding to the current element 20070109
4 GET_VARIANT Instance method Private Method Returns the variant 20070109
5 INIT_ASSIGNMENT_VIEW Instance method Private Method Initializes the tree view 20070109
6 INIT_MSG_LOG_VIEW Instance method Private Method Initializes the message log view 20070109
7 INIT_UI_COMPONENTS Instance method Private Method Initializes the containers and views 20070109
8 ON_MESSAGE_UPDATE Instance method Private Event handling method Reacts to message changes in the message log 20070109
9 SET_CONTAINER_SEPARATOR Instance method Private Method Sets the visibility of the splitter seperator 20070109
10 SET_MSG_LOG_HEIGHT Instance method Private Method Sets the message log view to visible 20070109
11 SET_VIEWS_VISIBILITY Instance method Private Method Sets the visibility of the views according to messages 20070109
12 SHOW Instance method Public Method Calls to display itself 20070109
Events
Class CL_WER_ASSIGNMENT_VIEW has no event.
Types
Class CL_WER_ASSIGNMENT_VIEW has no local type.
Method Signatures

Method CLEAR_UI_COMPONENTS Signature

Method CLEAR_UI_COMPONENTS on class CL_WER_ASSIGNMENT_VIEW has no parameter.
Method CLEAR_UI_COMPONENTS on class CL_WER_ASSIGNMENT_VIEW has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTAINER Call by reference Type reference (TYPE) C Parent container on the screen 20070109
2 Importing I_PROGRAM Call by reference Type reference (TYPE) REPID ABAP Program Name 20070109
3 Importing I_SCREEN Call by reference Type reference (TYPE) DYNNR Number of the following screen 20070109

Method CONSTRUCTOR on class CL_WER_ASSIGNMENT_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) STRING 20070109

Method GET_TITLE on class CL_WER_ASSIGNMENT_VIEW has no exception.

Method GET_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_VARIANT Value transfer Type reference (TYPE) DISVARIANT Layout (External Use) 20070109

Method GET_VARIANT on class CL_WER_ASSIGNMENT_VIEW has no exception.

Method INIT_ASSIGNMENT_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PARENT_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20070109

Method INIT_ASSIGNMENT_VIEW on class CL_WER_ASSIGNMENT_VIEW has no exception.

Method INIT_MSG_LOG_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PARENT_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20070109

Method INIT_MSG_LOG_VIEW on class CL_WER_ASSIGNMENT_VIEW has no exception.

Method INIT_UI_COMPONENTS Signature

Method INIT_UI_COMPONENTS on class CL_WER_ASSIGNMENT_VIEW has no parameter.
Method INIT_UI_COMPONENTS on class CL_WER_ASSIGNMENT_VIEW has no exception.

Method ON_MESSAGE_UPDATE Signature

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

Method SET_CONTAINER_SEPARATOR 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 20070109

Method SET_CONTAINER_SEPARATOR on class CL_WER_ASSIGNMENT_VIEW has no exception.

Method SET_MSG_LOG_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HEIGHT Call by reference Type reference (TYPE) I 20070109

Method SET_MSG_LOG_HEIGHT on class CL_WER_ASSIGNMENT_VIEW has no exception.

Method SET_VIEWS_VISIBILITY Signature

Method SET_VIEWS_VISIBILITY on class CL_WER_ASSIGNMENT_VIEW has no parameter.
Method SET_VIEWS_VISIBILITY on class CL_WER_ASSIGNMENT_VIEW has no exception.

Method SHOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_RULE_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WER_RULE_ELEMENT Rule element 20070109
2 Importing I_MODE Call by reference Type reference (TYPE) WER_MODE Display, edit and execute modes 20070109

Method SHOW on class CL_WER_ASSIGNMENT_VIEW has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 700