SAP ABAP Class CL_WER_ELEMENT (Implementation base for FDT adapters)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-MD-MM (Application Component) Material Master
     WER_BUSINESS (Package) Business Layer
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WER_ELEMENT Rule element base 20060717
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WER_APPLICATION Concrete application of the Rule engine 20060717
2 Inheritance (c INHERITING FROM c_ref)  CL_WER_ELEMENT_DELEGATE Delegate for implementation of IF_WER_ELEMENT 20060719
3 Inheritance (c INHERITING FROM c_ref)  CL_WER_RULE Rule object consisting of an entry condition and an action 20060818
4 Inheritance (c INHERITING FROM c_ref)  CL_WER_RULE_ELEMENT Rule Engine rule element 20060913
5 Inheritance (c INHERITING FROM c_ref)  CL_WER_RULE_SET Adapter for IF_FDT_RULE_SET implementors 20060719
Properties
Class CL_WER_ELEMENT  
Short Description Implementation base for FDT adapters    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WER_BUSINESS   Business Layer 
Created 20060717   SAP 
Last change 20130531   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
# Interface Abstract Final Description Created on
1 IF_WER_ELEMENT Rule element base 20060717
Friends
Class CL_WER_ELEMENT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_ATTRIBUTE_ACCESS_LEVEL Instance attribute Public Attribute reference (LIKE) 20060929
2 C_ATTRIBUTE_APPLICATION Instance attribute Public Attribute reference (LIKE) 20060929
3 C_ATTRIBUTE_CREATED_BY Instance attribute Public Attribute reference (LIKE) 20060929
4 C_ATTRIBUTE_CREATED_ON Instance attribute Public Attribute reference (LIKE) 20060929
5 C_ATTRIBUTE_DESCRIPTION Instance attribute Public Attribute reference (LIKE) 20060929
6 C_ATTRIBUTE_ID Instance attribute Public Attribute reference (LIKE) 20060929
7 C_ATTRIBUTE_MODIFIED_BY Instance attribute Public Attribute reference (LIKE) 20060929
8 C_ATTRIBUTE_MODIFIED_ON Instance attribute Public Attribute reference (LIKE) 20060929
9 C_ATTRIBUTE_NAME Instance attribute Public Attribute reference (LIKE) 20060929
10 C_ATTRIBUTE_SYSTEM_ELEMENT Instance attribute Public Attribute reference (LIKE) 20061027
11 C_ATTRIBUTE_TYPE Instance attribute Public Attribute reference (LIKE) 20060929
12 C_ATTRIBUTE_TYPE_TEXT Instance attribute Public Attribute reference (LIKE) 20060929
13 C_ATTRIBUTE_WORKITEM Instance attribute Public Attribute reference (LIKE) 20061022
14 M_CHANGED Instance attribute Protected Type reference (TYPE) WER_BOOL CL_WER_CONST=>C_FALSE True if the element was changed 20061108
15 M_CONFIGURATION Instance attribute Protected Type reference (TYPE) WER_BOOL True if the element is in configuration mode 20060810
16 M_MODE Instance attribute Protected Type reference (TYPE) WER_MODE Display, edit and execute modes 20060927
17 M_SYSTEM_ELEMENT Instance attribute Protected Type reference (TYPE) WER_BOOL True if the element is supplied by SAP (system element) 20060718
18 SR_CO Static Attribute Protected Object reference (TYPE REF TO) CL_WER_CONST Constants 20060717
19 SR_ERR_REPORTER Static Attribute Protected Object reference (TYPE REF TO) CL_WER_EXCEPTION_REPORTER Services for raising exceptions 20060717
20 SR_FACTORY Static Attribute Protected Object reference (TYPE REF TO) CL_WER_FACTORY Factory for persistent objects 20061107
21 SR_PUBLISHER Static Attribute Protected Object reference (TYPE REF TO) CL_WER_MESSAGE_PUBLISHER Service class for publishing messages 20060920
22 SR_SERVICES Static Attribute Protected Object reference (TYPE REF TO) CL_WER_SERVICES Grouping of generic services 20060717
23 SR_STORAGE Static Attribute Protected Object reference (TYPE REF TO) CL_WER_STORAGE For saving and loading from database 20061107
24 SR_TRANSPORT Static Attribute Protected Object reference (TYPE REF TO) CL_WER_TRANSPORT Transportation services 20071205
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Public Method 20060717
2 CHECK_AUTHORIZATION Instance method Public Method 20060823
3 CHECK_FDT Instance method Public Method 20060818
4 CHECK_NAME Instance method Private Method Checks if the name is valid 20061101
5 CHECK_WER Instance method Public Method 20060818
6 CLASS_CONSTRUCTOR Static method Public Constructor 20060717
7 CLONE Instance method Public Method 20060717
8 CONSTRUCTOR Instance method Public Constructor 20060807
9 DELETE Instance method Public Method 20060717
10 DEQUEUE Instance method Public Method 20060717
11 ENQUEUE Instance method Public Method 20060717
12 FREE Instance method Public Method 20060721
13 GET_ACCESS_LEVEL Instance method Public Method 20060717
14 GET_ADMIN_DATA_OBJECT Instance method Protected Method ABSTRACT: Returns a reference to the admin data instance 20060717
15 GET_APPLICATION Instance method Public Method 20060818
16 GET_APPLICATION_REQUEST Instance method Private Method Returns the application request 20071205
17 GET_ATTRIBUTE_STATUS Instance method Public Method 20060927
18 GET_CHANGE_HISTORY Instance method Public Method 20080415
19 GET_DESCRIPTION Instance method Public Method 20060717
20 GET_ID Instance method Public Method 20060717
21 GET_MODE Instance method Public Method 20060927
22 GET_NAME Instance method Public Method 20060717
23 GET_TYPE Instance method Public Method 20060717
24 GET_TYPE_TEXT Instance method Public Method 20060801
25 HAS_CHANGED Instance method Public Method 20061108
26 IS_CONFIGURATION Instance method Public Method 20060818
27 IS_EDITABLE Instance method Public Method Returns true if the element can be transported 20071205
28 IS_SYSTEM_ELEMENT Instance method Public Method 20060717
29 IS_USED Instance method Public Method 20070109
30 RAISE_EXCEPTION_FDT_INPUT Static method Public Method 20061013
31 SAVE Instance method Public Method 20060717
32 SET_APPLICATION Instance method Public Method 20060818
33 SET_CHANGED Instance method Public Method Sets the changed status 20061108
34 SET_CONFIGURATION Instance method Public Method 20061004
35 SET_DESCRIPTION Instance method Public Method 20060717
36 SET_MODE Instance method Public Method 20060927
37 SET_NAME Instance method Public Method 20060717
Events
Class CL_WER_ELEMENT has no event.
Types
Class CL_WER_ELEMENT has no local type.
Method Signatures

Method ACTIVATE Signature

Method ACTIVATE on class CL_WER_ELEMENT has no parameter.
Method ACTIVATE on class CL_WER_ELEMENT has no exception.

Method CHECK_AUTHORIZATION Signature

Method CHECK_AUTHORIZATION on class CL_WER_ELEMENT has no parameter.
Method CHECK_AUTHORIZATION on class CL_WER_ELEMENT has no exception.

Method CHECK_FDT Signature

Method CHECK_FDT on class CL_WER_ELEMENT has no parameter.
Method CHECK_FDT on class CL_WER_ELEMENT has no exception.

Method CHECK_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 20061101
# Exception Resumable Description Created on
1 CX_WER_DATA_EXISTS Unique identifier exists 20061101
2 CX_WER_DATA_INVALID Invalid data supplied 20061101

Method CHECK_WER Signature

Method CHECK_WER on class CL_WER_ELEMENT has no parameter.
Method CHECK_WER on class CL_WER_ELEMENT has no exception.

Method CLASS_CONSTRUCTOR Signature

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

Method CLONE Signature

Method CLONE on class CL_WER_ELEMENT has no parameter.
Method CLONE on class CL_WER_ELEMENT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SYSTEM_ELEMENT Call by reference Type reference (TYPE) WER_BOOL CL_WER_CONST=>C_FALSE Boolean: true = X and false = SPACE 20060807

Method CONSTRUCTOR on class CL_WER_ELEMENT has no exception.

Method DELETE Signature

Method DELETE on class CL_WER_ELEMENT has no parameter.
Method DELETE on class CL_WER_ELEMENT has no exception.

Method DEQUEUE Signature

Method DEQUEUE on class CL_WER_ELEMENT has no parameter.
Method DEQUEUE on class CL_WER_ELEMENT has no exception.

Method ENQUEUE Signature

Method ENQUEUE on class CL_WER_ELEMENT has no parameter.
Method ENQUEUE on class CL_WER_ELEMENT has no exception.

Method FREE Signature

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

Method GET_ACCESS_LEVEL Signature

Method GET_ACCESS_LEVEL on class CL_WER_ELEMENT has no parameter.
Method GET_ACCESS_LEVEL on class CL_WER_ELEMENT has no exception.

Method GET_ADMIN_DATA_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_ADMIN_DATA Value transfer Object reference (TYPE REF TO) IF_FDT_ADMIN_DATA FDT: Administrative Data 20060717

Method GET_ADMIN_DATA_OBJECT on class CL_WER_ELEMENT has no exception.

Method GET_APPLICATION Signature

Method GET_APPLICATION on class CL_WER_ELEMENT has no parameter.
Method GET_APPLICATION on class CL_WER_ELEMENT has no exception.

Method GET_APPLICATION_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_REQUEST Value transfer Type reference (TYPE) TRKORR Request/Task 20071205
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20071205

Method GET_ATTRIBUTE_STATUS Signature

Method GET_ATTRIBUTE_STATUS on class CL_WER_ELEMENT has no parameter.
Method GET_ATTRIBUTE_STATUS on class CL_WER_ELEMENT has no exception.

Method GET_CHANGE_HISTORY Signature

Method GET_CHANGE_HISTORY on class CL_WER_ELEMENT has no parameter.
Method GET_CHANGE_HISTORY on class CL_WER_ELEMENT has no exception.

Method GET_DESCRIPTION Signature

Method GET_DESCRIPTION on class CL_WER_ELEMENT has no parameter.
Method GET_DESCRIPTION on class CL_WER_ELEMENT has no exception.

Method GET_ID Signature

Method GET_ID on class CL_WER_ELEMENT has no parameter.
Method GET_ID on class CL_WER_ELEMENT has no exception.

Method GET_MODE Signature

Method GET_MODE on class CL_WER_ELEMENT has no parameter.
Method GET_MODE on class CL_WER_ELEMENT has no exception.

Method GET_NAME Signature

Method GET_NAME on class CL_WER_ELEMENT has no parameter.
Method GET_NAME on class CL_WER_ELEMENT has no exception.

Method GET_TYPE Signature

Method GET_TYPE on class CL_WER_ELEMENT has no parameter.
Method GET_TYPE on class CL_WER_ELEMENT has no exception.

Method GET_TYPE_TEXT Signature

Method GET_TYPE_TEXT on class CL_WER_ELEMENT has no parameter.
Method GET_TYPE_TEXT on class CL_WER_ELEMENT has no exception.

Method HAS_CHANGED Signature

Method HAS_CHANGED on class CL_WER_ELEMENT has no parameter.
Method HAS_CHANGED on class CL_WER_ELEMENT has no exception.

Method IS_CONFIGURATION Signature

Method IS_CONFIGURATION on class CL_WER_ELEMENT has no parameter.
Method IS_CONFIGURATION on class CL_WER_ELEMENT has no exception.

Method IS_EDITABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_EDITABLE Value transfer Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20071205

Method IS_EDITABLE on class CL_WER_ELEMENT has no exception.

Method IS_SYSTEM_ELEMENT Signature

Method IS_SYSTEM_ELEMENT on class CL_WER_ELEMENT has no parameter.
Method IS_SYSTEM_ELEMENT on class CL_WER_ELEMENT has no exception.

Method IS_USED Signature

Method IS_USED on class CL_WER_ELEMENT has no parameter.
Method IS_USED on class CL_WER_ELEMENT has no exception.

Method RAISE_EXCEPTION_FDT_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_WER Base error for WER 20061013
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20061013

Method SAVE Signature

Method SAVE on class CL_WER_ELEMENT has no parameter.
Method SAVE on class CL_WER_ELEMENT has no exception.

Method SET_APPLICATION Signature

Method SET_APPLICATION on class CL_WER_ELEMENT has no parameter.
Method SET_APPLICATION on class CL_WER_ELEMENT has no exception.

Method SET_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANGED Call by reference Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20061108

Method SET_CHANGED on class CL_WER_ELEMENT has no exception.

Method SET_CONFIGURATION Signature

Method SET_CONFIGURATION on class CL_WER_ELEMENT has no parameter.
Method SET_CONFIGURATION on class CL_WER_ELEMENT has no exception.

Method SET_DESCRIPTION Signature

Method SET_DESCRIPTION on class CL_WER_ELEMENT has no parameter.
Method SET_DESCRIPTION on class CL_WER_ELEMENT has no exception.

Method SET_MODE Signature

Method SET_MODE on class CL_WER_ELEMENT has no parameter.
Method SET_MODE on class CL_WER_ELEMENT has no exception.

Method SET_NAME Signature

Method SET_NAME on class CL_WER_ELEMENT has no parameter.
Method SET_NAME on class CL_WER_ELEMENT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700