SAP ABAP Class CL_WER_ADMIN_VIEW (Display of administrative information)
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 | 20060630 |
Properties
Class | CL_WER_ADMIN_VIEW | |
Short Description | Display of administrative information | |
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 | 20060628 | 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) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_WER_ADMIN_VIEW has no interface implemented.
Friends
Class CL_WER_ADMIN_VIEW has no friend class.
Attributes
Class CL_WER_ADMIN_VIEW has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20060630 | |
2 | ![]() |
Instance method | Public | Method | Exports last change and creation info (user & timestamp) | 20060705 |
3 | ![]() |
Instance method | Public | Method | Returns the description of the element to be processed | 20060704 |
4 | ![]() |
Instance method | Public | Method | Returns the ID of the element | 20060801 |
5 | ![]() |
Instance method | Public | Method | Returns the name of the element to be processed | 20060704 |
6 | ![]() |
Instance method | Public | Method | Returns the element type in text format | 20060801 |
7 | ![]() |
Instance method | Public | Method | Returns the flag indicating that the element is system | 20061027 |
8 | ![]() |
Instance method | Public | Method | Links the attribute to screen element names | 20060929 |
9 | ![]() |
Instance method | Public | Method | Sets the description of the element | 20060710 |
10 | ![]() |
Instance method | Public | Method | Sets the name of the element | 20060710 |
Events
Class CL_WER_ADMIN_VIEW has no event.
Types
Class CL_WER_ADMIN_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 | ![]() |
I_ACTIVE | Call by reference | Type reference (TYPE) | WER_BOOL | CL_WER_CONST=>C_FALSE | ID of this subscreen | 20070216 | |
2 | ![]() |
I_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | WER_ELEMENT_TYPE | Element type | 20060726 | ||
3 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | WER_SUBSCREEN_ID | Current Screen Number | 20060630 | ||
4 | ![]() |
I_PROGRAM | Call by reference | Type reference (TYPE) | SYREPID | Element type | 20060630 | ||
5 | ![]() |
I_SCREEN | Call by reference | Type reference (TYPE) | SYDYNNR | ABAP Program: Current Main Program | 20060630 | ||
6 | ![]() |
I_VISIBLE | Call by reference | Type reference (TYPE) | WER_BOOL | CL_WER_CONST=>C_FALSE | Boolean: true = X and false = SPACE | 20070216 |
Method CONSTRUCTOR on class CL_WER_ADMIN_VIEW has no exception.
Method GET_ELEMENT_CHANGE_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_CREATED_BY | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20060705 | ||
2 | ![]() |
E_CREATED_ON | Call by reference | Type reference (TYPE) | DATUM | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20060705 | ||
3 | ![]() |
E_LAST_CHANGE_BY | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20060705 | ||
4 | ![]() |
E_LAST_CHANGE_ON | Call by reference | Type reference (TYPE) | DATUM | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20060705 |
Method GET_ELEMENT_CHANGE_INFO on class CL_WER_ADMIN_VIEW has no exception.
Method GET_ELEMENT_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_DESCRIPTION | Value transfer | Type reference (TYPE) | WER_ELEMENT_DESCRIPTION | Element description | 20060712 |
Method GET_ELEMENT_DESCRIPTION on class CL_WER_ADMIN_VIEW has no exception.
Method GET_ELEMENT_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_ID | Value transfer | Type reference (TYPE) | WER_ELEMENT_ID | Element unique identifier | 20060801 |
Method GET_ELEMENT_ID on class CL_WER_ADMIN_VIEW has no exception.
Method GET_ELEMENT_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_NAME | Value transfer | Type reference (TYPE) | WER_ELEMENT_NAME | Element name | 20060712 |
Method GET_ELEMENT_NAME on class CL_WER_ADMIN_VIEW has no exception.
Method GET_ELEMENT_TYPE_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TYPE_TEXT | Value transfer | Type reference (TYPE) | STRING | 20060801 |
Method GET_ELEMENT_TYPE_TEXT on class CL_WER_ADMIN_VIEW has no exception.
Method GET_SYSTEM_ELEMENT_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_SYSTEM_ELEMENT | Value transfer | Type reference (TYPE) | WER_BOOL | Boolean: true = X and false = SPACE | 20061027 |
Method GET_SYSTEM_ELEMENT_STATUS on class CL_WER_ADMIN_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_ACCESS_LEVEL | Call by reference | Type reference (TYPE) | WER_ATTRIBUTE_NAME | Name of an attribute | 20060929 | ||
2 | ![]() |
I_APPLICATION | Call by reference | Type reference (TYPE) | WER_ATTRIBUTE_NAME | Name of an attribute | 20060929 | ||
3 | ![]() |
I_CREATED_BY | Call by reference | Type reference (TYPE) | WER_ATTRIBUTE_NAME | Name of an attribute | 20060929 | ||
4 | ![]() |
I_CREATED_ON | Call by reference | Type reference (TYPE) | WER_ATTRIBUTE_NAME | Name of an attribute | 20060929 | ||
5 | ![]() |
I_DESCRIPTION | Call by reference | Type reference (TYPE) | WER_ATTRIBUTE_NAME | Name of a Screen Element | 20060929 | ||
6 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | WER_ATTRIBUTE_NAME | Name of an attribute | 20060929 | ||
7 | ![]() |
I_MODIFIED_BY | Call by reference | Type reference (TYPE) | WER_ATTRIBUTE_NAME | Name of an attribute | 20060929 | ||
8 | ![]() |
I_MODIFIED_ON | Call by reference | Type reference (TYPE) | WER_ATTRIBUTE_NAME | Name of an attribute | 20060929 | ||
9 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | WER_ATTRIBUTE_NAME | Name of a Screen Element | 20060929 | ||
10 | ![]() |
I_SYSTEM_ELEMENT | Call by reference | Type reference (TYPE) | WER_ATTRIBUTE_NAME | Name of an attribute | 20061027 | ||
11 | ![]() |
I_TYPE | Call by reference | Type reference (TYPE) | WER_ATTRIBUTE_NAME | Name of an attribute | 20060929 | ||
12 | ![]() |
I_TYPE_TEXT | Call by reference | Type reference (TYPE) | WER_ATTRIBUTE_NAME | Name of an attribute | 20060929 |
Method LINK_FIELDS_TO_ATTRIBUTES on class CL_WER_ADMIN_VIEW has no exception.
Method SET_ELEMENT_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DESCRIPTION | Call by reference | Type reference (TYPE) | WER_ELEMENT_DESCRIPTION | Element description | 20060712 |
Method SET_ELEMENT_DESCRIPTION on class CL_WER_ADMIN_VIEW has no exception.
Method SET_ELEMENT_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | WER_ELEMENT_NAME | Element name | 20060712 |
Method SET_ELEMENT_NAME on class CL_WER_ADMIN_VIEW has no exception.
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 700 |