SAP ABAP Class CL_HRPAYFR_N4DS_CORR_UTILITIES (Class of service for Corrections infotype)
Hierarchy
SAP_HRCFR (Software Component) Sub component SAP_HRCFR of SAP_HR
   PA-PA-FR (Application Component) France
     PB06 (Package) HR master data: France
Properties
Class CL_HRPAYFR_N4DS_CORR_UTILITIES  
Short Description Class of service for Corrections infotype    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PB06   HR master data: France 
Created 20120913   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_HRPA_TCLAS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 P99SD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 PFRCI Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 SDYDO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 VRM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_HRPAYFR_N4DS_CORR_UTILITIES has no interface implemented.
Friends
Class CL_HRPAYFR_N4DS_CORR_UTILITIES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AS_FCONT Static Attribute Protected Type reference (TYPE) P06_CI_CONTAINER Structure for IT3340 "container" field 20130426
2 AS_INFTY_DYN_DATA Static Attribute Protected Object reference (TYPE REF TO) DATA 20130426
3 AS_P3340 Static Attribute Protected Type reference (TYPE) P3340 HR master record for infotype 3340 20121012
4 AT_T5F99FCDT Static Attribute Protected Type reference (TYPE) HR99S_TAB_T5F99FCDT Table type for T5F99SE 20121012
5 AT_T5FITCORR Static Attribute Protected Type reference (TYPE) P06_T5FITCORR_TAB Table type for T5FITCORR table 20121012
6 AV_LINE Static Attribute Protected Type reference (TYPE) STRING Temporay line (buffer) 20130426
7 AV_LINE_X Static Attribute Protected Type reference (TYPE) C 20130426
Methods
# Method Level Visibility Method type Description Created on
1 CAST_FROM_CDATA Static method Public Method Cast CDATA fields into a line 20121012
2 CAST_INTO_CDATA Static method Public Method Cast line into CDATA fields 20121012
3 CHECK_CP Static method Public Method Check if DB and server codepage are identical 20130426
4 CONVERT_FIELD_FROM_STRING Static method Public Method Do data conversion (from string) 20121012
5 CONVERT_FIELD_TO_STRING Static method Public Method Do data conversion (to string) 20121012
6 DO_CP_CONVERSION Static method Public Method Do codepage conversion 20130426
7 GET_CONTAINER_DATA Static method Public Method Get container data 20130426
8 GET_DYNAMIC_STRUCTURE Static method Public Method Set dynamic structure related to a given subtype 20121012
9 GET_FIELD_INIT_VALUE Static method Public Method Get field initial value 20121012
10 GET_FIELD_VALUES Static method Public Method Get field values based on the field domain or T5F99FCD table 20121012
11 GET_INFTY_CUSTO_DAQ Static method Public Method Get infotype customizing and related DAQ form 20121012
12 GET_INFTY_FIELDS Static method Public Method Get infotype fields 20121012
13 GET_SECTION_FIELD_DESC Static method Public Method Get section and field description 20121012
14 GET_USER_PARAM Static method Public Method Get user parameter 20121122
15 HANDLE_DISPLAY_MODE Static method Public Method Check if display mode is "display mode" only 20121012
16 HANDLE_ENH_CI_LOG_MOD Static method Public Method Handle "enhanced" IT3340 log for "modify" action 20121112
17 IS_CI_LOG_ENHANCED Static method Public Method Is the 3340 selected log an "enhanced" one? 20121112
18 RESET_ATTRIBUTES Static method Public Method Reset attributes 20130426
19 SET_BUTTON_ICON_TEXT Static method Public Method Set icon and text related to the form button 20121012
20 SET_CONTAINER_DATA Static method Public Method Set container data 20130426
21 SET_FIELD_LABEL_TOOLTIP Static method Public Method Set label of a given field 20121012
22 SET_IT_KEY_AS_PARAM Static method Public Method Set infty key fields as parameter for messages 20121012
23 SET_LISTBOX_WITH_VALUES Static method Public Method Set listbox with field 20121012
24 SET_STRUCTURE_REF Static method Public Method Set reference structure 20121012
25 SET_UPDATE_CP Static method Public Method Set/update codepage if required 20130426
Events
Class CL_HRPAYFR_N4DS_CORR_UTILITIES has no event.
Types
Class CL_HRPAYFR_N4DS_CORR_UTILITIES has no local type.
Method Signatures

Method CAST_FROM_CDATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_INFTY_DYN_DATA Call by reference Type reference (TYPE) ANY Infotype 3340 dynamic data 20121012
2 Exporting EV_VALUE Call by reference Object reference (TYPE REF TO) DATA Field value 20121012
3 Importing IS_P3340 Call by reference Type reference (TYPE) P3340 HR master record for infotype 3340 20121012
4 Importing IT_DFIES Call by reference Type reference (TYPE) DFIES_TABLE Table for defined entries 20130426
5 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Field name 20121012

Method CAST_FROM_CDATA on class CL_HRPAYFR_N4DS_CORR_UTILITIES has no exception.

Method CAST_INTO_CDATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_P3340 Call by reference Type reference (TYPE) P3340 PS structure for Corrections infotype 20121012
2 Importing IT_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20121012

Method CAST_INTO_CDATA on class CL_HRPAYFR_N4DS_CORR_UTILITIES has no exception.

Method CHECK_CP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_FCONT Call by reference Type reference (TYPE) ANY 20130426
2 Exporting EV_CP_IDENTICAL Call by reference Type reference (TYPE) XFELD DB and server CP identical? 20130426
3 Exporting EV_DB_CP Call by reference Type reference (TYPE) CPCODEPAGE DB CP? 20130426
4 Exporting EV_SERVER_CP Call by reference Type reference (TYPE) CPCODEPAGE Server CP? 20130426
5 Importing IV_FCONT Call by reference Type reference (TYPE) P06_CI_CDATA Container data stored within a single CHAR fied of leng. 250 20130426

Method CHECK_CP on class CL_HRPAYFR_N4DS_CORR_UTILITIES has no exception.

Method CONVERT_FIELD_FROM_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MSG Call by reference Type reference (TYPE) HRBAS_MESSAGE_TAB HR - infotype data: list of messages 20121012
2 Changing CV_FIELD_INPUT Call by reference Type reference (TYPE) ANY Value of field during input 20121012
3 Changing CV_IS_OK Call by reference Type reference (TYPE) XFELD Conversion ok? 20121012
4 Exporting ES_MSG Call by reference Type reference (TYPE) HRBAS_MESSAGE Message 20121012
5 Exporting EV_FIELD_OUTPUT Call by reference Type reference (TYPE) ANY Value of field during output 20121012
6 Importing IT_DFIES Call by reference Type reference (TYPE) DFIES_TABLE Table for defined entries 20121012
7 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Field name 20121012
8 Importing IV_INT_FORMAT Call by reference Type reference (TYPE) XFELD SY-BINPT Checkbox 20130109

Method CONVERT_FIELD_FROM_STRING on class CL_HRPAYFR_N4DS_CORR_UTILITIES has no exception.

Method CONVERT_FIELD_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FIELD_OUTPUT Call by reference Type reference (TYPE) ANY Value of field during output 20121012
2 Importing IT_DFIES Call by reference Type reference (TYPE) DFIES_TABLE Table for defined entries 20121012
3 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Name of field 20121012
4 Importing IV_FIELD_VALUE Call by reference Type reference (TYPE) ANY Value of field during input 20121012

Method CONVERT_FIELD_TO_STRING on class CL_HRPAYFR_N4DS_CORR_UTILITIES has no exception.

Method DO_CP_CONVERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_SECTN_DATA Call by reference Type reference (TYPE) ANY Section data 20130426
2 Changing CV_LINE Call by reference Type reference (TYPE) ANY 20130426
3 Importing IS_P3340 Call by reference Type reference (TYPE) P3340 HR master record for infotype 3340 20130426
4 Importing IT_DFIES Call by reference Type reference (TYPE) DFIES_TABLE Table for defined entries 20130426
5 Importing IV_SERVER_CP Call by reference Type reference (TYPE) ANY Codepage server 20130426
6 Importing IV_SOURCE_CP Call by reference Type reference (TYPE) ABAP_ENCODING Codepage source 20130426

Method DO_CP_CONVERSION on class CL_HRPAYFR_N4DS_CORR_UTILITIES has no exception.

Method GET_CONTAINER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_FCONT Call by reference Type reference (TYPE) ANY Container data transferred into the target structure 20130426
2 Importing IV_FCONT Call by reference Type reference (TYPE) P06_CI_CDATA Container data stored within a single CHAR fied of leng. 250 20130426

Method GET_CONTAINER_DATA on class CL_HRPAYFR_N4DS_CORR_UTILITIES has no exception.

Method GET_DYNAMIC_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Object reference (TYPE REF TO) DATA 20121012
2 Exporting ET_DFIES Call by reference Type reference (TYPE) DFIES_TABLE Table for defined entries 20121012
3 Importing IS_SECTN Call by reference Type reference (TYPE) P99SD_SECTN 20121012
4 Importing IS_T5FITCORR Call by reference Type reference (TYPE) T5FITCORR Corrections infotype, presetting table 20121012

Method GET_DYNAMIC_STRUCTURE on class CL_HRPAYFR_N4DS_CORR_UTILITIES has no exception.

Method GET_FIELD_INIT_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_VALUE Call by reference Type reference (TYPE) ANY 20121012
2 Importing IS_DATA Call by reference Object reference (TYPE REF TO) DATA 20121012
3 Importing IS_P3340 Call by reference Type reference (TYPE) P3340 Corrections infotype data 20121012
4 Importing IT_DFIES Call by reference Type reference (TYPE) DFIES_TABLE Table for defined entries 20121012
5 Importing IV_ATTRIBUTE_NAME Call by reference Type reference (TYPE) ANY 20121012
6 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Field name 20121012
7 Importing IV_NODE_NAME Call by reference Type reference (TYPE) ANY 20121012
8 Importing IV_STRUCT_NAME Call by reference Type reference (TYPE) TABNAME Table name 20121012

Method GET_FIELD_INIT_VALUE on class CL_HRPAYFR_N4DS_CORR_UTILITIES has no exception.

Method GET_FIELD_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OPTIONS Call by reference Type reference (TYPE) SDYDO_OPTION_TAB 20121012
2 Exporting EV_NO_DISPLAY Call by reference Type reference (TYPE) XFELD Field ok? 20121012
3 Importing IO_DAQ Call by reference Object reference (TYPE REF TO) CL_HR99S00_DAQ 20121012
4 Importing IS_DFIES Call by reference Type reference (TYPE) DFIES Interface ABAP Dict.: table fields for DDIF_FIELDINFO_GET 20121012
5 Importing IS_T5FITCORR Call by reference Type reference (TYPE) T5FITCORR Corrections infotype, presetting table 20121012
6 Importing IV_DATE Call by reference Type reference (TYPE) DATUM Date 20121012
7 Importing IV_DOMNAME Call by reference Type reference (TYPE) ANY 20121012
8 Importing IV_PS_INFTY Call by reference Type reference (TYPE) ANY 'PS3340' 20121012
9 Importing IV_SPRSL Call by reference Type reference (TYPE) LANGU SY-LANGU Language indicator 20121012

Method GET_FIELD_VALUES on class CL_HRPAYFR_N4DS_CORR_UTILITIES has no exception.

Method GET_INFTY_CUSTO_DAQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_DAQ Call by reference Object reference (TYPE REF TO) CL_HR99S00_DAQ 20121012
2 Exporting ES_T5FITCORR Call by reference Type reference (TYPE) T5FITCORR Corrections infotype, presetting table 20121012
3 Importing IV_DATE Call by reference Type reference (TYPE) DATUM SY-DATUM Reference date 20121012
4 Importing IV_INFTY Call by reference Type reference (TYPE) INFTY Infotype 20121012
5 Importing IV_MOLGA Call by reference Type reference (TYPE) MOLGA Country Grouping 20121012
6 Importing IV_SUBTY Call by reference Type reference (TYPE) SUBTY Subtype 20121012
7 Importing IV_TREE_SECTN Call by reference Type reference (TYPE) XFELD ABAP_TRUE Sorted recovery of the DAQ sections? 20121012

Method GET_INFTY_CUSTO_DAQ on class CL_HRPAYFR_N4DS_CORR_UTILITIES has no exception.

Method GET_INFTY_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DFIES_PS Call by reference Type reference (TYPE) DFIES_TABLE Table for defined entries 20121012
2 Exporting ET_X031L_PS Call by reference Type reference (TYPE) DDX031LTAB Zones nametab 20121012
3 Importing IS_T5FITCORR Call by reference Type reference (TYPE) T5FITCORR Corrections infotype, presetting table 20121012
4 Importing IV_GET_ALL Call by reference Type reference (TYPE) XFELD ABAP_TRUE Checkbox 20121012

Method GET_INFTY_FIELDS on class CL_HRPAYFR_N4DS_CORR_UTILITIES has no exception.

Method GET_SECTION_FIELD_DESC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FIELD_TXT Call by reference Type reference (TYPE) ANY 20121012
2 Exporting EV_SECTN_TXT Call by reference Type reference (TYPE) ANY 20121012
3 Importing IS_T5FITCORR Call by reference Type reference (TYPE) T5FITCORR Corrections infotype, presetting table 20121012
4 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Field name 20121012
5 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table name 20121012

Method GET_SECTION_FIELD_DESC on class CL_HRPAYFR_N4DS_CORR_UTILITIES has no exception.

Method GET_USER_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DECIMAL_FORMAT Call by reference Type reference (TYPE) XUDCPFM Definition of the decimal comma 20121122
2 Exporting EV_DECIMAL_SEP Call by reference Type reference (TYPE) CHAR1 Decimal separator 20121122
3 Exporting EV_THOUSANDS_SEP Call by reference Type reference (TYPE) CHAR1 Thousands separator 20121122
4 Importing IV_UNAME Call by reference Type reference (TYPE) SYUNAME SY-UNAME User name 20121122

Method GET_USER_PARAM on class CL_HRPAYFR_N4DS_CORR_UTILITIES has no exception.

Method HANDLE_DISPLAY_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ACTIO Call by reference Object reference (TYPE REF TO) CL_DD_SELECT_ELEMENT 20121012
2 Importing IO_BTN_SAVE Call by reference Object reference (TYPE REF TO) CL_DD_BUTTON_ELEMENT 20121012
3 Importing IO_INPUT Call by reference Object reference (TYPE REF TO) CL_DD_INPUT_ELEMENT 20121012
4 Importing IO_LIST Call by reference Object reference (TYPE REF TO) CL_DD_SELECT_ELEMENT 20121012
5 Importing IV_ACTIO Call by reference Type reference (TYPE) ACTIO Operation on infotypes 20121012

Method HANDLE_DISPLAY_MODE on class CL_HRPAYFR_N4DS_CORR_UTILITIES has no exception.

Method HANDLE_ENH_CI_LOG_MOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PERNR_LOG_ENH Call by reference Type reference (TYPE) HR99S_MSG_TAB Enhanced log 20121112
2 Importing IO_DAQ Call by reference Object reference (TYPE REF TO) CL_HR99S00_DAQ 20121112
3 Importing IS_DFIES Call by reference Type reference (TYPE) DFIES Interface ABAP Dict.: table fields for DDIF_FIELDINFO_GET 20121112
4 Importing IS_PSKEY Call by reference Type reference (TYPE) PSKEY Personnel number 20121112
5 Importing IV_ACTIO Call by reference Type reference (TYPE) P06_CI_FIACT Corrections infotype: desired correction action 20121112
6 Importing IV_CI_LOGTY Call by reference Type reference (TYPE) P06_CI_LOGTYPE Log type for Corrections infotype 20121112
7 Importing IV_FIELD Call by reference Type reference (TYPE) ANY 20121112
8 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Field name 20121112
9 Importing IV_FIELD_BEGIN Call by reference Type reference (TYPE) ANY 20121112
10 Importing IV_FIELD_SOURCE Call by reference Type reference (TYPE) ANY 20121112
11 Importing IV_SECTN Call by reference Type reference (TYPE) P_99S_SECTN Forms: section 20121112
12 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table name 20121112

Method HANDLE_ENH_CI_LOG_MOD on class CL_HRPAYFR_N4DS_CORR_UTILITIES has no exception.

Method IS_CI_LOG_ENHANCED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_IS_LOG_ENH Value transfer Type reference (TYPE) XFELD Log enhanced? 20121112
2 Importing IV_CI_LOGTY Call by reference Type reference (TYPE) P06_CI_LOGTYPE Log type for Corrections infotype 20121112

Method IS_CI_LOG_ENHANCED on class CL_HRPAYFR_N4DS_CORR_UTILITIES has no exception.

Method RESET_ATTRIBUTES Signature

Method RESET_ATTRIBUTES on class CL_HRPAYFR_N4DS_CORR_UTILITIES has no parameter.
Method RESET_ATTRIBUTES on class CL_HRPAYFR_N4DS_CORR_UTILITIES has no exception.

Method SET_BUTTON_ICON_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ICON Call by reference Type reference (TYPE) ICONNAME Name of an icon 20121012
2 Exporting EV_LABEL Call by reference Type reference (TYPE) STRING Description 20121012
3 Importing IS_P3340 Call by reference Type reference (TYPE) P3340 HR master record for infotype 3340 20121012
4 Importing IS_PSYST Call by reference Type reference (TYPE) PSYST Work field of infotypes (Staff admin./Recruitment) 20121012

Method SET_BUTTON_ICON_TEXT on class CL_HRPAYFR_N4DS_CORR_UTILITIES has no exception.

Method SET_CONTAINER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FCONT Call by reference Type reference (TYPE) P06_CI_CDATA Container data stored within a single CHAR fied of leng. 250 20130426
2 Importing IS_FCONT Call by reference Type reference (TYPE) ANY Container data transferred into the target structure 20130426

Method SET_CONTAINER_DATA on class CL_HRPAYFR_N4DS_CORR_UTILITIES has no exception.

Method SET_FIELD_LABEL_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DD01L Call by reference Type reference (TYPE) DD01L Domains 20121012
2 Exporting EV_LABEL Call by reference Type reference (TYPE) STRING Field short text 20121012
3 Exporting EV_TOOLTIP Call by reference Type reference (TYPE) STRING Quick info text 20121012
4 Importing IO_DAQ Call by reference Object reference (TYPE REF TO) CL_HR99S00_DAQ 20121012
5 Importing IS_DFIES Call by reference Type reference (TYPE) DFIES Data element texts 20121012
6 Importing IS_T5FITCORR Call by reference Type reference (TYPE) T5FITCORR Corrections infotype, presetting table 20121012

Method SET_FIELD_LABEL_TOOLTIP on class CL_HRPAYFR_N4DS_CORR_UTILITIES has no exception.

Method SET_IT_KEY_AS_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MSGV1 Call by reference Type reference (TYPE) SYMSGV Message variable 20121012
2 Importing IS_P3340 Call by reference Type reference (TYPE) P3340 HR master record for infotype 3340 20121012
3 Importing IV_ENH_MSG Call by reference Type reference (TYPE) XFELD Enhanced message var. 1 to be set? 20130426

Method SET_IT_KEY_AS_PARAM on class CL_HRPAYFR_N4DS_CORR_UTILITIES has no exception.

Method SET_LISTBOX_WITH_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DFIES Call by reference Type reference (TYPE) DFIES_TABLE Table for defined entries 20121012
2 Importing IV_VRM_ID Call by reference Type reference (TYPE) VRM_ID 20121012

Method SET_LISTBOX_WITH_VALUES on class CL_HRPAYFR_N4DS_CORR_UTILITIES has no exception.

Method SET_STRUCTURE_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_P3340 Call by reference Type reference (TYPE) P3340 Data for infotype 3340 20121012
2 Importing IO_DAQ Call by reference Object reference (TYPE REF TO) CL_HR99S00_DAQ 20121012
3 Importing IV_SECTN Call by reference Type reference (TYPE) P_99S_SECTN Forms: section 20121012

Method SET_STRUCTURE_REF on class CL_HRPAYFR_N4DS_CORR_UTILITIES has no exception.

Method SET_UPDATE_CP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_P3340 Call by reference Type reference (TYPE) P3340 HR master record for infotype 3340 20130426
2 Importing IV_NO_UPDATE Call by reference Type reference (TYPE) XFELD Checkbox 20130426

Method SET_UPDATE_CP on class CL_HRPAYFR_N4DS_CORR_UTILITIES has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in