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 CL_WER_CONST Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 IF_FDT_TYPES 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 CONSTRUCTOR Instance method Public Constructor 20060630
2 GET_ELEMENT_CHANGE_INFO Instance method Public Method Exports last change and creation info (user & timestamp) 20060705
3 GET_ELEMENT_DESCRIPTION Instance method Public Method Returns the description of the element to be processed 20060704
4 GET_ELEMENT_ID Instance method Public Method Returns the ID of the element 20060801
5 GET_ELEMENT_NAME Instance method Public Method Returns the name of the element to be processed 20060704
6 GET_ELEMENT_TYPE_TEXT Instance method Public Method Returns the element type in text format 20060801
7 GET_SYSTEM_ELEMENT_STATUS Instance method Public Method Returns the flag indicating that the element is system 20061027
8 LINK_FIELDS_TO_ATTRIBUTES Instance method Public Method Links the attribute to screen element names 20060929
9 SET_ELEMENT_DESCRIPTION Instance method Public Method Sets the description of the element 20060710
10 SET_ELEMENT_NAME 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 Importing I_ACTIVE Call by reference Type reference (TYPE) WER_BOOL CL_WER_CONST=>C_FALSE ID of this subscreen 20070216
2 Importing I_ELEMENT_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE Element type 20060726
3 Importing I_ID Call by reference Type reference (TYPE) WER_SUBSCREEN_ID Current Screen Number 20060630
4 Importing I_PROGRAM Call by reference Type reference (TYPE) SYREPID Element type 20060630
5 Importing I_SCREEN Call by reference Type reference (TYPE) SYDYNNR ABAP Program: Current Main Program 20060630
6 Importing 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 Exporting E_CREATED_BY Call by reference Type reference (TYPE) SYUNAME User Name 20060705
2 Exporting E_CREATED_ON Call by reference Type reference (TYPE) DATUM UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20060705
3 Exporting E_LAST_CHANGE_BY Call by reference Type reference (TYPE) SYUNAME User Name 20060705
4 Exporting 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Importing I_ACCESS_LEVEL Call by reference Type reference (TYPE) WER_ATTRIBUTE_NAME Name of an attribute 20060929
2 Importing I_APPLICATION Call by reference Type reference (TYPE) WER_ATTRIBUTE_NAME Name of an attribute 20060929
3 Importing I_CREATED_BY Call by reference Type reference (TYPE) WER_ATTRIBUTE_NAME Name of an attribute 20060929
4 Importing I_CREATED_ON Call by reference Type reference (TYPE) WER_ATTRIBUTE_NAME Name of an attribute 20060929
5 Importing I_DESCRIPTION Call by reference Type reference (TYPE) WER_ATTRIBUTE_NAME Name of a Screen Element 20060929
6 Importing I_ID Call by reference Type reference (TYPE) WER_ATTRIBUTE_NAME Name of an attribute 20060929
7 Importing I_MODIFIED_BY Call by reference Type reference (TYPE) WER_ATTRIBUTE_NAME Name of an attribute 20060929
8 Importing I_MODIFIED_ON Call by reference Type reference (TYPE) WER_ATTRIBUTE_NAME Name of an attribute 20060929
9 Importing I_NAME Call by reference Type reference (TYPE) WER_ATTRIBUTE_NAME Name of a Screen Element 20060929
10 Importing I_SYSTEM_ELEMENT Call by reference Type reference (TYPE) WER_ATTRIBUTE_NAME Name of an attribute 20061027
11 Importing I_TYPE Call by reference Type reference (TYPE) WER_ATTRIBUTE_NAME Name of an attribute 20060929
12 Importing 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 Importing 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 Importing 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