SAP ABAP Class CL_WER_SERVICES (Grouping of generic services)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-MD-MM (Application Component) Material Master
     WER_UTILITIES (Package) Utilities
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WER_SERVICES_TEST Services specific to testing and debugging 20070307
Properties
Class CL_WER_SERVICES  
Short Description Grouping of generic services    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WER_UTILITIES   Utilities 
Created 20060629   SAP 
Last change 20131127   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_QUERY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_WER_SERVICES has no interface implemented.
Friends
Class CL_WER_SERVICES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_AUTH_OBJECT_S_DEVELOP Constant Private Type reference (TYPE) WER_STRING 'S_DEVELOP' S_DEVELOP authorization object 20071205
2 C_CLIENT_DEP_SETTING Static Attribute Private Type reference (TYPE) CCCORACTIV Changes and transports for client-specific objects 20090513
3 C_DATE_LENGTH Constant Private Type reference (TYPE) I 8 Number of characters in the date: YYYYMMDD 20060717
4 C_DEFAULT_APPLI_PARAM Constant Private Type reference (TYPE) MEMORYID 'WER_DEFAULT_APPLI' SET/GET parameter name for default application 20060831
5 C_TYPE_TRANSP_TABLE Constant Private Type reference (TYPE) CHAR1 'T' Transparent table type 20060822
6 SR_CO Static Attribute Protected Object reference (TYPE REF TO) CL_WER_CONST Constants 20060720
7 SR_CUST Static Attribute Private Object reference (TYPE REF TO) CL_WER_CUST Customizing data 20060803
8 SR_ERR_REPORTER Static Attribute Protected Object reference (TYPE REF TO) CL_WER_EXCEPTION_REPORTER Services for raising exceptions 20060718
9 SR_FACTORY Static Attribute Protected Object reference (TYPE REF TO) CL_WER_FACTORY Factory for persistent objects 20061107
10 SR_ME Static Attribute Protected Object reference (TYPE REF TO) CL_WER_SERVICES Singleton instance 20060629
11 SR_STORAGE Static Attribute Private Object reference (TYPE REF TO) CL_WER_STORAGE For saving and loading from database 20060803
12 SR_TRANSPORT Static Attribute Protected Object reference (TYPE REF TO) CL_WER_TRANSPORT Transportation services 20090513
13 ST_DOMAIN_TEXT Static Attribute Private Type reference (TYPE) WER_DOMAIN_TEXT_TTY Domain text (name, key, text) 20060713
14 ST_STANDARD_TYPE_DESC Static Attribute Private Type reference (TYPE) WER_ELEMENT_TTY List of element descriptive attributes 20060717
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_WORKITEM_FIELDS Static method Public Method Adjust work item fields for structure enhancements 20090513
2 CHECK_APPLICATION_EXISTS Static method Public Method Checks if the application exists 20060911
3 CHECK_AUTHORIZATION Static method Public Method Checks if the current user is auhtorized for an activity 20060823
4 CHECK_AUTH_SYSTEM_EDIT Static method Public Method Checks if the current user is authorized change system obj. 20071205
5 CHECK_DATE_FORMAT Static method Public Method Checks if the date supplied has a correct format 20060718
6 CHECK_DEEP_STRUCTURE Static method Public Method Checks if the type supplied contain any transparent table 20070628
7 CHECK_DOMAIN_KEY_EXIST Static method Public Method Returns a flag identifying whether a domain key exists 20060809
8 CHECK_ELEMENT_EXISTS_BY_NAME Static method Public Method Returns a flag identifying whether a element exists 20060825
9 CHECK_ELEMENT_ID Static method Public Method Checks that element id is unique 20060911
10 CHECK_ELEMENT_NAME Static method Public Method Checks the element name uniqueness and validity 20060719
11 CHECK_ELEMENT_TYPE Static method Public Method Checks if an id is a element type id 20060823
12 CHECK_ELMNT_TYPE_COMPATIBILITY Static method Private Method Checks if data element type and item field are compatible 20070109
13 CHECK_GEN_ELEM_TYPE_COMPAT Static method Private Method Check if a generic type is compatible with element type 20070618
14 CHECK_GEN_STRUCT_TYPE_COMPAT Static method Private Method Check if a generic type is compatible with structure type 20070618
15 CHECK_GEN_TABLE_TYPE_COMPAT Static method Private Method Check if a generic type is compatible with table type 20070618
16 CHECK_GEN_TYPE_COMPATIBILITY Static method Public Method Check if a generic type is compatible with another type 20070618
17 CHECK_INTERNAL_TYPE_COMPAT Static method Public Method Check if two internal abap types are compatible 20070618
18 CHECK_ITEM_EXISTS Static method Public Method Checks if the workitem exists for the application 20061017
19 CHECK_ITEM_FIELD_EXISTS Static method Public Method Checks if the workitem field exists in workitem 20061017
20 CHECK_ITEM_FLD_GEN_TYPE_COMPAT Static method Public Method Checks if an item field is compatible with a generic type 20070618
21 CHECK_ITEM_FLD_PREDEF_COMPAT Static method Public Method Checks if an item field is compatible with a generic type 20070618
22 CHECK_STRUCTURE_CONTAIN_TABLE Static method Private Method Checks recursively whether a structure contains a table. 20070628
23 CHECK_STRUCTURE_IN_DDIC Static method Public Method Checks if the type supplied is a structure DDIC 20060815
24 CHECK_STR_TYPE_COMPATIBILITY Static method Private Method Checks if structure type and item field are compatible 20070109
25 CHECK_TABLE_TYPE_COMPATIBILITY Static method Private Method Checks if table type and item field are compatible 20070109
26 CHECK_TRANSP_TABLE Static method Public Method Checks if the type name is a transparent table 20060822
27 CHECK_TYPE_COMPATIBILITY Static method Public Method Checks if DDIC type and item field are compatible 20060914
28 CHECK_TYPE_IN_DDIC Static method Public Method Checks if the type supplied exists in DDIC 20060720
29 CHECK_VALUE_AGAINST_TYPE Static method Public Method Checks if the value is compatible with the type 20060925
30 CLASS_CONSTRUCTOR Static method Public Constructor 20060629
31 GET_ACTION_TYPE Static method Public Method Returns the requested action type 20060713
32 GET_ACTION_TYPES Static method Public Method Returns all action types 20060713
33 GET_ACTION_TYPE_DESC Static method Public Method Returns the system and custom action types 20060803
34 GET_ACTIVITY_TEXT Static method Public Method Returns the text value of activity number 20060824
35 GET_APPLICATION_BY_NAME Static method Public Method Returns application named as i_name. 20060831
36 GET_CONVERTED_FDT_MESSAGES Static method Public Method Returns WER_MSG_TTY from IF_FDT_TYPES=>T_MESSAGE 20060714
37 GET_CONVERTED_WER_MESSAGES Static method Public Method Returns IF_FDT_TYPES=>T_MESSAGE from WER_MSG_TTY 20070109
38 GET_CUSTOMER_APPLICATIONS Static method Public Method Returns all standard applications defined in Rule engine 20060823
39 GET_DATE_FROM_TIMESTAMP Static method Public Method Extracts the date from a TIMSTAMP data element. 20060717
40 GET_DDIC_TYPE_DATA_REFERENCE Static method Public Method Returns a reference to a ddic type 20070618
41 GET_DDIC_TYPE_DESCRIPTION Static method Public Method Returns DDIC type description 20070109
42 GET_DEFAULT_APPLICATION Static method Public Method Returns the default application as set by user 20060831
43 GET_DOMAIN_TEXT Static method Public Method Returns the domain text for a value 20060801
44 GET_DOMAIN_TEXTS Static method Public Method Returns the domain texts for a selected domain 20060801
45 GET_DOMKEY_FROM_GUID Static method Public Method Return a domain key of length 10 from a GUID 20060801
46 GET_DO_TYPE_FROM_COMP_TYPE Static method Public Method Returns the FDT data object type of the given component type 20061012
47 GET_ELEMENT_BY_ID Static method Public Method Returns the element description 20060721
48 GET_ELEMENT_BY_NAME Static method Public Method Returns the element description 20060720
49 GET_ELEMENT_TYPE Static method Public Method Returns the type of the element identified by the id 20070118
50 GET_EXPRESSION_TYPE Static method Public Method Returns the requested expression type 20060713
51 GET_EXPRESSION_TYPES Static method Public Method Returns all expression types 20060713
52 GET_EXPRESSION_TYPE_DESC Static method Public Method Returns the system and custom expression types 20060803
53 GET_EXP_RETURN_OBJECT Static method Public Method Returns the return data object instance 20061013
54 GET_EXP_RETURN_OBJECT_TYPE Static method Public Method Returns the return data object type 20061013
55 GET_EXP_RETURN_TYPE Static method Public Method Returns the return data object ddic type 20061013
56 GET_FDT_DATA_OBJECT_TYPE Static method Public Method Returns the FDT data object type for DDIC typename 20060929
57 GET_FDT_ELEMENT_TYPE Static method Public Method Returns the FDT element type from the WER type 20060725
58 GET_FDT_ELEM_TYPE_FROM_INT Static method Public Method Returns the FDT element type for an internal type 20070618
59 GET_FDT_ELEM_TYPE_FROM_PREDEF Static method Public Method Returns the FDT element type for a predefined type 20070618
60 GET_FIELD_INFO Static method Private Method Returns DDIC information for a data element field 20070109
61 GET_GENERIC_TYPE_DATA_ELEMENT Static method Public Method Returns the data element representation of a generic type 20070618
62 GET_GUID Static method Public Method Returns a GUID of length 32 20060629
63 GET_GUID_FROM_DOMKEY Static method Public Method Return a GUID of length 32 from a domain key 20060726
64 GET_INSTANCE Static method Public Method Returns the singleton instance 20060629
65 GET_INTERNAL_TYPE Static method Public Method Returns the internal type information for a data type 20070618
66 GET_INT_TYPE_DATA_REFERENCE Static method Public Method Returns a reference to an internal abap type 20070618
67 GET_ITEM Static method Public Method Returns the item meta data 20070123
68 GET_ITEM_FIELD Static method Public Method Returns the meta data of an item structure from the database 20060929
69 GET_ITEM_FIELDS Static method Public Method Returns meta data of an item structure 20070110
70 GET_ITEM_FIELD_ID_FROM_XPATH Static method Public Method Returns an item field from an xpath 20070123
71 GET_ITEM_FIELD_TYPE Static method Public Method Returns the type of an item field 20061012
72 GET_ITEM_FROM_FIELD Static method Public Method Returns a item field's workitem 20070110
73 GET_ITEM_ID Static method Public Method Returns the ID of the item corresponding to the given type 20061022
74 GET_MESSAGES Static method Public Method Builds a message table from the given parameters 20060801
75 GET_METHOD_COMPONENT_NAME Static method Public Method Returns the complete method name 20070221
76 GET_MSGID_DESCRIPTION Static method Public Method Returns message id textual description 20060824
77 GET_MSGNO_DESCRIPTION Static method Public Method Returns message number textual description 20060824
78 GET_NEW_ACTIVATED_DATA_OBJECT Static method Public Method Creates and activates a new data object 20060928
79 GET_NEW_ACTIV_INTTYPE_DATA_OBJ Static method Public Method Creates and activates a new data object for an ABAP internal 20070618
80 GET_NEW_ACTIV_PREDEF_DATA_OBJ Static method Public Method Creates and activates a new data object for a predefined typ 20070618
81 GET_PARAMETER_TYPE Static method Public Method Returns type of method parameter 20130516
82 GET_PREDEF_TYPENAME Static method Public Method Constructs the typename of a predefined type 20070618
83 GET_PREDEF_TYPE_DATA_REFERENCE Static method Public Method Returns a reference to a predefined type 20070618
84 GET_RULE_ELEMENT_WER_TYPE Static method Public Method Returns the WER type for a rule element 20060930
85 GET_STANDARD_APPLICATIONS Static method Public Method Returns all standard applications defined in Rule engine 20060823
86 GET_STANDARD_TYPE_DESC Static method Public Method Returns standard types description 20060717
87 GET_TABLE_FIELD_COMP_DESCR Static method Public Method Returns predefined type detail of a table field 20070618
88 GET_TABLE_LINE_TYPE Static method Private Method Returns line type of a table type 20070109
89 GET_TIME_STAMP Static method Public Method Returns a new time stamp value 20061025
90 GET_TYPE_DDIC_INFO Static method Public Method Returns DDIC information for a type and all types used below 20060821
91 GET_TYPE_DESCRIPTION Static method Public Method Returns the description of a type 20060808
92 GET_TYPE_INPUT_LENGTH Static method Public Method Returns the data input length of a type 20070628
93 GET_TYPE_LENGTH Static method Public Method Returns the length in bytes the given type 20060925
94 GET_TYPE_TEXT Instance method Public Method Returns the type in text mode 20070109
95 GET_WER_ELEMENT_TYPE Static method Public Method Returns the WER element type from the FDT type 20060725
96 IS_ACTION_TYPE Static method Public Method Returns true if the type supplied is an action type 20060726
97 IS_APPLICATION_SYSTEM Static method Public Method Returns true if the application is system 20071206
98 IS_AUTHORIZED Static method Public Method Returns true if the user is authorized for a given activity 20061101
99 IS_AUTH_SYSTEM_EDIT Static method Public Method Returns true if system elements are editable by user 20071205
100 IS_CHILD_FIELD Static method Public Method Returns true if item field is child of the item 20070109
101 IS_CLIENT_DEP_OBJ_TRANSPORTED Static method Public Method Returns true if client dependent objects are transported 20090513
102 IS_ELEMENT_TYPE Static method Public Method Returns true if the type is a valid element type 20060831
103 IS_EXPRESSION_TYPE Static method Public Method Returns true if the type supplied is an expression type 20060726
104 IS_GENERIC_PARAMETER_TYPE Static method Public Method Returns true if the type is that of a generic parameter type 20070618
105 IS_INTERNAL_TYPE Static method Public Method Returns true if the type is an internal ABAP type 20070618
106 IS_ITEM_IN_USE Static method Public Method Returns true if an element of the application uses the item 20070110
107 IS_TABLE_ITEM_FIELD Static method Public Method Returns true if the item field is the item table type 20070109
108 IS_TEMPLATE Static method Public Method Returns a flag identifying if an element is a template 20060825
109 IS_TEMPLATE_TYPE Static method Public Method Returns true if the element type is a template type 20070801
110 USES_PREDEFINED_TYPE Static method Public Method Returns true if item field uses a predefined type 20070109
Events
Class CL_WER_SERVICES has no event.
Types
Class CL_WER_SERVICES has no local type.
Method Signatures

Method ADJUST_WORKITEM_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DB_CHANGED Call by reference Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20090513
2 Importing I_REQUEST Call by reference Type reference (TYPE) TRKORR Request/Task 20090513
3 Importing I_TYPE Call by reference Type reference (TYPE) FIELD_TYPE Field type 20090513
# Exception Resumable Description Created on
1 CX_WER_DATA_EXISTS Unique identifier exists 20100322
2 CX_WER_DATA_INVALID Invalid data supplied 20090513
3 CX_WER_DATA_NOT_FOUND Value does not exist 20090513
4 CX_WER_OPERATION_FAILED Operation failed exception 20090513

Method CHECK_APPLICATION_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION Call by reference Type reference (TYPE) WER_APPLICATION_ID Application identifier 20060911
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20060911

Method CHECK_AUTHORIZATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTIVITY Call by reference Type reference (TYPE) ACTIV_AUTH Activity 20060823
# Exception Resumable Description Created on
1 CX_WER_AUTHORIZATION Authorization error 20060823

Method CHECK_AUTH_SYSTEM_EDIT Signature

Method CHECK_AUTH_SYSTEM_EDIT on class CL_WER_SERVICES has no parameter.
# Exception Resumable Description Created on
1 CX_WER_AUTHORIZATION Authorization error 20071205

Method CHECK_DATE_FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATE Call by reference Type reference (TYPE) DATUM Date 20060718
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20060718

Method CHECK_DEEP_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) FIELD_TYPE Field type 20070628
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20070628
2 CX_WER_DATA_NOT_FOUND Value does not exist 20070628

Method CHECK_DOMAIN_KEY_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOMNAME Call by reference Type reference (TYPE) DOMNAME Domain name 20060809
2 Importing I_KEY Call by reference Type reference (TYPE) ANY 20060809
3 Returning R_EXIST Value transfer Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20060809

Method CHECK_DOMAIN_KEY_EXIST on class CL_WER_SERVICES has no exception.

Method CHECK_ELEMENT_EXISTS_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION Call by reference Type reference (TYPE) WER_APPLICATION_ID Application identifier 20060825
2 Importing I_NAME Call by reference Type reference (TYPE) WER_ELEMENT_NAME Element name 20060825
3 Importing I_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE Element type 20060825
4 Returning R_EXIST Value transfer Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20060825
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20060826

Method CHECK_ELEMENT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION Call by reference Type reference (TYPE) WER_APPLICATION_ID 20060911
2 Importing I_ID Call by reference Type reference (TYPE) WER_ELEMENT_ID 20060911
3 Importing I_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE 20060911
# Exception Resumable Description Created on
1 CX_WER_DATA_EXISTS Value does not exist 20060911

Method CHECK_ELEMENT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION Call by reference Type reference (TYPE) WER_APPLICATION_ID Application identifier 20060719
2 Importing I_ID Call by reference Type reference (TYPE) WER_ELEMENT_ID Element unique identifier 20060802
3 Importing I_NAME Call by reference Type reference (TYPE) WER_ELEMENT_NAME Element name to check 20060719
4 Importing I_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE Element type 20060719
# Exception Resumable Description Created on
1 CX_WER_DATA_EXISTS Unique identifier exists 20060719
2 CX_WER_DATA_INVALID Invalid data supplied 20060921

Method CHECK_ELEMENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE Element type 20060823
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20060823

Method CHECK_ELMNT_TYPE_COMPATIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ITEM_FIELD Call by reference Type reference (TYPE) WER_ITEM_FIELD_DATA_STY Information about the fields of an item 20070109
2 Importing I_DDIC_NAME Call by reference Type reference (TYPE) CSEQUENCE Name of Dictionary Type 20070109
3 Importing I_ITEM_FIELD_TARGET Call by reference Type reference (TYPE) WER_BOOL CL_WER_CONST=>C_TRUE Boolean: true = X and false = SPACE 20070618
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20070109

Method CHECK_GEN_ELEM_TYPE_COMPAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GEN_TYPE Call by reference Type reference (TYPE) CSEQUENCE 20070618
2 Importing I_INTTYPE Call by reference Type reference (TYPE) INTTYPE ABAP data type (C,D,N,...) 20070618
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20070618
2 CX_WER_DATA_NOT_FOUND Value does not exist 20070618

Method CHECK_GEN_STRUCT_TYPE_COMPAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_STRUCTDESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20070618
2 Importing I_GEN_TYPE Call by reference Type reference (TYPE) CSEQUENCE 20070618
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20070618

Method CHECK_GEN_TABLE_TYPE_COMPAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TABLEDESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR Runtime Type Services 20070618
2 Importing I_GEN_TYPE Call by reference Type reference (TYPE) CSEQUENCE 20070618
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20070618

Method CHECK_GEN_TYPE_COMPATIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATA_TYPE Call by reference Type reference (TYPE) DATATYPE_D Data Type in ABAP Dictionary 20070618
2 Importing I_GEN_TYPE Call by reference Type reference (TYPE) CSEQUENCE 20070618
3 Importing I_TYPE Call by reference Type reference (TYPE) CSEQUENCE 20070618
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20070618
2 CX_WER_DATA_NOT_FOUND Value does not exist 20070618

Method CHECK_INTERNAL_TYPE_COMPAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SOURCE_DECIMAL Call by reference Type reference (TYPE) DECIMALS Number of Decimal Places 20070618
2 Importing I_SOURCE_INTTYPE Call by reference Type reference (TYPE) INTTYPE ABAP data type (C,D,N,...) 20070618
3 Importing I_SOURCE_LENGTH Call by reference Type reference (TYPE) INTLEN Internal Length in Bytes 20070618
4 Importing I_TARGET_DECIMAL Call by reference Type reference (TYPE) DECIMALS Number of Decimal Places 20070618
5 Importing I_TARGET_INTTYPE Call by reference Type reference (TYPE) INTTYPE ABAP data type (C,D,N,...) 20070618
6 Importing I_TARGET_LENGTH Call by reference Type reference (TYPE) INTLEN Internal Length in Bytes 20070618
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20070618

Method CHECK_ITEM_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION Call by reference Type reference (TYPE) WER_APPLICATION_ID Application identifier 20061017
2 Importing I_ITEM Call by reference Type reference (TYPE) WER_ITEM_ID Unique work item identifier (GUID) 20061017
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20061017

Method CHECK_ITEM_FIELD_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITEM_FIELD_ID Call by reference Type reference (TYPE) WER_ITEM_FIELD_ID Unique Item field identifier (GUID) 20061017
2 Importing I_ITEM_ID Call by reference Type reference (TYPE) WER_ITEM_ID Unique work item identifier (GUID) 20061017
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20061017

Method CHECK_ITEM_FLD_GEN_TYPE_COMPAT Signature

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

Method CHECK_ITEM_FLD_PREDEF_COMPAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DECIMAL Call by reference Type reference (TYPE) DECIMALS Number of Decimal Places 20070618
2 Importing I_ITEM_FIELD Call by reference Type reference (TYPE) WER_ITEM_FIELD_ID Unique Item field identifier (GUID) 20070618
3 Importing I_ITEM_FIELD_TARGET Call by reference Type reference (TYPE) WER_BOOL CL_WER_CONST=>C_TRUE Boolean: true = X and false = SPACE 20070618
4 Importing I_LENGTH Call by reference Type reference (TYPE) DDLENG Length (No. of Characters) 20070618
5 Importing I_TYPE Call by reference Type reference (TYPE) DATATYPE_D Data Type in ABAP Dictionary 20070618
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20070618
2 CX_WER_DATA_NOT_FOUND Value does not exist 20070618

Method CHECK_STRUCTURE_CONTAIN_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) FIELD_TYPE Field type 20070628
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20070628
2 CX_WER_DATA_NOT_FOUND Value does not exist 20070628

Method CHECK_STRUCTURE_IN_DDIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) FIELD_TYPE Field Name 20060815
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Type does not exist in DDIC 20060815

Method CHECK_STR_TYPE_COMPATIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ITEM_FIELD Call by reference Type reference (TYPE) WER_ITEM_FIELD_DATA_STY Information about the fields of an item 20070109
2 Importing I_DDIC_NAME Call by reference Type reference (TYPE) TYPENAME Name of Dictionary Type 20070109
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20070109

Method CHECK_TABLE_TYPE_COMPATIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ITEM_FIELD Call by reference Type reference (TYPE) WER_ITEM_FIELD_DATA_STY Information about the fields of an item 20070109
2 Importing I_DDIC_NAME Call by reference Type reference (TYPE) TYPENAME Name of Dictionary Type 20070109
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20070109

Method CHECK_TRANSP_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) TYPENAME Name of Dictionary Type 20060822
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20060822

Method CHECK_TYPE_COMPATIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION Call by reference Type reference (TYPE) WER_APPLICATION_ID Application identifier 20060914
2 Importing I_DDIC_TYPE_NAME Call by reference Type reference (TYPE) CSEQUENCE Name of Dictionary Type 20060914
3 Importing I_ITEM_FIELD_ID Call by reference Type reference (TYPE) WER_ITEM_FIELD_ID Unique Item field identifier (GUID) 20060914
4 Importing I_ITEM_FIELD_TARGET Call by reference Type reference (TYPE) WER_BOOL CL_WER_CONST=>C_TRUE Boolean: true = X and false = SPACE 20070618
5 Importing I_TYPE_MUST_BE_IDENTICAL Call by reference Type reference (TYPE) WER_BOOL CL_WER_CONST=>C_FALSE Flag identifying if the type must be equal 20070618
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20060914

Method CHECK_TYPE_IN_DDIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) FIELD_TYPE Field Name 20060720
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Type does not exist in DDIC 20060720

Method CHECK_VALUE_AGAINST_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) FIELD_TYPE Field type 20060925
2 Importing I_VALUE Call by reference Type reference (TYPE) ANY 20060925
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20060925

Method CLASS_CONSTRUCTOR Signature

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

Method GET_ACTION_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE Element type 20060809
2 Returning RS_ACTION_TYPE Value transfer Type reference (TYPE) WER_ACTION_TYPE_STY Action type data 20060809

Method GET_ACTION_TYPE on class CL_WER_SERVICES has no exception.

Method GET_ACTION_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_ACTION_TYPES Value transfer Object reference (TYPE REF TO) WER_ACTION_TYPE_TTY Action type data entries 20060814

Method GET_ACTION_TYPES on class CL_WER_SERVICES has no exception.

Method GET_ACTION_TYPE_DESC Signature

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

Method GET_ACTION_TYPE_DESC on class CL_WER_SERVICES has no exception.

Method GET_ACTIVITY_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTIVITY Call by reference Type reference (TYPE) ACTIV_AUTH Activity 20060824
2 Returning R_TEXT Value transfer Type reference (TYPE) STRING 20060824

Method GET_ACTIVITY_TEXT on class CL_WER_SERVICES has no exception.

Method GET_APPLICATION_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION_NAME Call by reference Type reference (TYPE) WER_APPLICATION_NAME Name of an application element 20060831
2 Returning R_APPLICATION_ID Value transfer Type reference (TYPE) WER_APPLICATION_ID Application id 20060831
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20060831

Method GET_CONVERTED_FDT_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FDT_MESSAGES Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE 20060714
2 Returning RR_MESSAGES Value transfer Object reference (TYPE REF TO) WER_MSG_TTY Application Log: Table with Messages 20060817

Method GET_CONVERTED_FDT_MESSAGES on class CL_WER_SERVICES has no exception.

Method GET_CONVERTED_WER_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_WER_MESSAGES Call by reference Type reference (TYPE) WER_MSG_TTY Application log messages 20070109
2 Returning RR_MESSAGES Value transfer Object reference (TYPE REF TO) IF_FDT_TYPES=>T_MESSAGE Application Log: Table with Messages 20070109

Method GET_CONVERTED_WER_MESSAGES on class CL_WER_SERVICES has no exception.

Method GET_CUSTOMER_APPLICATIONS Signature

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

Method GET_CUSTOMER_APPLICATIONS on class CL_WER_SERVICES has no exception.

Method GET_DATE_FROM_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20060717
2 Returning R_DATE Value transfer Type reference (TYPE) DATUM Date 20060717

Method GET_DATE_FROM_TIMESTAMP on class CL_WER_SERVICES has no exception.

Method GET_DDIC_TYPE_DATA_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) CSEQUENCE 20070618
2 Returning RR_DATA Value transfer Object reference (TYPE REF TO) DATA 20070618

Method GET_DDIC_TYPE_DATA_REFERENCE on class CL_WER_SERVICES has no exception.

Method GET_DDIC_TYPE_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPTYPE Call by reference Type reference (TYPE) COMPTYPE DD: Component Type 20070109
2 Importing I_LANGU Call by reference Type reference (TYPE) LANGU SY-LANGU Language Key 20070109
3 Importing I_TYPE Call by reference Type reference (TYPE) FIELD_TYPE Field type 20070109
4 Returning R_DESCRIP Value transfer Type reference (TYPE) AS4TEXT Short Description of Repository Objects 20070109

Method GET_DDIC_TYPE_DESCRIPTION on class CL_WER_SERVICES has no exception.

Method GET_DEFAULT_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_APPLICATION_ID Value transfer Type reference (TYPE) WER_APPLICATION_ID Application identifier 20060831

Method GET_DEFAULT_APPLICATION on class CL_WER_SERVICES has no exception.

Method GET_DOMAIN_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOMNAME Call by reference Type reference (TYPE) DOMNAME Domain name 20060801
2 Importing I_KEY Call by reference Type reference (TYPE) ANY 20060801
3 Returning R_TEXT Value transfer Type reference (TYPE) STRING Domain text (name, key, text) 20060801

Method GET_DOMAIN_TEXT on class CL_WER_SERVICES has no exception.

Method GET_DOMAIN_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOMNAME Call by reference Type reference (TYPE) DOMNAME Domain name 20060801
2 Returning RR_TEXTS Value transfer Object reference (TYPE REF TO) WER_DOMAIN_TEXT_TTY Domain texts 20060815

Method GET_DOMAIN_TEXTS on class CL_WER_SERVICES has no exception.

Method GET_DOMKEY_FROM_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GUID Call by reference Type reference (TYPE) SYSUUID_C Character Field Length = 10 20060801
2 Returning R_KEY Value transfer Type reference (TYPE) CHAR10 Guid 20060801

Method GET_DOMKEY_FROM_GUID on class CL_WER_SERVICES has no exception.

Method GET_DO_TYPE_FROM_COMP_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPONENT_TYPE Call by reference Type reference (TYPE) COMPTYPE Comparison Type 20061012
2 Returning R_TYPE Value transfer Type reference (TYPE) IF_FDT_TYPES=>DATA_OBJECT_TYPE Comparison Type 20061012

Method GET_DO_TYPE_FROM_COMP_TYPE on class CL_WER_SERVICES 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_APPLICATION Call by reference Type reference (TYPE) WER_APPLICATION_ID Application identifier 20060803
2 Importing I_ID Call by reference Type reference (TYPE) WER_ELEMENT_ID Element id to find 20060721
3 Importing I_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE Element type 20060721
4 Returning RS_ELEMENT Value transfer Type reference (TYPE) WER_ELEMENT_STY Element identification (id, name, description, type) 20060802
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND 20060721

Method GET_ELEMENT_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION Call by reference Type reference (TYPE) WER_APPLICATION_ID Application identifier 20060803
2 Importing I_NAME Call by reference Type reference (TYPE) WER_ELEMENT_NAME Element name to find 20060720
3 Importing I_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE Element type 20060720
4 Returning RS_ELEMENT Value transfer Type reference (TYPE) WER_ELEMENT_STY Element identification (id, name, description, type) 20060802
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20060921
2 CX_WER_DATA_NOT_FOUND 20060720

Method GET_ELEMENT_TYPE 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 20070118
2 Returning R_TYPE Value transfer Type reference (TYPE) WER_ELEMENT_TYPE Element type 20070118
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20070118

Method GET_EXPRESSION_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE Element type 20060804
2 Returning RS_EXPRESSION_TYPE Value transfer Type reference (TYPE) WER_EXPRESSION_TYPE_STY Expression type data 20060804
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20060804

Method GET_EXPRESSION_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_EXPRESSION_TYPES Value transfer Object reference (TYPE REF TO) WER_EXPRESSION_TYPE_TTY Expression type data entries 20060814

Method GET_EXPRESSION_TYPES on class CL_WER_SERVICES has no exception.

Method GET_EXPRESSION_TYPE_DESC Signature

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

Method GET_EXPRESSION_TYPE_DESC on class CL_WER_SERVICES has no exception.

Method GET_EXP_RETURN_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXPRESSION Call by reference Type reference (TYPE) WER_ELEMENT_ID Element unique identifier 20061013
2 Returning RR_RETURN_DO Value transfer Object reference (TYPE REF TO) IF_FDT_DATA_OBJECT Field type 20061013
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20061013
2 CX_WER_DATA_NOT_FOUND Value does not exist 20061013

Method GET_EXP_RETURN_OBJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXPRESSION Call by reference Type reference (TYPE) WER_ELEMENT_ID Element unique identifier 20061013
2 Returning R_OBJECT_TYPE Value transfer Type reference (TYPE) IF_FDT_TYPES=>DATA_OBJECT_TYPE Field type 20061013
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20061013
2 CX_WER_DATA_NOT_FOUND Value does not exist 20061013

Method GET_EXP_RETURN_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXPRESSION Call by reference Type reference (TYPE) WER_ELEMENT_ID Element unique identifier 20061013
2 Returning R_TYPE Value transfer Type reference (TYPE) FIELD_TYPE Field type 20061013
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20061013
2 CX_WER_DATA_NOT_FOUND Value does not exist 20061013

Method GET_FDT_DATA_OBJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPENAME Call by reference Type reference (TYPE) ANY Name of Dictionary Type 20060929
2 Returning R_DATA_OBJECT_TYPE Value transfer Type reference (TYPE) FDT_DATA_OBJECT_TYPE FDT: Data Object Type 20060929
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20060929
2 CX_WER_DATA_NOT_FOUND Value does not exist 20060929

Method GET_FDT_ELEMENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WER_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE WER element type 20060731
2 Returning R_TYPE Value transfer Type reference (TYPE) WER_ELEMENT_TYPE FDT element type 20060725

Method GET_FDT_ELEMENT_TYPE on class CL_WER_SERVICES has no exception.

Method GET_FDT_ELEM_TYPE_FROM_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ELEMENT_TYPE Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TYPE FDT: Elementary Data Type 20070618
2 Importing I_INT_TYPE Call by reference Type reference (TYPE) INTTYPE ABAP data type (C,D,N,...) 20070618
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20070618
2 CX_WER_DATA_NOT_FOUND Value does not exist 20070618

Method GET_FDT_ELEM_TYPE_FROM_PREDEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ELEMENT_TYPE Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TYPE FDT: Elementary Data Type 20070618
2 Importing I_PREDEF_TYPE Call by reference Type reference (TYPE) DATATYPE_D 20070618
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20070618
2 CX_WER_DATA_NOT_FOUND Value does not exist 20070618

Method GET_FIELD_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DDIC_TYPE_NAME Call by reference Type reference (TYPE) CSEQUENCE Name of Dictionary Type 20070109
2 Returning RR_DDIC Value transfer Object reference (TYPE REF TO) DFIES DD Interface: Table Fields for DDIF_FIELDINFO_GET 20070109
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20070109

Method GET_GENERIC_TYPE_DATA_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) CSEQUENCE 20070618
2 Returning R_TYPE Value transfer Type reference (TYPE) TYPENAME Name of Dictionary Type 20070618
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20070618

Method GET_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_GUID Value transfer Type reference (TYPE) SYSUUID_C 32 char long GUID 20060629

Method GET_GUID on class CL_WER_SERVICES has no exception.

Method GET_GUID_FROM_DOMKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHAR Call by reference Type reference (TYPE) CHAR10 Character Field Length = 10 20060726
2 Returning R_GUID Value transfer Type reference (TYPE) SYSUUID_C Guid 20060726

Method GET_GUID_FROM_DOMKEY on class CL_WER_SERVICES has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_WER_SERVICES Singleton instance 20060629

Method GET_INSTANCE on class CL_WER_SERVICES has no exception.

Method GET_INTERNAL_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_INT_LENGTH Call by reference Type reference (TYPE) INTLEN Internal Length in Bytes 20070618
2 Exporting E_INT_TYPE Call by reference Type reference (TYPE) INTTYPE ABAP data type (C,D,N,...) 20070618
3 Importing I_LENGTH Call by reference Type reference (TYPE) DDLENG Length (No. of Characters) 20070618
4 Importing I_TYPE Call by reference Type reference (TYPE) DATATYPE_D Data Type in ABAP Dictionary 20070618
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20070618

Method GET_INT_TYPE_DATA_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DECIMAL Call by reference Type reference (TYPE) DECIMALS Number of Decimal Places 20070618
2 Importing I_LENGTH Call by reference Type reference (TYPE) INTLEN Internal Length in Bytes 20070618
3 Importing I_TYPE Call by reference Type reference (TYPE) INTTYPE ABAP data type (C,D,N,...) 20070618
4 Returning RR_DATA Value transfer Object reference (TYPE REF TO) DATA 20070618
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20070618

Method GET_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION Call by reference Type reference (TYPE) WER_APPLICATION_ID Application identifier 20070123
2 Importing I_ITEM Call by reference Type reference (TYPE) WER_ITEM_ID Unique work item identifier (GUID) 20070123
3 Returning RS_ITEM Value transfer Type reference (TYPE) WER_ITEM_SET_STY Item sets 20070123
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20070123

Method GET_ITEM_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITEM_FIELD Call by reference Type reference (TYPE) WER_ITEM_FIELD_ID Unique work item identifier (GUID) 20060929
2 Returning RS_ITEM_FIELDS_MD Value transfer Type reference (TYPE) WER_ITEM_FIELD_DATA_STY Item field meta data object and field name 20060929
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND No entry exists for the requested item structure 20060929

Method GET_ITEM_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ROOT_ITEM Call by reference Type reference (TYPE) WER_ITEM_ID Unique work item identifier (GUID) 20070110
2 Returning RR_ITEM_FIELDS_MD Value transfer Object reference (TYPE REF TO) WER_ITEM_FIELDS_TTY Item field meta data object and field name 20070110
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID No parent entry exists for the requested item structure 20070110
2 CX_WER_DATA_NOT_FOUND No entry exists for the requested item structure 20070110

Method GET_ITEM_FIELD_ID_FROM_XPATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPONENT_TYPE Call by reference Type reference (TYPE) COMPTYPE Type/origin/purpose of comparison result 20070123
2 Importing I_ITEM Call by reference Type reference (TYPE) WER_ITEM_ID Unique work item identifier (GUID) 20070123
3 Importing I_XPATH Call by reference Type reference (TYPE) WER_XPATH Field name including the parent structure names 20070123
4 Returning R_ID Value transfer Type reference (TYPE) WER_ITEM_FIELD_ID Unique Item field identifier (GUID) 20070123
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20070123
2 CX_WER_DATA_NOT_FOUND Value does not exist 20070123

Method GET_ITEM_FIELD_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITEM_FIELD Call by reference Type reference (TYPE) WER_ITEM_FIELD_ID Unique work item identifier (GUID) 20061012
2 Returning R_TYPE Value transfer Type reference (TYPE) FIELD_TYPE Item field meta data object and field name 20061012
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND No entry exists for the requested item structure 20061012

Method GET_ITEM_FROM_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITEM_FIELD Call by reference Type reference (TYPE) WER_ITEM_FIELD_ID Unique Item field identifier (GUID) 20070110
2 Returning R_ITEM Value transfer Type reference (TYPE) WER_ITEM_ID Unique work item identifier (GUID) 20070110
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20070110

Method GET_ITEM_ID 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 20070123
2 Importing I_TYPE Call by reference Type reference (TYPE) FIELD_TYPE Field type 20061022
3 Returning R_ID Value transfer Type reference (TYPE) WER_ITEM_ID Unique work item identifier (GUID) 20061022
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20061022

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FDT_MESSAGES Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE 20060801
2 Importing IT_MESSAGES Call by reference Type reference (TYPE) WER_MSG_TTY Application Log: Table with Messages 20060801
3 Importing I_MSGID Value transfer Type reference (TYPE) SYMSGID Message Class 20060801
4 Importing I_MSGNO Value transfer Type reference (TYPE) SYMSGNO Message Number 20060801
5 Importing I_MSGTY Value transfer Type reference (TYPE) SYMSGTY Message Type 20060801
6 Importing I_MSGV1 Value transfer Type reference (TYPE) ANY Message Variable 20060801
7 Importing I_MSGV2 Value transfer Type reference (TYPE) ANY Message Variable 20060801
8 Importing I_MSGV3 Value transfer Type reference (TYPE) ANY Message Variable 20060801
9 Importing I_MSGV4 Value transfer Type reference (TYPE) ANY Message Variable 20060801
10 Importing I_MSG_PROVIDED Call by reference Type reference (TYPE) WER_BOOL CL_WER_CONST=>C_FALSE Boolean: true = X and false = SPACE 20070202
11 Returning RR_MESSAGES Value transfer Object reference (TYPE REF TO) WER_MSG_TTY Application Log: Table with Messages 20060817

Method GET_MESSAGES on class CL_WER_SERVICES has no exception.

Method GET_METHOD_COMPONENT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INTERFACE Call by reference Type reference (TYPE) WER_INTERFACE_NAME Interface name 20070221
2 Importing I_METHOD Call by reference Type reference (TYPE) WER_METHOD_NAME Method name 20070221
3 Returning R_METHOD Value transfer Type reference (TYPE) SEOCPDNAME Full Component Name 20070221

Method GET_METHOD_COMPONENT_NAME on class CL_WER_SERVICES has no exception.

Method GET_MSGID_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MSGID Call by reference Type reference (TYPE) MSGID Message identification 20060824
2 Returning R_DESCRIPTION Value transfer Type reference (TYPE) AS4TEXT Short Description of Repository Objects 20060824

Method GET_MSGID_DESCRIPTION on class CL_WER_SERVICES has no exception.

Method GET_MSGNO_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID Application Area 20060824
2 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO System message number 20060824
3 Returning R_DESCRIPTION Value transfer Type reference (TYPE) NATXT Message text 20060824

Method GET_MSGNO_DESCRIPTION on class CL_WER_SERVICES has no exception.

Method GET_NEW_ACTIVATED_DATA_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION Call by reference Type reference (TYPE) WER_APPLICATION_ID Application identifier 20060928
2 Importing I_DDIC_TYPE Call by reference Type reference (TYPE) CSEQUENCE DDIC type name 20060928
3 Returning RR_DATA_OBJECT Value transfer Object reference (TYPE REF TO) IF_FDT_DATA_OBJECT FDT: Data Object 20060928
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20060928
2 CX_WER_DATA_NOT_FOUND Value does not exist 20060928

Method GET_NEW_ACTIV_INTTYPE_DATA_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION Call by reference Type reference (TYPE) WER_APPLICATION_ID Application identifier 20070618
2 Importing I_DECIMAL Call by reference Type reference (TYPE) DECIMALS Number of Decimal Places 20070618
3 Importing I_LENGTH Call by reference Type reference (TYPE) DDLENG Length (No. of Characters) 20070618
4 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE 20070715
5 Importing I_TYPE Call by reference Type reference (TYPE) INTTYPE ABAP data type (C,D,N,...) 20070618
6 Returning RR_DATA_OBJECT Value transfer Object reference (TYPE REF TO) IF_FDT_DATA_OBJECT FDT: Data Object 20070618
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20070618
2 CX_WER_DATA_NOT_FOUND Value does not exist 20070618

Method GET_NEW_ACTIV_PREDEF_DATA_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION Call by reference Type reference (TYPE) WER_APPLICATION_ID Application identifier 20070618
2 Importing I_DECIMAL Call by reference Type reference (TYPE) DECIMALS Number of Decimal Places 20070618
3 Importing I_LENGTH Call by reference Type reference (TYPE) DDLENG Length (No. of Characters) 20070618
4 Importing I_TYPE Call by reference Type reference (TYPE) DATATYPE_D Data Type in ABAP Dictionary 20070618
5 Returning RR_DATA_OBJECT Value transfer Object reference (TYPE REF TO) IF_FDT_DATA_OBJECT FDT: Data Object 20070618
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20070618
2 CX_WER_DATA_NOT_FOUND Value does not exist 20070618

Method GET_PARAMETER_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TYPE Call by reference Type reference (TYPE) RS38L_TYP Associated Type of an Interface Parameter 20130516
2 Importing I_ID Call by reference Type reference (TYPE) WER_DATA_OBJECT_ID Unique data object identifier (GUID) 20130516

Method GET_PARAMETER_TYPE on class CL_WER_SERVICES has no exception.

Method GET_PREDEF_TYPENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATA_TYPE Call by reference Type reference (TYPE) DATATYPE_D Data Type in ABAP Dictionary 20070618
2 Importing I_DECIMAL Call by reference Type reference (TYPE) DECIMALS Number of Decimal Places 20070618
3 Importing I_LENGTH Call by reference Type reference (TYPE) DDLENG Length (No. of Characters) 20070618
4 Returning R_TYPENAME Value transfer Type reference (TYPE) STRING 20070618

Method GET_PREDEF_TYPENAME on class CL_WER_SERVICES has no exception.

Method GET_PREDEF_TYPE_DATA_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DECIMAL Call by reference Type reference (TYPE) DECIMALS Number of Decimal Places 20070618
2 Importing I_LENGTH Call by reference Type reference (TYPE) DDLENG Length (No. of Characters) 20070618
3 Importing I_TYPE Call by reference Type reference (TYPE) DATATYPE_D Data Type in ABAP Dictionary 20070618
4 Returning RR_DATA Value transfer Object reference (TYPE REF TO) DATA 20070618
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20070618

Method GET_RULE_ELEMENT_WER_TYPE 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_RULE_ELEMENT_ID Rule element id 20060930
2 Returning R_TYPE Value transfer Type reference (TYPE) WER_ELEMENT_TYPE Element type 20060930
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20061023

Method GET_STANDARD_APPLICATIONS Signature

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

Method GET_STANDARD_APPLICATIONS on class CL_WER_SERVICES has no exception.

Method GET_STANDARD_TYPE_DESC Signature

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

Method GET_STANDARD_TYPE_DESC on class CL_WER_SERVICES has no exception.

Method GET_TABLE_FIELD_COMP_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DATA_TYPE Call by reference Type reference (TYPE) DATATYPE_D Data Type in ABAP Dictionary 20070618
2 Exporting E_DECIMAL Call by reference Type reference (TYPE) DECIMALS Number of Decimal Places 20070618
3 Exporting E_DESCRIPTION Call by reference Type reference (TYPE) AS4TEXT Short Description of Repository Objects 20070618
4 Exporting E_LENGTH Call by reference Type reference (TYPE) DDLENG Length (No. of Characters) 20070618
5 Importing I_FIELD Call by reference Type reference (TYPE) FIELDNAME Field Name 20070618
6 Importing I_TABLE Call by reference Type reference (TYPE) CSEQUENCE 20070618
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20070618
2 CX_WER_DATA_NOT_FOUND Value does not exist 20070618

Method GET_TABLE_LINE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ITEM_FIELD Call by reference Type reference (TYPE) WER_ITEM_FIELD_DATA_STY Information about the fields of an item 20070109
2 Importing I_IS_ITEM Call by reference Type reference (TYPE) WER_BOOL CL_WER_CONST=>C_FALSE Boolean: true = X and false = SPACE 20070109
3 Importing I_TTYPE_NAME Call by reference Type reference (TYPE) TYPENAME Name of Dictionary Type 20070109
4 Returning R_LINE_TYPE Value transfer Type reference (TYPE) TYPENAME Name of Dictionary Type 20070109
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20070109

Method GET_TIME_STAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TIME_STAMP Value transfer Type reference (TYPE) TIMESTAMPL UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) 20061025

Method GET_TIME_STAMP on class CL_WER_SERVICES has no exception.

Method GET_TYPE_DDIC_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Language 20060821
2 Importing I_TYPE Call by reference Type reference (TYPE) CSEQUENCE Name of Type 20060821
3 Returning RR_DDIC_INFO Value transfer Object reference (TYPE REF TO) DDFIELDS Type DDIC information 20060821
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20060821

Method GET_TYPE_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) TYPENAME Name of Dictionary Type 20060808
2 Returning R_DESCRIPTION Value transfer Type reference (TYPE) WER_ELEMENT_DESCRIPTION Element description 20060808

Method GET_TYPE_DESCRIPTION on class CL_WER_SERVICES has no exception.

Method GET_TYPE_INPUT_LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) FIELD_TYPE Field type 20070628
2 Returning R_LENGTH Value transfer Type reference (TYPE) I 20070628
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20070628

Method GET_TYPE_LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) FIELD_TYPE Field type 20060925
2 Returning R_LENGTH Value transfer Type reference (TYPE) I 20060925
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20060925

Method GET_TYPE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE Element type 20070109
2 Returning R_TYPE_TEXT Value transfer Type reference (TYPE) STRING 20070109
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Invalid data supplied 20070109

Method GET_WER_ELEMENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FDT_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE FDT element type 20060725
2 Returning R_TYPE Value transfer Type reference (TYPE) WER_ELEMENT_TYPE WER element type 20060725

Method GET_WER_ELEMENT_TYPE on class CL_WER_SERVICES has no exception.

Method IS_ACTION_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE Element type 20060726
2 Returning R_ACTION_TYPE Value transfer Type reference (TYPE) WER_BOOL True (X) if it is an action type 20060726

Method IS_ACTION_TYPE on class CL_WER_SERVICES has no exception.

Method IS_APPLICATION_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION Call by reference Type reference (TYPE) WER_APPLICATION_ID Application identifier 20071206
2 Returning R_IS_SYSTEM Value transfer Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20071206
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20071206

Method IS_AUTHORIZED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTIVITY Call by reference Type reference (TYPE) ACTIV_AUTH Activity 20061101
2 Returning R_IS_AUTHORIZED Value transfer Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20061101

Method IS_AUTHORIZED on class CL_WER_SERVICES has no exception.

Method IS_AUTH_SYSTEM_EDIT 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_AUTH_SYSTEM_EDIT on class CL_WER_SERVICES has no exception.

Method IS_CHILD_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITEM Call by reference Type reference (TYPE) WER_ITEM_ID Unique work item identifier (GUID) 20070109
2 Importing I_ITEM_FIELD Call by reference Type reference (TYPE) WER_ITEM_FIELD_ID Unique Item field identifier (GUID) 20070109
3 Importing I_PARENT_FIELD Call by reference Type reference (TYPE) WER_ITEM_FIELD_ID Unique Item field identifier (GUID) 20070109
4 Returning R_VALUE Value transfer Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20070109
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20070109

Method IS_CLIENT_DEP_OBJ_TRANSPORTED Signature

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

Method IS_CLIENT_DEP_OBJ_TRANSPORTED on class CL_WER_SERVICES has no exception.

Method IS_ELEMENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE Element type 20060831
2 Returning R_IS_TYPE Value transfer Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20060831

Method IS_ELEMENT_TYPE on class CL_WER_SERVICES has no exception.

Method IS_EXPRESSION_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE Element type 20060726
2 Returning R_EXPRESSION_TYPE Value transfer Type reference (TYPE) WER_BOOL True (X) if it is an expression type 20060726

Method IS_EXPRESSION_TYPE on class CL_WER_SERVICES has no exception.

Method IS_GENERIC_PARAMETER_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) CSEQUENCE 20070618
2 Returning R_GENERIC Value transfer Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20070618

Method IS_GENERIC_PARAMETER_TYPE on class CL_WER_SERVICES has no exception.

Method IS_INTERNAL_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) CSEQUENCE 20070618
2 Returning R_INTERNAL_TYPE Value transfer Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20070618

Method IS_INTERNAL_TYPE on class CL_WER_SERVICES has no exception.

Method IS_ITEM_IN_USE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION Call by reference Type reference (TYPE) WER_APPLICATION_ID Application identifier 20070110
2 Importing I_ITEM Call by reference Type reference (TYPE) WER_ITEM_ID Unique work item identifier (GUID) 20070110
3 Returning R_IN_USE Value transfer Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20070110

Method IS_ITEM_IN_USE on class CL_WER_SERVICES has no exception.

Method IS_TABLE_ITEM_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITEM_FIELD Call by reference Type reference (TYPE) WER_ITEM_FIELD_ID Unique Item field identifier (GUID) 20070109
2 Returning R_TABLE Value transfer Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20070109
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Value does not exist 20070109

Method IS_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION Call by reference Type reference (TYPE) WER_APPLICATION_ID Application identifier 20060825
2 Importing I_ID Call by reference Type reference (TYPE) WER_ELEMENT_ID Element unique identifier 20060825
3 Importing I_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE Element type 20060825
4 Returning R_TEMPLATE Value transfer Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20060825
# Exception Resumable Description Created on
1 CX_WER_DATA_NOT_FOUND Application does not exist 20060825

Method IS_TEMPLATE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) WER_ELEMENT_TYPE Element type 20070801
2 Returning R_TEMPLATE Value transfer Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20070801

Method IS_TEMPLATE_TYPE on class CL_WER_SERVICES has no exception.

Method USES_PREDEFINED_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITEM_FIELD_TYPE Call by reference Type reference (TYPE) FIELD_TYPE DB Data of an item field 20070109
2 Returning R_VALUE Value transfer Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20070109

Method USES_PREDEFINED_TYPE on class CL_WER_SERVICES has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 700