SAP ABAP Class CL_WER_ELEMENT_LIST (List of element description of an application)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-MD-MM (Application Component) Material Master
     WER_BUSINESS (Package) Business Layer
Properties
Class CL_WER_ELEMENT_LIST  
Short Description List of element description of an application    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WER_BUSINESS   Business Layer 
Created 20060722   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_ELEMENT_LIST has no interface implemented.
Friends
Class CL_WER_ELEMENT_LIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_APPLICATION Instance attribute Private Type reference (TYPE) WER_ELEMENT_STY Element Identifications (id, name, description, type) 20060722
2 MT_ACTIONS Instance attribute Private Type reference (TYPE) WER_ELEMENT_TTY Element Identifications (id, name, description, type) 20060722
3 MT_CONDITIONS Instance attribute Private Type reference (TYPE) WER_ELEMENT_TTY Element Identifications (id, name, description, type) 20060722
4 MT_EVENTS Instance attribute Private Type reference (TYPE) WER_ELEMENT_TTY Element Identifications (id, name, description, type) 20060722
5 MT_EXPRESSIONS Instance attribute Private Type reference (TYPE) WER_ELEMENT_TTY Element Identifications (id, name, description, type) 20060722
6 MT_RULES Instance attribute Private Type reference (TYPE) WER_ELEMENT_TTY Element Identifications (id, name, description, type) 20060722
7 MT_RULE_SETS Instance attribute Private Type reference (TYPE) WER_ELEMENT_TTY Element Identifications (id, name, description, type) 20060722
8 MT_UNSAVED_ELEMENTS Instance attribute Private Type reference (TYPE) WER_ELEMENT_TTY Element Identifications (id, name, description, type) 20070818
9 SR_CO Static Attribute Private Object reference (TYPE REF TO) CL_WER_CONST Constants 20060805
10 SR_ERR_REPORTER Static Attribute Private Object reference (TYPE REF TO) CL_WER_EXCEPTION_REPORTER Services for raising exceptions 20060805
11 SR_SERVICES Static Attribute Private Object reference (TYPE REF TO) CL_WER_SERVICES Grouping of generic services 20060805
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ACTIONS Instance method Public Method Add new actions 20060920
2 ADD_ELEMENT Instance method Public Method Add a new element 20060722
3 ADD_EXPRESSIONS Instance method Public Method Add new expressions 20060920
4 ADD_RULE_SETS Instance method Public Method Add new rule sets 20060920
5 ADD_UNSAVED_ELEMENT Instance method Public Method Add a new unsaved element 20070818
6 CHANGE_ELEMENT Instance method Public Method Change an element 20060722
7 CHANGE_UNSAVED_ELEMENT Instance method Public Method Change an unsaved element 20070818
8 CHECK_EXISTS_BY_ID Instance method Public Method Checks if an element id exists 20060724
9 CHECK_EXISTS_BY_NAME Instance method Public Method Checks if an element name exists 20060724
10 CHECK_EXISTS_UNSAVED_BY_ID Instance method Public Method Checks if an element exists in an unsaved state 20070818
11 CLASS_CONSTRUCTOR Static method Public Constructor 20060805
12 DELETE_ELEMENT Instance method Public Method Delete an element 20060722
13 DISCARD_UNSAVED_ELEMENT Instance method Public Method Discard unsaved element data 20070818
14 FREE Instance method Public Method Free resources 20060722
15 GET_ACTIONS Instance method Public Method Returns the actions 20060722
16 GET_APPLICATION Instance method Public Method Returns the application 20060722
17 GET_CONDITIONS Instance method Public Method Returns the conditions 20060722
18 GET_ELEMENT_BY_ID Instance method Public Method returns the element by id 20060722
19 GET_ELEMENT_BY_ID_INCL_UNSAVED Instance method Public Method Returns the element by id including unsaved element 20070818
20 GET_ELEMENT_BY_NAME Instance method Public Method returns the element by name 20060722
21 GET_EVENTS Instance method Public Method Returns the events 20060722
22 GET_EXPRESSIONS Instance method Public Method Returns the expressions 20060722
23 GET_RULES Instance method Public Method Returns the rules 20060722
24 GET_RULE_SETS Instance method Public Method Returns the rule sets 20060722
25 REMOVE_UNSAVED_ELEMENT Instance method Private Method Removes an element from the unsaved list 20070818
26 SET_APPLICATION Instance method Public Method Sets the application 20060722
27 SET_CONDITIONS Instance method Public Method Sets the conditions 20060722
28 SET_EVENTS Instance method Public Method Sets the events 20060722
29 SET_RULES Instance method Public Method Sets the rules 20060722
Events
# Event Type Visibility Description Created on
1 ELEMENT_ADDED Instance Event
(0)
Public
(2)
Element in element list has been added 20061017
2 ELEMENT_CHANGED Instance Event
(0)
Public
(2)
Element in element list has changed 20060805
3 ELEMENT_DELETED Instance Event
(0)
Public
(2)
Element in element list has been deleted 20061017
Types
Class CL_WER_ELEMENT_LIST has no local type.
Method Signatures

Method ADD_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ACTIONS Call by reference Type reference (TYPE) WER_ELEMENT_TTY Element Identifications (id, name, description, type) 20060920

Method ADD_ACTIONS on class CL_WER_ELEMENT_LIST has no exception.

Method ADD_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ELEMENT Call by reference Type reference (TYPE) WER_ELEMENT_STY Element identification (id, name, description, type) 20060722
# Exception Resumable Description Created on
1 CX_WER_DATA_EXISTS Unique identifier exists 20060722

Method ADD_EXPRESSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EXPRESSIONS Call by reference Type reference (TYPE) WER_ELEMENT_TTY Element Identifications (id, name, description, type) 20060920

Method ADD_EXPRESSIONS on class CL_WER_ELEMENT_LIST has no exception.

Method ADD_RULE_SETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RULE_SETS Call by reference Type reference (TYPE) WER_ELEMENT_TTY Element Identifications (id, name, description, type) 20060920

Method ADD_RULE_SETS on class CL_WER_ELEMENT_LIST has no exception.

Method ADD_UNSAVED_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ELEMENT Call by reference Type reference (TYPE) WER_ELEMENT_STY Element identification (id, name, description, type) 20070818
# Exception Resumable Description Created on
1 CX_WER_DATA_EXISTS Unique identifier exists 20070818

Method CHANGE_ELEMENT 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_STY-DESCRIPTION Element description 20060805
2 Importing I_ID Call by reference Type reference (TYPE) WER_ELEMENT_STY-ID Element unique identifier 20060805
3 Importing I_NAME Call by reference Type reference (TYPE) WER_ELEMENT_STY-NAME Element name 20060805
4 Importing I_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_STY-TYPE Element type 20060805
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20060722

Method CHANGE_UNSAVED_ELEMENT 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_STY-DESCRIPTION Element description 20070818
2 Importing I_ID Call by reference Type reference (TYPE) WER_ELEMENT_STY-ID Element unique identifier 20070818
3 Importing I_NAME Call by reference Type reference (TYPE) WER_ELEMENT_STY-NAME Element name 20070818
4 Importing I_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_STY-TYPE Element type 20070818
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20070818

Method CHECK_EXISTS_BY_ID 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 id 20060724
2 Importing I_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE Element type 20060724
3 Returning R_EXISTS Value transfer Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20060724

Method CHECK_EXISTS_BY_ID on class CL_WER_ELEMENT_LIST has no exception.

Method CHECK_EXISTS_BY_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 20060724
2 Importing I_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE Element type 20060724
3 Returning R_EXISTS Value transfer Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20060724

Method CHECK_EXISTS_BY_NAME on class CL_WER_ELEMENT_LIST has no exception.

Method CHECK_EXISTS_UNSAVED_BY_ID 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 id 20070818
2 Returning R_EXISTS Value transfer Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20070818

Method CHECK_EXISTS_UNSAVED_BY_ID on class CL_WER_ELEMENT_LIST has no exception.

Method CLASS_CONSTRUCTOR Signature

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

Method DELETE_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 20060805
2 Importing I_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE Element type 20060805
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20060722

Method DISCARD_UNSAVED_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 20070818

Method DISCARD_UNSAVED_ELEMENT on class CL_WER_ELEMENT_LIST has no exception.

Method FREE Signature

Method FREE on class CL_WER_ELEMENT_LIST has no parameter.
Method FREE on class CL_WER_ELEMENT_LIST has no exception.

Method GET_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ACTIONS Value transfer Object reference (TYPE REF TO) WER_ELEMENT_TTY Element Identifications (id, name, description, type) 20060722

Method GET_ACTIONS on class CL_WER_ELEMENT_LIST has no exception.

Method GET_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_APPLICATION Value transfer Type reference (TYPE) WER_ELEMENT_STY Element identification (id, name, description, type) 20060722

Method GET_APPLICATION on class CL_WER_ELEMENT_LIST has no exception.

Method GET_CONDITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CONDITIONS Value transfer Object reference (TYPE REF TO) WER_ELEMENT_TTY Element Identifications (id, name, description, type) 20060722

Method GET_CONDITIONS on class CL_WER_ELEMENT_LIST has no exception.

Method GET_ELEMENT_BY_ID 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 id 20060722
2 Importing I_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE Element type 20060722
3 Returning RS_ELEMENT Value transfer Type reference (TYPE) WER_ELEMENT_STY Element identification (id, name, description, type) 20060722
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20060722

Method GET_ELEMENT_BY_ID_INCL_UNSAVED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ELEMENT Call by reference Type reference (TYPE) WER_ELEMENT_STY Element identification (id, name, description, type) 20070818
2 Exporting E_SAVED Call by reference Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20070818
3 Importing I_ID Call by reference Type reference (TYPE) WER_ELEMENT_ID Element id 20070818
4 Importing I_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE Element type 20070818
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20070818

Method GET_ELEMENT_BY_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 20060722
2 Importing I_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE Element type 20060722
3 Returning RS_ELEMENT Value transfer Type reference (TYPE) WER_ELEMENT_STY Element identification (id, name, description, type) 20060722
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20060722

Method GET_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_EVENTS Value transfer Object reference (TYPE REF TO) WER_ELEMENT_TTY Element Identifications (id, name, description, type) 20060722

Method GET_EVENTS on class CL_WER_ELEMENT_LIST has no exception.

Method GET_EXPRESSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_EXPRESSIONS Value transfer Object reference (TYPE REF TO) WER_ELEMENT_TTY Element Identifications (id, name, description, type) 20060722

Method GET_EXPRESSIONS on class CL_WER_ELEMENT_LIST has no exception.

Method GET_RULES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RULES Value transfer Object reference (TYPE REF TO) WER_ELEMENT_TTY Element Identifications (id, name, description, type) 20060722

Method GET_RULES on class CL_WER_ELEMENT_LIST has no exception.

Method GET_RULE_SETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RULE_SETS Value transfer Object reference (TYPE REF TO) WER_ELEMENT_TTY Element Identifications (id, name, description, type) 20060722

Method GET_RULE_SETS on class CL_WER_ELEMENT_LIST has no exception.

Method REMOVE_UNSAVED_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 20070818
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20070818

Method SET_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_APPLICATION Call by reference Type reference (TYPE) WER_ELEMENT_STY Element identification (id, name, description, type) 20060722

Method SET_APPLICATION on class CL_WER_ELEMENT_LIST has no exception.

Method SET_CONDITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CONDITIONS Call by reference Type reference (TYPE) WER_ELEMENT_TTY Element Identifications (id, name, description, type) 20060722

Method SET_CONDITIONS on class CL_WER_ELEMENT_LIST has no exception.

Method SET_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EVENTS Call by reference Type reference (TYPE) WER_ELEMENT_TTY Element Identifications (id, name, description, type) 20060722

Method SET_EVENTS on class CL_WER_ELEMENT_LIST has no exception.

Method SET_RULES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RULES Call by reference Type reference (TYPE) WER_ELEMENT_TTY Element Identifications (id, name, description, type) 20060722

Method SET_RULES on class CL_WER_ELEMENT_LIST has no exception.
Event Signatures

Event ELEMENT_ADDED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 E_ID Exporting Value transfer Type reference (TYPE) WER_ELEMENT_ID Element unique identifier 20061017
2 E_TYPE Exporting Value transfer Type reference (TYPE) WER_ELEMENT_TYPE Element type 20061017

Event ELEMENT_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 E_ID Exporting Value transfer Type reference (TYPE) WER_ELEMENT_ID Element unique identifier 20060805
2 E_TYPE Exporting Value transfer Type reference (TYPE) WER_ELEMENT_TYPE Element type 20061017

Event ELEMENT_DELETED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 E_ID Exporting Value transfer Type reference (TYPE) WER_ELEMENT_ID Element unique identifier 20061017
History
Last changed by/on SAP  20100310 
SAP Release Created in 700