SAP ABAP Class IF_FDT_APPLICATION_SETTINGS (FDT: Application Settings)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BCV/CL_QRM_BRFAPPL_SET BRFplus application settings 20080828
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_AXT_BRFPLUS_APPL_EXIT Application exit class for BRFplus applications 20091105
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FDT_SDN_APPL_SETTINGS FDT: SDN Application Settings class 20080726
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FDT_UNITTEST_APPL_SETTINGS BRF+: Test Application Settings Class 20101108
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GHO_FDT_APPL_SETTINGS BRFplus Applciation settings for MRH 20101230
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GLE_ECS_BRF_ADAPTER Adapter for Business Rule Framework Plus Tool 20091010
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_IM_CACS_BR_EXITS_REM Implementation of Appl exits in BRF - Remuneration 20090102
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_IM_CACS_BR_EXITS_VAL Implementation of Appl exits in BRF - Valuation 20090105
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_MDG_BS_SUPPL_WF_APPL_EXIT Application Exit for BRFplus 20120803
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_PR_CPF_BRFPLUS_APPL_EXIT Application exit class for Pricing CPF BRFplus applications 20130227
... Click here to see Used By full list (12 items)
Properties
Class IF_FDT_APPLICATION_SETTINGS  
Short Description FDT: Application Settings    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20050901   SAP 
Last change 20140121   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_FDT_ELEMENT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_FDT_FORMULA Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_FDT_LEAN_TRACE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_FDT_APPLICATION_SETTINGS has no interface implemented.
Friends
Class IF_FDT_APPLICATION_SETTINGS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GV_ACTIVATION_VETO Static Attribute Public Type reference (TYPE) ABAP_BOOL ABAP_TRUE: call ACTIVATION_VETO 20060909
2 GV_AUTHORITY_CHECK Static Attribute Public Type reference (TYPE) ABAP_BOOL ABAP_TRUE: call AUTHORITY_CHECK 20060906
3 GV_CHANGE_NOTIFICATION Static Attribute Public Type reference (TYPE) ABAP_BOOL ABAP_TRUE: call CHANGE_NOTIFICATION 20060914
4 GV_CHECK Static Attribute Public Type reference (TYPE) ABAP_BOOL ABAP_TRUE: call CHECK 20090617
5 GV_DELETE_TRACE_VETO Static Attribute Public Type reference (TYPE) ABAP_BOOL ABAP_TRUE: call CHECK_DELETE_TRACE 20120327
6 GV_GET_CALENDAR Static Attribute Public Type reference (TYPE) ABAP_BOOL ABAP_TRUE: call GET_CALENDAR 20060906
7 GV_GET_CHANGEABILITY Static Attribute Public Type reference (TYPE) ABAP_BOOL ABAP_TRUE: call GET_CHANGEABILITY 20100427
8 GV_GET_ELEMENT_VALUES Static Attribute Public Type reference (TYPE) ABAP_BOOL ABAP_TRUE: call GET_ELEMENT_VALUES 20060909
9 GV_GET_FORMULA_FUNCTIONALS Static Attribute Public Type reference (TYPE) ABAP_BOOL ABAP_TRUE: call GET_FORMULA_FUNCTIONALS 20060906
10 GV_SAVE_NOTIFICATION Static Attribute Public Type reference (TYPE) ABAP_BOOL ABAP_TRUE: call SAVE_NOTIFICATION 20060906
11 GV_TIMESTAMP Static Attribute Public Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Timestamp 20060907
12 GV_UNIT_CURR_EXIT Static Attribute Public Type reference (TYPE) CLASSNAME Exit Class for Unit & Curr Conversion(IF_FDT_UNIT_CURR_EXIT) 20121220
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATION_VETO Static method Public Method Possibility to Veto the Activation of an Object 20060109
2 AUTHORITY_CHECK Static method Public Method Perform an Authority Check (AUTHORITY-CHECK) 20060623
3 CHANGE_NOTIFICATION Static method Public Method Notify when an object has been changed 20060914
4 CHECK Static method Public Method Perform additional checks on an object 20090617
5 DELETE_TRACE_VETO Static method Public Method Check lean trace before deletion 20120327
6 GET_CALENDAR Static method Public Method Get Calendar for Date & Time Functions 20060620
7 GET_CHANGEABILITY Static method Public Method Overrule the default changeability settings for customizing 20100427
8 GET_ELEMENT_VALUES Static method Public Method Get the values for an elementary data object 20060909
9 GET_FORMULA_FUNCTIONALS Static method Public Method Get Functionals (Formula Functions) 20060713
10 SAVE_NOTIFICATION Static method Public Method Notify when an object is saved 20060517
Events
Class IF_FDT_APPLICATION_SETTINGS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_MESSAGE Public See coding Message 20071121 BEGIN OF s_message, msgid TYPE symsgid, msgty TYPE symsgty, msgno TYPE symsgno, msgv1 TYPE symsgv, msgv2 TYPE symsgv, msgv3 TYPE symsgv, msgv4 TYPE symsgv, END OF s_message
2 S_VALUE Public See coding Value with text 20060909 BEGIN OF s_value, value TYPE if_fdt_element=>value, text TYPE if_fdt_types=>text, END OF s_value
3 TR_TEXT Public See coding Range table for texts 20060909 tr_text TYPE RANGE OF if_fdt_types=>text
4 TR_VALUE Public See coding Range table for values 20060909 tr_value TYPE RANGE OF if_fdt_element=>value
5 T_VALUE Public See coding Values with texts 20060909 t_value TYPE STANDARD TABLE OF s_value WITH NON-UNIQUE KEY value
Method Signatures

Method ACTIVATION_VETO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Veto Messages 20060109
2 Exporting EV_VETO Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE: Veto, no activation 20060109
3 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Object ID 20060109
4 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) IF_FDT_TYPES=>OBJECT_TYPE Objekttyp 20060109

Method ACTIVATION_VETO on class IF_FDT_APPLICATION_SETTINGS has no exception.

Method AUTHORITY_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_MESSAGE Call by reference Type reference (TYPE) S_MESSAGE Message 20071121
2 Exporting EV_PASSED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE: check successfully passed 20060623
3 Exporting EV_SKIP_CHECK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE: skip other authority checks 20060623
4 Exporting EV_SKIP_REFERENCED Call by reference Type reference (TYPE) ABAP_BOOL Referenced objects (if available) will not be checked 20080312
5 Importing IS_SUB_ACTIVITY Call by reference Type reference (TYPE) IF_FDT_TYPES=>S_SUB_ACTIVITY Subactivity 20100528
6 Importing IV_ACTIVITY Call by reference Type reference (TYPE) IF_FDT_TYPES=>ACTIVITY Activity (see constants in IF_FDT_CONSTANTS) 20060623
7 Importing IV_DEEP Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE ABAP_TRUE forwards the AUTH.CHECK to the subordinate objects 20060623
8 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Object ID 20060623

Method AUTHORITY_CHECK on class IF_FDT_APPLICATION_SETTINGS has no exception.

Method CHANGE_NOTIFICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHANGES_DISCARDED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE ABAP_TRUE: changes have been discarded 20061019
2 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Object ID 20060914
3 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) IF_FDT_TYPES=>OBJECT_TYPE Objekttyp 20060914

Method CHANGE_NOTIFICATION on class IF_FDT_APPLICATION_SETTINGS has no exception.

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE 20090617
2 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID 20090617
3 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) IF_FDT_TYPES=>OBJECT_TYPE 20090617

Method CHECK on class IF_FDT_APPLICATION_SETTINGS has no exception.

Method DELETE_TRACE_VETO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Structure of message variables 20120327
2 Exporting EV_VETO Call by reference Type reference (TYPE) ABAP_BOOL Do not delete 20120327
3 Importing IV_TRACE_HEADER Call by reference Type reference (TYPE) IF_FDT_LEAN_TRACE=>S_HEADER Trace to be deleted 20120327

Method DELETE_TRACE_VETO on class IF_FDT_APPLICATION_SETTINGS has no exception.

Method GET_CALENDAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CALENDAR_UUID Call by reference Type reference (TYPE) UUID UUID for udtm calendar 20060704
2 Exporting EV_FCALID Call by reference Type reference (TYPE) WFCID Factory Calendar 20090911

Method GET_CALENDAR on class IF_FDT_APPLICATION_SETTINGS has no exception.

Method GET_CHANGEABILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Explanatory messages 20100427
2 Changing CV_CHANGEABLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE: Object is not changeable 20100427
3 Changing CV_CHANGE_RECORDING Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE: Change recording is required 20100427
4 Importing IV_APPLICATION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20100427
5 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Object ID 20100823

Method GET_CHANGEABILITY on class IF_FDT_APPLICATION_SETTINGS has no exception.

Method GET_ELEMENT_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VALUE Call by reference Type reference (TYPE) T_VALUE Values (optional with text) 20060909
2 Exporting EV_APPLICABLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE: exit applicable for the ID 20060909
3 Exporting EV_NO_CHECKLIST Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE: check not possible 20060909
4 Importing IO_SELECTION Call by reference Object reference (TYPE REF TO) CL_FDT_SELECTION_PARAMETER FDT: to pass the selection parameter for context value help 20071127
5 Importing ITR_TEXT Call by reference Type reference (TYPE) TR_TEXT Range table for text 20060909
6 Importing ITR_VALUE Call by reference Type reference (TYPE) TR_VALUE Range table for value 20060909
7 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Element ID 20060909
8 Importing IV_LANGU Call by reference Type reference (TYPE) LANGU SY-LANGU Language Key 20060909
9 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version) 20060909
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20060909

Method GET_FORMULA_FUNCTIONALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FUNCTIONAL_CATEGORY Call by reference Type reference (TYPE) IF_FDT_FORMULA=>T_FUNCTIONAL_CATEG Functional Categories (Formula Function) 20060713
2 Changing CT_FUNCTIONAL_DEFINITION Call by reference Type reference (TYPE) IF_FDT_FORMULA=>T_FUNCTIONAL_DEF Functional Definitions (Formula Function) 20060713
3 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Formula ID 20070102

Method GET_FORMULA_FUNCTIONALS on class IF_FDT_APPLICATION_SETTINGS has no exception.

Method SAVE_NOTIFICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Object ID 20060517
2 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) IF_FDT_TYPES=>OBJECT_TYPE Objekttyp 20060517

Method SAVE_NOTIFICATION on class IF_FDT_APPLICATION_SETTINGS has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BCV/CL_QRM_BRFAPPL_SET BRFplus application settings 20080828
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_AXT_BRFPLUS_APPL_EXIT Application exit class for BRFplus applications 20091105
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FDT_SDN_APPL_SETTINGS FDT: SDN Application Settings class 20080726
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FDT_UNITTEST_APPL_SETTINGS BRF+: Test Application Settings Class 20101108
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GHO_FDT_APPL_SETTINGS BRFplus Applciation settings for MRH 20101230
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GLE_ECS_BRF_ADAPTER Adapter for Business Rule Framework Plus Tool 20091010
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_IM_CACS_BR_EXITS_REM Implementation of Appl exits in BRF - Remuneration 20090102
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_IM_CACS_BR_EXITS_VAL Implementation of Appl exits in BRF - Valuation 20090105
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_MDG_BS_SUPPL_WF_APPL_EXIT Application Exit for BRFplus 20120803
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_PR_CPF_BRFPLUS_APPL_EXIT Application exit class for Pricing CPF BRFplus applications 20130227
11 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_BRF_APPLICATION_EXIT Application Exit Class for Generated BRF+ Applications 20100202
12 Interface implementation (CLASS c. INTERFACES i_ref)  CL_USMD_CR_STEP_APP_EXIT Provide correct step descriptions steps in USMD_SSW_RULE 20130709
History
Last changed by/on SAP  20140121 
SAP Release Created in