SAP ABAP Class CL_FDT_CONVENIENCE (FDT: Convenience Class)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
     SFDT_SERVICE (Package) BRFplus: Services
Properties
Class CL_FDT_CONVENIENCE  
Short Description FDT: Convenience Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFDT_SERVICE   BRFplus: Services 
Created 20060304   SAP 
Last change 20141121    
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 IF_FDT_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_FDT_QUERY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_FDT_RANGE 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 CL_FDT_CONVENIENCE has no interface implemented.
Friends
Class CL_FDT_CONVENIENCE has no friend class.
Attributes
Class CL_FDT_CONVENIENCE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_OBJECT Static method Private Method Activate an object 20060305
2 CONVERT_DATE_TIME_TO_TIMEPOINT Static method Public Method Convert an external date&time to a FDT timepoint 20070226
3 CONVERT_TIMEPOINT_TO_DATE_TIME Static method Public Method Convert a FDT timepoint to an external date&time 20070226
4 CREATE_CONSTANT Static method Public Method Creation of a constant 20060305
5 CREATE_DOBJ_DDIC Static method Public Method Creation of an DOBJ with DDIC reference 20060726
6 CREATE_ELEMENT Static method Public Method Creation of an element 20060304
7 CREATE_EMPTY_DECISION_TABLE Static method Public Method Create an empty decision table 20060313
8 CREATE_FUNCTION Static method Public Method Creation of a function 20060308
9 CREATE_FUNCTION_W_DDIC_STRUCT Static method Public Method Creation of a function with a DDIC structure as an input 20060314
10 CREATE_SIMPLE_RANGE Static method Public Method Creation of a simple range 20060317
11 CREATE_STRUCTURE Static method Public Method Creation of a structure 20060304
12 CREATE_TABLE Static method Public Method Creation of a table 20060304
13 DECTABLE_ORDER_BY_STRUCTURE Static method Public Method Order the columns of a decision table according to a DDIC 20060602
14 DO_WHERE_USED_DDIC Static method Public Method Where-used for Data Objects with specific DDIC type 20070130
15 DO_WHERE_USED_GDT Static method Public Method Where-used for Data Objects with specific GDT type 20070130
16 FILL_DECISION_TABLE Static method Public Method Fill an empty decision table with content 20060313
17 GET_ADMIN_DATA Static method Public Method Returns Admin Data for Object Id 20061107
18 GET_ALL_FUNCTIONS_FOR_APPL Static method Public Method Retrieve All Function IDs for an Application 20110930
19 GET_FUNCTION_CONTEXT Static method Public Method Get context instance for function and timestmap 20131205
20 GET_FUNCTION_RESULT Static method Public Method Get context instance for function and timestmap 20131205
21 GET_NAME Static method Public Method Returns the name for object Id 20061107
22 PROCESS_EXPRESSION Static method Public Method Process of any expression without context usage 20060308
23 TRANSPORT_APPLICATION Static method Public Method Transport a complete application incl. all objects 20060328
24 VALUE_WHERE_USED_DDIC Static method Public Method Where used for constants with specific DDIC type and value 20061030
25 VALUE_WHERE_USED_GDT Static method Public Method Where used for constants with specific GDT type and value 20061030
Events
Class CL_FDT_CONVENIENCE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_ELEMENT Public See coding Element 20060305 BEGIN OF s_element, name TYPE if_fdt_types=>name, element_type TYPE if_fdt_types=>element_type, END OF s_element
2 S_RANGE Public See coding 20071126 BEGIN OF s_range, sign TYPE ddsign, option TYPE ddoption, low TYPE string, high TYPE string, END OF s_range
3 T_ELEMENT Public See coding Elements 20060305 t_element TYPE STANDARD TABLE OF s_element
4 T_RANGE Public See coding 20071126 t_range TYPE STANDARD TABLE OF s_range
Method Signatures

Method ACTIVATE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TRANSACTION Call by reference Object reference (TYPE REF TO) IF_FDT_TRANSACTION FDT: Transaction 20060305
2 Importing IV_DEEP Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Deep activation 20060308
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20060305

Method CONVERT_DATE_TIME_TO_TIMEPOINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_FDT_TIMEPOINT Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TIMEPOINT Value in FDT variable 20070226
2 Importing IA_EXTERNAL_DATE_TIME Call by reference Type reference (TYPE) ANY Value in external variable 20070226
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20070226

Method CONVERT_TIMEPOINT_TO_DATE_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EA_EXTERNAL_DATE_TIME Call by reference Type reference (TYPE) ANY Value in external variable 20070226
2 Importing IS_FDT_TIMEPOINT Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TIMEPOINT Value in FDT variable 20070226
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20070226

Method CREATE_CONSTANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_CONSTANT Call by reference Object reference (TYPE REF TO) IF_FDT_CONSTANT FDT: Constant 20060305
2 Exporting EV_CONSTANT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20060305
3 Importing IA_VALUE Call by reference Type reference (TYPE) ANY Value 20060305
4 Importing IV_ACTIVATE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Activate changes? 20060921
5 Importing IV_APPLICATION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20060305
6 Importing IV_NAME Call by reference Type reference (TYPE) IF_FDT_TYPES=>NAME Name 20060305
7 Importing IV_RESULT_DO Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID 20060620
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20060305

Method CREATE_DOBJ_DDIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVATE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Activate changes? 20060921
2 Importing IV_APPLICATION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Application ID 20060726
3 Importing IV_TYPENAME Call by reference Type reference (TYPE) CSEQUENCE Name of Dictionary Type 20060726
4 Returning RO_DATA_OBJECT Value transfer Object reference (TYPE REF TO) IF_FDT_DATA_OBJECT Data Object 20060726
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20060726

Method CREATE_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_FDT_ELEMENT FDT: Data Object of Type Element 20060304
2 Exporting EV_ELEMENT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20060304
3 Importing IV_ACTIVATE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Activate changes? 20060921
4 Importing IV_APPLICATION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20060304
5 Importing IV_ELEMENT_TYPE Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TYPE Elementary Data Type 20060304
6 Importing IV_NAME Call by reference Type reference (TYPE) IF_FDT_TYPES=>NAME Name 20060304
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20060305

Method CREATE_EMPTY_DECISION_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_DECISION_TABLE Call by reference Object reference (TYPE REF TO) IF_FDT_DECISION_TABLE Decision table 20060313
2 Exporting EV_DECISION_TABLE_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Decision table ID 20060313
3 Importing IV_ACTIVATE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Activate changes? 20060921
4 Importing IV_DECISION_TABLE_NAME Call by reference Type reference (TYPE) IF_FDT_TYPES=>NAME Name of decision table 20060313
5 Importing IV_FUNCTION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Function ID 20060313
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20060313

Method CREATE_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_FUNCTION Call by reference Object reference (TYPE REF TO) IF_FDT_FUNCTION FDT: Function 20060308
2 Exporting EV_FUNCTION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20060308
3 Importing IO_EXPRESSION Call by reference Object reference (TYPE REF TO) IF_FDT_EXPRESSION FDT: Expression 20060308
4 Importing ITS_CONTEXT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID Context data objects 20060308
5 Importing IV_ACTIVATE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Activate changes? 20060921
6 Importing IV_APPLICATION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20060308
7 Importing IV_NAME Call by reference Type reference (TYPE) IF_FDT_TYPES=>NAME Name 20060308
8 Importing IV_RESULT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Result data object 20060308
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20060308

Method CREATE_FUNCTION_W_DDIC_STRUCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_FUNCTION Call by reference Object reference (TYPE REF TO) IF_FDT_FUNCTION FDT: Function 20060314
2 Exporting EV_FUNCTION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Function ID 20060314
3 Importing IO_EXPRESSION Call by reference Object reference (TYPE REF TO) IF_FDT_EXPRESSION FDT: Expression 20060314
4 Importing IV_ACTIVATE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Activate changes? 20060921
5 Importing IV_APPLICATION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20060314
6 Importing IV_DDIC_STRUCTURE Call by reference Type reference (TYPE) TYPENAME DDIC Structure Name 20060314
7 Importing IV_MODE_EQUALS Call by reference Type reference (TYPE) ABAP_BOOL Only simple values or no value in a cell allowed 20060725
8 Importing IV_NAME Call by reference Type reference (TYPE) IF_FDT_TYPES=>NAME Name 20060327
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20060314

Method CREATE_SIMPLE_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_RANGE Call by reference Object reference (TYPE REF TO) IF_FDT_RANGE FDT: Range 20060317
2 Exporting ETS_RANGE Call by reference Type reference (TYPE) IF_FDT_RANGE=>TS_RANGE 20090209
3 Exporting EV_RANGE_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20060317
4 Importing IV_ACTIVATE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Activate changes? 20060921
5 Importing IV_APPLICATION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20060317
6 Importing IV_HIGH Call by reference Type reference (TYPE) ANY High value 20060317
7 Importing IV_HIGH_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID High value ID (wins over IV_HIGH) 20070706
8 Importing IV_LOW Call by reference Type reference (TYPE) ANY Low value 20060317
9 Importing IV_LOW_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Low value ID (wins over IV_LOW) 20070706
10 Importing IV_NAME Call by reference Type reference (TYPE) IF_FDT_TYPES=>NAME Name 20060317
11 Importing IV_OPTION Call by reference Type reference (TYPE) IF_FDT_RANGE=>OPTION IF_FDT_RANGE=>GC_OPTION_EQUAL Option 20060317
12 Importing IV_TEST_PARAMETER Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Test parameter ID 20060317
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20060317

Method CREATE_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_STRUCTURE Call by reference Object reference (TYPE REF TO) IF_FDT_STRUCTURE FDT: Data Object of Type Structure 20060305
2 Exporting EV_STRUCTURE_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20060305
3 Importing IT_ELEMENT Call by reference Type reference (TYPE) T_ELEMENT Elements 20060305
4 Importing IV_ACTIVATE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Activate changes? 20060921
5 Importing IV_APPLICATION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20060305
6 Importing IV_NAME Call by reference Type reference (TYPE) IF_FDT_TYPES=>NAME Name 20060305
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20060305

Method CREATE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_TABLE Call by reference Object reference (TYPE REF TO) IF_FDT_TABLE FDT: Data Object of Type Table 20060305
2 Exporting EV_TABLE_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20060305
3 Importing IT_ELEMENT Call by reference Type reference (TYPE) T_ELEMENT Elements 20060305
4 Importing IV_ACTIVATE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Activate changes? 20060921
5 Importing IV_APPLICATION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20060305
6 Importing IV_NAME Call by reference Type reference (TYPE) IF_FDT_TYPES=>NAME Name 20060305
7 Importing IV_STRUCTURE_NAME Call by reference Type reference (TYPE) IF_FDT_TYPES=>NAME 20060305
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20060305

Method DECTABLE_ORDER_BY_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DDIC_STRUCTURE Call by reference Type reference (TYPE) TYPENAME Name of Dictionary Type 20060602
2 Importing IV_DEC_TABLE Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID 20060602
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20060602

Method DO_WHERE_USED_DDIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETS_OBJECT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID 20070130
2 Importing IV_APPLICATION Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Application ID 20071113
3 Importing IV_DDIC_TYPE Call by reference Type reference (TYPE) TYPENAME Name of Dictionary Type 20070130

Method DO_WHERE_USED_DDIC on class CL_FDT_CONVENIENCE has no exception.

Method DO_WHERE_USED_GDT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETS_OBJECT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID 20070130
2 Importing IV_APPLICATION Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Appication ID 20071116
3 Importing IV_GDT_PATH Call by reference Type reference (TYPE) STRING 20070130

Method DO_WHERE_USED_GDT on class CL_FDT_CONVENIENCE has no exception.

Method FILL_DECISION_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITA_INITIAL_VALUE Call by reference Type reference (TYPE) ANY TABLE Cells with flags for initial values (overwrites ITA_VALUE) 20070706
2 Importing ITA_VALUE Call by reference Type reference (TYPE) ANY TABLE Value table (must match decsision table structure) 20060313
3 Importing IV_ACTIVATE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Activate changes? 20060921
4 Importing IV_DECISION_TABLE_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Decision table ID 20060313
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20060313

Method GET_ADMIN_DATA 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 20061107
2 Returning RO_ADMIN_DATA Value transfer Object reference (TYPE REF TO) IF_FDT_ADMIN_DATA FDT: Administrative Data 20061107
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20061107

Method GET_ALL_FUNCTIONS_FOR_APPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETS_FUNCTION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID List of Function IDs 20110930
2 Importing IV_APPLICATION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Application ID 20110930
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20110930

Method GET_FUNCTION_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FUNCTION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Function UUID 20131205
2 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP INTF IF_FDT_TYPES 20131205
3 Returning RO_CONTEXT Value transfer Object reference (TYPE REF TO) IF_FDT_CONTEXT FDT: Context 20131205
# Exception Resumable Description Created on
1 CX_FDT FDT: Abstract Exception Class 20131205

Method GET_FUNCTION_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FUNCTION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Function UUID 20131205
2 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Timestamp 20131205
3 Returning RO_RESULT Value transfer Object reference (TYPE REF TO) IF_FDT_RESULT Result object 20131205
# Exception Resumable Description Created on
1 CX_FDT FDT: Abstract Exception Class 20131205

Method GET_NAME 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 20061107
2 Returning RV_NAME Value transfer Type reference (TYPE) IF_FDT_TYPES=>NAME 20061107
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20061107

Method PROCESS_EXPRESSION 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 FDT: Universal Unique Identifier 20060308
2 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP FDT: Time Stamp 20060308
3 Returning RO_RESULT Value transfer Object reference (TYPE REF TO) IF_FDT_RESULT FDT: Result 20060308
# Exception Resumable Description Created on
1 CX_FDT FDT: Abstract Exception Class 20060308

Method TRANSPORT_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Application ID 20060328
2 Importing IV_TRANSPORT_REQUEST Call by reference Type reference (TYPE) TRKORR Request/Task 20060328
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20060328
2 CX_FDT_SYSTEM FDT: System Failure 20060328

Method VALUE_WHERE_USED_DDIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETS_CONSTANTS Call by reference Type reference (TYPE) IF_FDT_QUERY=>TS_NAME 20061030
2 Importing ITR_VALUES Call by reference Type reference (TYPE) T_RANGE Range of search Strings/Search Model 20071126
3 Importing IV_APPLICATION Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Application ID 20071113
4 Importing IV_DDIC_TYPE Call by reference Type reference (TYPE) TYPENAME Name of Dictionary Type 20061030
5 Importing IV_DELETED_OPTION Call by reference Type reference (TYPE) IF_FDT_QUERY=>DELOPT IF_FDT_QUERY=>GC_DELOPT_UNDELETED 20061030
6 Importing IV_MEMORY_OPTION Call by reference Type reference (TYPE) IF_FDT_QUERY=>MEMOPT IF_FDT_QUERY=>GC_MEMOPT_SAVED 20061030
7 Importing IV_NAMED_OPTION Call by reference Type reference (TYPE) IF_FDT_QUERY=>NAMOPT IF_FDT_QUERY=>GC_NAMOPT_BOTH 20061030
8 Importing IV_VALUE Call by reference Type reference (TYPE) IF_FDT_TYPES=>TEXT RSRSCAN1: Search String/Search Model 20061030
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20061030

Method VALUE_WHERE_USED_GDT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETS_CONSTANTS Call by reference Type reference (TYPE) IF_FDT_QUERY=>TS_NAME 20061030
2 Importing IV_APPLICATION Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Application ID 20071116
3 Importing IV_DELETED_OPTION Call by reference Type reference (TYPE) IF_FDT_QUERY=>DELOPT IF_FDT_QUERY=>GC_DELOPT_UNDELETED 20061030
4 Importing IV_GDT_PATH Call by reference Type reference (TYPE) STRING Name of Dictionary Type 20061030
5 Importing IV_MEMORY_OPTION Call by reference Type reference (TYPE) IF_FDT_QUERY=>MEMOPT IF_FDT_QUERY=>GC_MEMOPT_SAVED 20061030
6 Importing IV_NAMED_OPTION Call by reference Type reference (TYPE) IF_FDT_QUERY=>NAMOPT IF_FDT_QUERY=>GC_NAMOPT_BOTH 20061030
7 Importing IV_VALUE Call by reference Type reference (TYPE) IF_FDT_TYPES=>TEXT RSRSCAN1: Search String/Search Model 20061030
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20061030
History
Last changed by/on SAP  20141121 
SAP Release Created in 710