SAP ABAP Class CL_WER_ACTION_DB_ENRICHMENT (Rule engine action database enrichment)
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 Inheritance (c INHERITING FROM c_ref)  CL_FDT_ACTION FDT: Abstract Action Class 20061109
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WER_ACTION Action supporting mass data processing 20061109
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WER_ASSIGNABLE_ELEMENT Assignable element base 20061109
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WER_ELEMENT Rule element base 20061109
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WER_RULE_ELEMENT Rule element 20061109
Properties
Class CL_WER_ACTION_DB_ENRICHMENT  
Short Description Rule engine action database enrichment    
Super Class CL_FDT_ACTION FDT: Abstract Action Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WER_BUSINESS   Business Layer 
Created 20061109   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
# Interface Abstract Final Description Created on
1 IF_WER_ACTION Action supporting mass data processing 20061109
2 IF_WER_ASSIGNABLE_ELEMENT Assignable element base 20061109
3 IF_WER_ELEMENT Rule element base 20061109
4 IF_WER_RULE_ELEMENT Rule element 20061109
Friends
Class CL_WER_ACTION_DB_ENRICHMENT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_AND Constant Public Type reference (TYPE) CHAR3 'AND' And string 20061109
2 C_APOSTROPHE Constant Public Type reference (TYPE) CHAR2 '''' Apostrophe string 20061109
3 C_ATTRIBUTE_ACCESS_LEVEL Instance attribute Public Attribute reference (LIKE) 20061109
4 C_ATTRIBUTE_APPLICATION Instance attribute Public Attribute reference (LIKE) 20061109
5 C_ATTRIBUTE_CREATED_BY Instance attribute Public Attribute reference (LIKE) 20061109
6 C_ATTRIBUTE_CREATED_ON Instance attribute Public Attribute reference (LIKE) 20061109
7 C_ATTRIBUTE_DESCRIPTION Instance attribute Public Attribute reference (LIKE) 20061109
8 C_ATTRIBUTE_ENRICHMENT_OPTION Constant Public Type reference (TYPE) WER_ATTRIBUTE_NAME 'ENRICHMENT_OPTION' Name of an attribute 20070109
9 C_ATTRIBUTE_ID Instance attribute Public Attribute reference (LIKE) 20061109
10 C_ATTRIBUTE_MODIFIED_BY Instance attribute Public Attribute reference (LIKE) 20061109
11 C_ATTRIBUTE_MODIFIED_ON Instance attribute Public Attribute reference (LIKE) 20061109
12 C_ATTRIBUTE_NAME Instance attribute Public Attribute reference (LIKE) 20061109
13 C_ATTRIBUTE_SELECTION_FIELD Constant Public Type reference (TYPE) WER_ATTRIBUTE_NAME 'SELECTION_FIELD' Name of an attribute 20070109
14 C_ATTRIBUTE_SYSTEM_ELEMENT Instance attribute Public Attribute reference (LIKE) 20061109
15 C_ATTRIBUTE_TABNAME Constant Public Type reference (TYPE) WER_ATTRIBUTE_NAME 'TABNAME' Name of an attribute 20061109
16 C_ATTRIBUTE_TARGET_TABLE Constant Public Type reference (TYPE) WER_ATTRIBUTE_NAME 'TARGET_TABLE' Name of an attribute 20070109
17 C_ATTRIBUTE_TARGET_TYPE Constant Public Type reference (TYPE) WER_ATTRIBUTE_NAME 'TARGET_TYPE' Name of an attribute 20061109
18 C_ATTRIBUTE_TYPE Instance attribute Public Attribute reference (LIKE) 20061109
19 C_ATTRIBUTE_TYPE_TEXT Instance attribute Public Attribute reference (LIKE) 20061109
20 C_ATTRIBUTE_WORKITEM Instance attribute Public Attribute reference (LIKE) 20061109
21 C_DYNAMIC_QUERY_CLAUSE Constant Public Type reference (TYPE) STRING '&1 = -&1' 20061109
22 C_EQUAL Constant Public Type reference (TYPE) CHAR1 '=' Equal string 20061109
23 C_MSGVAR1 Constant Public Type reference (TYPE) CHAR2 '&1' Message variable 1 20061109
24 MR_ELEMENT_DELEGATE Instance attribute Private Object reference (TYPE REF TO) CL_WER_ACTION_DELEGATE Delegate for implementation of IF_WER_ACTION 20061109
25 MR_TARGET_TABLE Instance attribute Private Object reference (TYPE REF TO) IF_FDT_DATA_OBJECT FDT: Data Object 20070109
26 MS_TABLE_DB Instance attribute Private Type reference (TYPE) WER_ACT_DBE_S Action database enrichment 20061109
27 MS_TARGET_TABLE Instance attribute Private Type reference (TYPE) WER_CONTEXT_MAP_STY Context mapping of an item field againts a data object 20070109
28 MT_CLAUSE Instance attribute Private Type reference (TYPE) WER_ACTION_DB_ENRICH_TTY Structure for action DB enrichment 20061109
29 MT_CLAUSE_DB Instance attribute Private Type reference (TYPE) WER_ACTION_DB_ENRICH_TTY Structure for action DB enrichment view 20061109
30 MT_SELECTION Instance attribute Private Type reference (TYPE) WER_ACTION_DB_ENRICH_TTY Structure for action DB enrichment view 20061109
31 MT_SELECTION_DB Instance attribute Private Type reference (TYPE) WER_ACTION_DB_ENRICH_TTY Structure for action DB enrichment view 20061109
32 M_ENRICHMENT_OPTION Instance attribute Private Type reference (TYPE) WER_DB_ENRICHMENT_OPTION Database enrichment option 20070109
33 M_TABNAME Instance attribute Private Type reference (TYPE) TABNAME Table Name 20061109
34 M_TARGET_TYPE Instance attribute Private Type reference (TYPE) WER_DB_ENRICHMENT_TARGET_TYPE FDT: Data Object Type 20061109
35 SR_CO Static Attribute Private Object reference (TYPE REF TO) CL_WER_CONST Constants 20061109
36 SR_ERR_REPORTER Static Attribute Private Object reference (TYPE REF TO) CL_WER_EXCEPTION_REPORTER Services for raising exceptions 20061109
37 SR_PROCESS_CTRL Static Attribute Private Object reference (TYPE REF TO) CL_WER_ACTION_PROCESS_CTRL Controls mass processing and process status 20061109
38 SR_PUBLISHER Static Attribute Private Object reference (TYPE REF TO) CL_WER_MESSAGE_PUBLISHER Service class for publishing messages 20061109
39 SR_SERVICES Static Attribute Private Object reference (TYPE REF TO) CL_WER_SERVICES Grouping of generic services 20061109
40 SR_STORAGE Static Attribute Private Object reference (TYPE REF TO) CL_WER_STORAGE For saving and loading from database 20061109
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Public Method 20061109
2 ADD_CLAUSE Instance method Public Method Add a clause field 20061109
3 ADD_FIELD Instance method Private Method Add a field to a field table 20061109
4 ADD_SELECTION Instance method Public Method Add a selection field 20061109
5 ASSIGN_ITEM_FIELD Instance method Public Method 20061109
6 ASSIGN_RULE_ELEMENT Instance method Public Method 20061109
7 ASSIGN_VALUE Instance method Public Method 20061109
8 CHECK_AUTHORIZATION Instance method Public Method 20061109
9 CHECK_CLAUSE Instance method Public Method Check whether a fieldname can be a where clause field 20061109
10 CHECK_COMPARE_FIELD Instance method Public Method Check whether a clause field selection type can be set 20070109
11 CHECK_ENRICHMENT_OPTION Instance method Public Method Check if a enrichment option is valid (target type = table) 20070109
12 CHECK_FDT Instance method Public Method 20061109
13 CHECK_FIELD Instance method Private Method Check whether a field can be added to a field table 20061109
14 CHECK_FIELD_TYPE_EDITABLE Instance method Public Method Check whether a clause field selection type can be set 20070109
15 CHECK_ITEM_FIELD_ASSIGNMENT Instance method Public Method 20061109
16 CHECK_RULE_ELEMENT_ASSIGNMENT Instance method Public Method 20061109
17 CHECK_SELECTION Instance method Public Method Check whether a fieldname can be a selection field 20061109
18 CHECK_TABNAME Instance method Public Method Check whether a database table is valid 20061109
19 CHECK_TARGET_TYPE Instance method Public Method Check whether a target type is valid 20061109
20 CHECK_WER Instance method Public Method 20061109
21 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20061109
22 CLONE Instance method Public Method 20061109
23 CLONE_DATA Instance method Public Method 20061109
24 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20061109
25 DELETE Instance method Public Method 20061109
26 DEQUEUE Instance method Public Method 20061109
27 ENQUEUE Instance method Public Method 20061109
28 FREE Instance method Public Method 20061109
29 GENERATE_PARAMETERS_ID Instance method Public Method Generate all the parameter Ids 20061109
30 GET_ACCESS_LEVEL Instance method Public Method 20061109
31 GET_APPLICATION Instance method Public Method 20061109
32 GET_ASSIGNMENTS Instance method Public Method 20061109
33 GET_ASSIGNMENT_MAPPING Instance method Public Method 20061109
34 GET_ASSIGNMENT_STATUS Instance method Public Method 20061109
35 GET_ATTRIBUTE_STATUS Instance method Public Method 20061109
36 GET_CLAUSE Instance method Public Method Returns the where clause table fields 20061109
37 GET_CLONE_PARAMETER_MAPPING Instance method Public Method 20061109
38 GET_COMPARE_FIELD_MAP Instance method Private Method Returns the comparison database to item field mapping 20070109
39 GET_DESCRIPTION Instance method Public Method 20061109
40 GET_ENRICHMENT_OPTION Instance method Public Method Returns the database enrichment option 20070109
41 GET_FDT_RESULT_DATA_OBJECT Instance method Public Method 20061109
42 GET_FIELDS Instance method Private Method Returns the fields of a table 20061109
43 GET_HEADER Instance method Public Method 20061109
44 GET_ID Instance method Public Method 20061109
45 GET_ITEM Instance method Public Method 20061109
46 GET_MODE Instance method Public Method 20061109
47 GET_NAME Instance method Public Method 20061109
48 GET_PARAMETER_ASSIGNMENT Instance method Public Method 20061109
49 GET_PARAMETER_ASSIGN_STATUS Instance method Public Method 20061109
50 GET_PROCESS_STATUS Instance method Public Method 20061109
51 GET_RESULT_FIELD_LIST Instance method Private Method Returns the list of fields to be retrieved from database 20070109
52 GET_RESULT_QUERY_TABLE Instance method Private Method Returns the result field selection 20070109
53 GET_RESULT_VALUE_QUERY_TABLE Instance method Private Method 20070109
54 GET_SELECTION Instance method Public Method Returns the selection table fields 20061109
55 GET_SIGNATURE Instance method Public Method 20061109
56 GET_TABNAME Instance method Public Method Returns the database table 20061109
57 GET_TARGET_FIELD_MAP Instance method Private Method Returns the target database to item field mapping 20070109
58 GET_TARGET_TABLE Instance method Public Method Returns the target table (target type = table) 20070109
59 GET_TARGET_TABLE_DO Instance method Public Method Returns the target table data object (target type = table) 20070109
60 GET_TARGET_TYPE Instance method Public Method Returns the action target type (element, structure or table) 20061109
61 GET_TEMPLATE_ELEMENT Instance method Public Method 20070110
62 GET_TYPE_TEXT Instance method Public Method 20061109
63 GET_WHERE_CLAUSE Instance method Private Method Returns the where clause for the select statement 20070109
64 HAS_ASSIGNED_ITEM_FIELD Instance method Public Method Returns true if the action has fields of the item assigned 20070109
65 HAS_CHANGED Instance method Public Method 20061109
66 HAS_CHANGED_TABNAME Instance method Public Method Returns a flag indicating whether the tabname has changed 20061109
67 IS_CONFIGURATION Instance method Public Method 20061109
68 IS_PARAMETER_ASSIGNED Instance method Public Method 20061109
69 IS_SELECTION_FIELD_ENABLED Instance method Public Method Returns true if the action has selection field enabled 20070109
70 IS_SYSTEM_ELEMENT Instance method Public Method 20061109
71 IS_TEMPLATE Instance method Public Method 20061109
72 LOAD_DATA Instance method Private Method Load action database enrichment data from database 20061109
73 LOAD_FIELDS Instance method Private Method Load action database enrichment field table 20061109
74 LOAD_PARAMETERS Instance method Public Method 20061109
75 MASS_PROCESS Instance method Public Method 20061109
76 RAISE_ASSIGNMENT_CHANGED Instance method Public Method 20061109
77 REMOVE_ASSIGNMENT Instance method Public Method 20061109
78 REMOVE_CLAUSE Instance method Public Method Remove a clause field 20061109
79 REMOVE_FIELD Instance method Private Method Remove a field of a field table 20061109
80 REMOVE_SELECTION Instance method Public Method Remove a selection field 20061109
81 REMOVE_TARGET_TABLE Instance method Public Method Remove the target table (target type = table) 20070109
82 SAVE Instance method Public Method 20061109
83 SELECT_ALL_CLAUSE Instance method Public Method Select all the fields of the database table to the clause 20061109
84 SELECT_ALL_FIELDS Instance method Private Method Select all the fields of field table 20061109
85 SELECT_ALL_SELECTION Instance method Public Method Select all the fields of the database table to the selection 20061109
86 SET_APPLICATION Instance method Public Method 20061109
87 SET_CLAUSE_COMPARE_FIELD Instance method Public Method Sets the clause field type 20070109
88 SET_CLAUSE_SELECT_FIELD Instance method Public Method Sets the clause field type 20070109
89 SET_CONFIGURATION Instance method Public Method 20061109
90 SET_DESCRIPTION Instance method Public Method 20061109
91 SET_ENRICHMENT_OPTION Instance method Public Method Set the database enrichment option 20070109
92 SET_FDT_RESULT_DATA_OBJECT Instance method Public Method 20061109
93 SET_ITEM Instance method Public Method 20061109
94 SET_MODE Instance method Public Method 20061109
95 SET_NAME Instance method Public Method 20061109
96 SET_PROCESS_STATUS Instance method Public Method 20061109
97 SET_TABNAME Instance method Public Method Set the database table 20061109
98 SET_TARGET_TABLE Instance method Public Method Sets the target table (target type = table) 20070109
99 SET_TARGET_TYPE Instance method Public Method Set the action target type (element, structure or table) 20061109
100 SET_TEMPLATE Instance method Public Method 20061109
101 SET_TEMPLATE_ELEMENT Instance method Public Method 20070110
102 SET_VALUE_TARGET_TYPE_FIELD Instance method Private Method Sets the context value for a field target type 20070109
103 SET_VALUE_TARGET_TYPE_TABLE Instance method Private Method Sets the context value for a table target type 20070109
104 UPDATE_ASSIGNMENT_STATUS Instance method Public Method 20061109
105 UPDATE_FIELD_STATUS Instance method Private Method Update field status after save 20061109
106 UPDATE_PARAMETER_DATA_OBJECTS Instance method Private Method Update the data object of a parameter after assignment 20070109
107 _SET_TABNAME Instance method Private Method Set the database table (internal) 20091123
Events
# Event Type Visibility Description Created on
1 ASSIGNMENT_CHANGED Instance Event
(0)
Public
(2)
20061109
2 SET_OUPUT Instance Event
(0)
Public
(2)
20061109
3 SIGNATURE_CHANGED Instance Event
(0)
Public
(2)
20061109
Types
Class CL_WER_ACTION_DB_ENRICHMENT has no local type.
Method Signatures

Method ACTIVATE Signature

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

Method ADD_CLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_FIELDNAME Call by reference Type reference (TYPE) WER_ACTION_DB_ENRICH_STY Structure for Action DB enrichment view 20061109
2 Importing I_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20061109
# Exception Resumable Description Created on
1 CX_WER_DATA_EXISTS Unique identifier exists 20061109
2 CX_WER_DATA_NOT_FOUND Value does not exist 20061109

Method ADD_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_FIELDNAME Call by reference Type reference (TYPE) WER_ACTION_DB_ENRICH_STY Structure for Action DB enrichment view 20061109
2 Importing I_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20061109
3 Changing XT_FIELD Call by reference Type reference (TYPE) WER_ACTION_DB_ENRICH_TTY Structure for action DB enrichment view 20061109

Method ADD_FIELD on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method ADD_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_FIELDNAME Call by reference Type reference (TYPE) WER_ACTION_DB_ENRICH_STY Structure for Action DB enrichment view 20061109
2 Importing I_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20061109
# Exception Resumable Description Created on
1 CX_WER_DATA_EXISTS Unique identifier exists 20061109
2 CX_WER_DATA_NOT_FOUND Value does not exist 20061109

Method ASSIGN_ITEM_FIELD Signature

Method ASSIGN_ITEM_FIELD on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method ASSIGN_ITEM_FIELD on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method ASSIGN_RULE_ELEMENT Signature

Method ASSIGN_RULE_ELEMENT on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method ASSIGN_RULE_ELEMENT on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method ASSIGN_VALUE Signature

Method ASSIGN_VALUE on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method ASSIGN_VALUE on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method CHECK_AUTHORIZATION Signature

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

Method CHECK_CLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20061109
# Exception Resumable Description Created on
1 CX_WER_DATA_EXISTS Unique identifier exists 20061109
2 CX_WER_DATA_NOT_FOUND Value does not exist 20061109

Method CHECK_COMPARE_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPARE_FIELD Call by reference Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20070109
2 Importing I_ID Call by reference Type reference (TYPE) WER_PARAMETER_ID Parameter id 20070109
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Value does not exist 20070109
2 CX_WER_DATA_NOT_FOUND Value does not exist 20070109

Method CHECK_ENRICHMENT_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OPTION Call by reference Type reference (TYPE) WER_DB_ENRICHMENT_OPTION Database enrichment option 20070109
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20070109

Method CHECK_FDT Signature

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

Method CHECK_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELD Call by reference Type reference (TYPE) WER_ACTION_DB_ENRICH_TTY Structure for action DB enrichment view 20061109
2 Importing I_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20061109
# Exception Resumable Description Created on
1 CX_WER_DATA_EXISTS Unique identifier exists 20061109
2 CX_WER_DATA_NOT_FOUND Value does not exist 20061109

Method CHECK_FIELD_TYPE_EDITABLE 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_PARAMETER_ID Parameter id 20070109
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Value does not exist 20070109
2 CX_WER_DATA_NOT_FOUND Value does not exist 20070109

Method CHECK_ITEM_FIELD_ASSIGNMENT Signature

Method CHECK_ITEM_FIELD_ASSIGNMENT on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method CHECK_ITEM_FIELD_ASSIGNMENT on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method CHECK_RULE_ELEMENT_ASSIGNMENT Signature

Method CHECK_RULE_ELEMENT_ASSIGNMENT on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method CHECK_RULE_ELEMENT_ASSIGNMENT on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method CHECK_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20061109
# Exception Resumable Description Created on
1 CX_WER_DATA_EXISTS Unique identifier exists 20061109
2 CX_WER_DATA_NOT_FOUND Value does not exist 20061109

Method CHECK_TABNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20061109
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Value does not exist 20061109

Method CHECK_TARGET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TARGET_TYPE Call by reference Type reference (TYPE) WER_DB_ENRICHMENT_TARGET_TYPE FDT: Data Object Type 20061109
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Value does not exist 20061109

Method CHECK_WER Signature

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

Method CLASS_CONSTRUCTOR Signature

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

Method CLONE Signature

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

Method CLONE_DATA Signature

Method CLONE_DATA on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method CLONE_DATA on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXPRESSION_TYPE_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID 20061109
2 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID 20061109
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20061109

Method DELETE Signature

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

Method DEQUEUE Signature

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

Method ENQUEUE Signature

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

Method FREE Signature

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

Method GENERATE_PARAMETERS_ID Signature

Method GENERATE_PARAMETERS_ID on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method GENERATE_PARAMETERS_ID on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method GET_ACCESS_LEVEL Signature

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

Method GET_APPLICATION Signature

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

Method GET_ASSIGNMENTS Signature

Method GET_ASSIGNMENTS on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method GET_ASSIGNMENTS on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method GET_ASSIGNMENT_MAPPING Signature

Method GET_ASSIGNMENT_MAPPING on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method GET_ASSIGNMENT_MAPPING on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method GET_ASSIGNMENT_STATUS Signature

Method GET_ASSIGNMENT_STATUS on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method GET_ASSIGNMENT_STATUS on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method GET_ATTRIBUTE_STATUS Signature

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

Method GET_CLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_USED_ONLY Call by reference Type reference (TYPE) WER_BOOL CL_WER_CONST=>C_TRUE Boolean: true = X and false = SPACE 20061109
2 Returning RT_CLAUSE Value transfer Object reference (TYPE REF TO) WER_ACTION_DB_ENRICH_TTY Structure for action DB enrichment view 20061109

Method GET_CLAUSE on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method GET_CLONE_PARAMETER_MAPPING Signature

Method GET_CLONE_PARAMETER_MAPPING on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method GET_CLONE_PARAMETER_MAPPING on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method GET_COMPARE_FIELD_MAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONTEXT_SET Call by reference Object reference (TYPE REF TO) IF_WER_CONTEXT_SET Set of context instances 20070109
2 Importing IT_ITEM_FIELD Call by reference Type reference (TYPE) WER_ITEM_FIELDS_TTY Table type for the database table wer_item_fields. 20070109
3 Returning RT_MAPPING Value transfer Object reference (TYPE REF TO) WER_FIELDNAME_MAP_TTY List of fieldname mapping 20070109

Method GET_COMPARE_FIELD_MAP on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method GET_DESCRIPTION Signature

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

Method GET_ENRICHMENT_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_OPTION Value transfer Type reference (TYPE) WER_DB_ENRICHMENT_OPTION Database enrichment option 20070109

Method GET_ENRICHMENT_OPTION on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method GET_FDT_RESULT_DATA_OBJECT Signature

Method GET_FDT_RESULT_DATA_OBJECT on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method GET_FDT_RESULT_DATA_OBJECT on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method GET_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELD Call by reference Type reference (TYPE) WER_ACTION_DB_ENRICH_TTY Structure for action DB enrichment view 20061109
2 Importing I_USED_ONLY Call by reference Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20061109
3 Returning RT_FIELD Value transfer Object reference (TYPE REF TO) WER_ACTION_DB_ENRICH_TTY Structure for action DB enrichment view 20061109

Method GET_FIELDS on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method GET_HEADER Signature

Method GET_HEADER on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method GET_HEADER on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method GET_ID Signature

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

Method GET_ITEM Signature

Method GET_ITEM on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method GET_ITEM on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method GET_MODE Signature

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

Method GET_NAME Signature

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

Method GET_PARAMETER_ASSIGNMENT Signature

Method GET_PARAMETER_ASSIGNMENT on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method GET_PARAMETER_ASSIGNMENT on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method GET_PARAMETER_ASSIGN_STATUS Signature

Method GET_PARAMETER_ASSIGN_STATUS on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method GET_PARAMETER_ASSIGN_STATUS on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method GET_PROCESS_STATUS Signature

Method GET_PROCESS_STATUS on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method GET_PROCESS_STATUS on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method GET_RESULT_FIELD_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FIELD_LIST Value transfer Object reference (TYPE REF TO) WER_FIELDNAME_TTY List of field names 20070109

Method GET_RESULT_FIELD_LIST on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method GET_RESULT_QUERY_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESULT_TAB Call by reference Type reference (TYPE) TABLE 20070109
2 Importing IR_CONTEXT_SET Call by reference Object reference (TYPE REF TO) IF_WER_CONTEXT_SET Set of context instances 20070109
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20070109

Method GET_RESULT_VALUE_QUERY_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESULT_TAB Call by reference Type reference (TYPE) TABLE 20070109
2 Importing IT_VALUE_TAB Call by reference Type reference (TYPE) TABLE 20070109

Method GET_RESULT_VALUE_QUERY_TABLE on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method GET_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_USED_ONLY Call by reference Type reference (TYPE) WER_BOOL CL_WER_CONST=>C_TRUE Boolean: true = X and false = SPACE 20061109
2 Returning RT_SELECTION Value transfer Object reference (TYPE REF TO) WER_ACTION_DB_ENRICH_TTY Structure for action DB enrichment view 20061109

Method GET_SELECTION on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method GET_SIGNATURE Signature

Method GET_SIGNATURE on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method GET_SIGNATURE on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method GET_TABNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TABNAME Value transfer Type reference (TYPE) TABNAME Table Name 20061109

Method GET_TABNAME on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method GET_TARGET_FIELD_MAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONTEXT_SET Call by reference Object reference (TYPE REF TO) IF_WER_CONTEXT_SET Set of context instances 20070109
2 Importing IT_ITEM_FIELD Call by reference Type reference (TYPE) WER_ITEM_FIELDS_TTY Table type for the database table wer_item_fields. 20070109
3 Returning RT_MAPPING Value transfer Object reference (TYPE REF TO) WER_FIELDNAME_MAP_TTY List of fieldname mapping 20070109

Method GET_TARGET_FIELD_MAP on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method GET_TARGET_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TARGET_TABLE Value transfer Type reference (TYPE) WER_ITEM_FIELD_ID 20070109

Method GET_TARGET_TABLE on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method GET_TARGET_TABLE_DO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TARGET_TABLE Value transfer Type reference (TYPE) WER_DATA_OBJECT_ID Unique data object identifier (GUID) 20070109

Method GET_TARGET_TABLE_DO on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method GET_TARGET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TARGET_TYPE Value transfer Type reference (TYPE) WER_DB_ENRICHMENT_TARGET_TYPE FDT: Data Object Type 20061109

Method GET_TARGET_TYPE on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method GET_TEMPLATE_ELEMENT Signature

Method GET_TEMPLATE_ELEMENT on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method GET_TEMPLATE_ELEMENT on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method GET_TYPE_TEXT Signature

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

Method GET_WHERE_CLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CLAUSE Value transfer Object reference (TYPE REF TO) WER_STRING_TTY List of string 20070109

Method GET_WHERE_CLAUSE on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method HAS_ASSIGNED_ITEM_FIELD Signature

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

Method HAS_ASSIGNED_ITEM_FIELD on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method HAS_CHANGED Signature

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

Method HAS_CHANGED_TABNAME Signature

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

Method HAS_CHANGED_TABNAME on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method IS_CONFIGURATION Signature

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

Method IS_PARAMETER_ASSIGNED Signature

Method IS_PARAMETER_ASSIGNED on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method IS_PARAMETER_ASSIGNED on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method IS_SELECTION_FIELD_ENABLED Signature

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

Method IS_SELECTION_FIELD_ENABLED on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method IS_SYSTEM_ELEMENT Signature

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

Method IS_TEMPLATE Signature

Method IS_TEMPLATE on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method IS_TEMPLATE on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method LOAD_DATA Signature

Method LOAD_DATA on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20061109

Method LOAD_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELD Call by reference Type reference (TYPE) WER_ACTION_DBE_FIELD_TTY List of action database enrichment field assignment 20061109
2 Importing I_FIELD_TYPE Call by reference Type reference (TYPE) WER_DBE_TYPE Database enrichment field type (Clause or Selection) 20061109

Method LOAD_FIELDS on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method LOAD_PARAMETERS Signature

Method LOAD_PARAMETERS on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method LOAD_PARAMETERS on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method MASS_PROCESS Signature

Method MASS_PROCESS on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method MASS_PROCESS on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method RAISE_ASSIGNMENT_CHANGED Signature

Method RAISE_ASSIGNMENT_CHANGED on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method RAISE_ASSIGNMENT_CHANGED on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method REMOVE_ASSIGNMENT Signature

Method REMOVE_ASSIGNMENT on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method REMOVE_ASSIGNMENT on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method REMOVE_CLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20061109

Method REMOVE_CLAUSE on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method REMOVE_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20061109
2 Changing XT_FIELD Call by reference Type reference (TYPE) WER_ACTION_DB_ENRICH_TTY Structure for action DB enrichment view 20061109

Method REMOVE_FIELD on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method REMOVE_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20061109

Method REMOVE_SELECTION on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method REMOVE_TARGET_TABLE Signature

Method REMOVE_TARGET_TABLE on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
# Exception Resumable Description Created on
1 CX_WER_OPERATION_FAILED Invalid data supplied 20070109

Method SAVE Signature

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

Method SELECT_ALL_CLAUSE Signature

Method SELECT_ALL_CLAUSE on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method SELECT_ALL_CLAUSE on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method SELECT_ALL_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing XT_FIELD Call by reference Type reference (TYPE) WER_ACTION_DB_ENRICH_TTY Structure for action DB enrichment view 20061109

Method SELECT_ALL_FIELDS on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method SELECT_ALL_SELECTION Signature

Method SELECT_ALL_SELECTION on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method SELECT_ALL_SELECTION on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method SET_APPLICATION Signature

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

Method SET_CLAUSE_COMPARE_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPARE_FIELD Call by reference Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20070109
2 Importing I_ID Call by reference Type reference (TYPE) WER_PARAMETER_ID Parameter id 20070109
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20070109
2 CX_WER_DATA_NOT_FOUND Value does not exist 20070109

Method SET_CLAUSE_SELECT_FIELD 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_PARAMETER_ID Parameter id 20070109
2 Importing I_SELECT_FIELD Call by reference Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20070109
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20070109
2 CX_WER_DATA_NOT_FOUND Value does not exist 20070109

Method SET_CONFIGURATION Signature

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

Method SET_DESCRIPTION Signature

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

Method SET_ENRICHMENT_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OPTION Call by reference Type reference (TYPE) WER_DB_ENRICHMENT_OPTION Database enrichment option 20070109
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20070109

Method SET_FDT_RESULT_DATA_OBJECT Signature

Method SET_FDT_RESULT_DATA_OBJECT on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method SET_FDT_RESULT_DATA_OBJECT on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method SET_ITEM Signature

Method SET_ITEM on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method SET_ITEM on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method SET_MODE Signature

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

Method SET_NAME Signature

Method SET_NAME on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method SET_NAME on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method SET_PROCESS_STATUS Signature

Method SET_PROCESS_STATUS on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method SET_PROCESS_STATUS on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method SET_TABNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20061109
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20061109

Method SET_TARGET_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TARGET_TABLE Call by reference Type reference (TYPE) WER_ITEM_FIELD_ID Unique Item field identifier (GUID) 20070109
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20070109
2 CX_WER_DATA_NOT_FOUND Value does not exist 20070109

Method SET_TARGET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TARGET_TYPE Call by reference Type reference (TYPE) WER_DB_ENRICHMENT_TARGET_TYPE FDT: Data Object Type 20061109
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20061109

Method SET_TEMPLATE Signature

Method SET_TEMPLATE on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method SET_TEMPLATE on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method SET_TEMPLATE_ELEMENT Signature

Method SET_TEMPLATE_ELEMENT on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method SET_TEMPLATE_ELEMENT on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method SET_VALUE_TARGET_TYPE_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONTEXT_SET Call by reference Object reference (TYPE REF TO) IF_WER_CONTEXT_SET Set of context instances 20070109
2 Importing IT_CLAUSE_QUERY Call by reference Type reference (TYPE) TABLE 20070109
3 Importing IT_RESULT_QUERY Call by reference Type reference (TYPE) TABLE 20070109
4 Importing IT_RESULT_VALUE Call by reference Type reference (TYPE) TABLE 20070109

Method SET_VALUE_TARGET_TYPE_FIELD on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method SET_VALUE_TARGET_TYPE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONTEXT_SET Call by reference Object reference (TYPE REF TO) IF_WER_CONTEXT_SET Set of context instances 20070109
2 Importing IT_CLAUSE_QUERY Call by reference Type reference (TYPE) TABLE 20070109
3 Importing IT_RESULT_QUERY Call by reference Type reference (TYPE) TABLE 20070109
4 Importing IT_RESULT_VALUE Call by reference Type reference (TYPE) TABLE 20070109
5 Importing I_INSERT Call by reference Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20070109
6 Importing I_INSERT_NEW_ONLY Call by reference Type reference (TYPE) WER_BOOL CL_WER_CONST=>C_FALSE Boolean: true = X and false = SPACE 20070109
7 Importing I_UPDATE Call by reference Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20070109
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20070109
2 CX_WER_DATA_NOT_FOUND Value does not exist 20070109

Method UPDATE_ASSIGNMENT_STATUS Signature

Method UPDATE_ASSIGNMENT_STATUS on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method UPDATE_ASSIGNMENT_STATUS on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method UPDATE_FIELD_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing XT_FIELD Call by reference Type reference (TYPE) WER_ACTION_DB_ENRICH_TTY Structure for action DB enrichment view 20061109

Method UPDATE_FIELD_STATUS on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method UPDATE_PARAMETER_DATA_OBJECTS Signature

Method UPDATE_PARAMETER_DATA_OBJECTS on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Method UPDATE_PARAMETER_DATA_OBJECTS on class CL_WER_ACTION_DB_ENRICHMENT has no exception.

Method _SET_TABNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20091123
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20091123
Event Signatures

Event ASSIGNMENT_CHANGED Signature
Event ASSIGNMENT_CHANGED on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Event SET_OUPUT Signature
Event SET_OUPUT on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
Event SIGNATURE_CHANGED Signature
Event SIGNATURE_CHANGED on class CL_WER_ACTION_DB_ENRICHMENT has no parameter.
History
Last changed by/on SAP  20100310 
SAP Release Created in 700