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 | ![]() |
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 | ![]() |
Static Attribute | Private | Type reference (TYPE) | I | 1 | Number of columns in the main container | 20070109 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | I | 130 | Horizontal end of the assignment detail window | 20070109 | |
3 | ![]() |
Constant | Private | Type reference (TYPE) | I | 20 | Vertical end of the assignment detail window | 20070109 | |
4 | ![]() |
Constant | Private | Type reference (TYPE) | I | 200 | Maximum height for the message log | 20070109 | |
5 | ![]() |
Constant | Private | Type reference (TYPE) | I | 10 | Buffer for the height of the message log | 20070109 | |
6 | ![]() |
Constant | Private | Type reference (TYPE) | I | 0 | Height of 0 for hidding the message log | 20070109 | |
7 | ![]() |
Static Attribute | Private | Type reference (TYPE) | I | 2 | Number of rows in the mani container | 20070109 | |
8 | ![]() |
Constant | Private | Type reference (TYPE) | I | 1 | Row number for the assignment tree | 20070109 | |
9 | ![]() |
Constant | Private | Type reference (TYPE) | I | 2 | Row number for the message log | 20070109 | |
10 | ![]() |
Constant | Private | Type reference (TYPE) | I | 2 | Horizontal start of the assignment detail window | 20070109 | |
11 | ![]() |
Constant | Private | Type reference (TYPE) | I | 2 | Vertical start of the assignment detail window | 20070109 | |
12 | ![]() |
Constant | Private | Type reference (TYPE) | SLIS_HANDL | 'ASSN' | Mgt. ID for repeated calls from the same program | 20070109 | |
13 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_WER_RULE_ELEM_TREE_VIEW | Common services for rule element tree display | 20070109 | ||
14 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_WER_RULE_ELEMENT | Rule element | 20070109 | ||
15 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container for Custom Controls in the Screen Area | 20070109 | ||
16 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_WER_MESSAGE_LOG_VIEW | Docking Control Container | 20070109 | ||
17 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Container for Custom Controls in the Screen Area | 20070109 | ||
18 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CHAR30 | Container embedding MR_MAIN_CONTAINER | 20070109 | ||
19 | ![]() |
Instance attribute | Private | Type reference (TYPE) | WER_BOOL | Boolean: true = X and false = SPACE | 20090619 | ||
20 | ![]() |
Instance attribute | Private | Type reference (TYPE) | WER_BOOL | CL_WER_CONST=>C_FALSE | Boolean: true = X and false = SPACE | 20070109 | |
21 | ![]() |
Instance attribute | Private | Type reference (TYPE) | REPID | ABAP Program Name | 20070109 | ||
22 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DYNNR | Number of the following screen | 20070109 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Clears the UI controls if they are existing | 20070109 |
2 | ![]() |
Instance method | Public | Constructor | 20070109 | |
3 | ![]() |
Instance method | Private | Method | Returns the view title acocrding to the current element | 20070109 |
4 | ![]() |
Instance method | Private | Method | Returns the variant | 20070109 |
5 | ![]() |
Instance method | Private | Method | Initializes the tree view | 20070109 |
6 | ![]() |
Instance method | Private | Method | Initializes the message log view | 20070109 |
7 | ![]() |
Instance method | Private | Method | Initializes the containers and views | 20070109 |
8 | ![]() |
Instance method | Private | Event handling method | Reacts to message changes in the message log | 20070109 |
9 | ![]() |
Instance method | Private | Method | Sets the visibility of the splitter seperator | 20070109 |
10 | ![]() |
Instance method | Private | Method | Sets the message log view to visible | 20070109 |
11 | ![]() |
Instance method | Private | Method | Sets the visibility of the views according to messages | 20070109 |
12 | ![]() |
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 | ![]() |
I_CONTAINER | Call by reference | Type reference (TYPE) | C | Parent container on the screen | 20070109 | ||
2 | ![]() |
I_PROGRAM | Call by reference | Type reference (TYPE) | REPID | ABAP Program Name | 20070109 | ||
3 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
IR_RULE_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WER_RULE_ELEMENT | Rule element | 20070109 | ||
2 | ![]() |
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 |