SAP ABAP Interface IF_FDT_ADMIN_DATA (FDT: Administrative Data)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
     SFDT_CORE (Package) BRFplus: Core
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_FDT_DDBV BRFplus: Dynamic Database View 20121218
2 Interface composition (i COMPRISING i_ref)  IF_FDT_TABLE_OPERATION FDT: Table Operation 20090803
3 Interface composition (i COMPRISING i_ref)  IF_FDT_RULESET FDT: Ruleset 20060911
4 Interface composition (i COMPRISING i_ref)  IF_FDT_FUNCTION FDT: Function 20050926
5 Interface composition (i COMPRISING i_ref)  IF_FDT_FLOW FDT: Flow 20100924
6 Interface composition (i COMPRISING i_ref)  IF_FDT_FILTER_NEW FDT: New Filter 20100708
7 Interface composition (i COMPRISING i_ref)  IF_FDT_FILTER FDT: Filter (Obsolete - use IF_FDT_FILTER_NEW) 20050901
8 Interface composition (i COMPRISING i_ref)  IF_FDT_EXPRESSION_TYPE FDT: Expression Type 20050822
9 Interface composition (i COMPRISING i_ref)  IF_FDT_EXPRESSION FDT: Expression 20050820
10 Interface composition (i COMPRISING i_ref)  IF_FDT_DDBV_INTERNAL BRFplus: Dynamic Database View - Internal Services 20130208
... Click here to see Used By full list (19 items)
Properties
Interface IF_FDT_ADMIN_DATA  
Short Description FDT: Administrative Data    
General Data
Package SFDT_CORE   BRFplus: Core 
Created 20050815   SAP 
Last changed 20140121   SAP 
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_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_FDT_TRANSACTION FDT: Transaction 20051029
Friends
Interface IF_FDT_ADMIN_DATA has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_DOCU_DEP_LANGU Constant Public Type reference (TYPE) DOCUMENTATION_DEPENDENCY_TYPE 2 Language dependent but not version dependent 20070304
2 GC_DOCU_DEP_LANGU_VERSION Constant Public Type reference (TYPE) DOCUMENTATION_DEPENDENCY_TYPE 4 Language and version dependent 20070304
3 GC_DOCU_DEP_NO Constant Public Type reference (TYPE) DOCUMENTATION_DEPENDENCY_TYPE 1 Independent of language and version 20070304
4 GC_DOCU_DEP_VERSION Constant Public Type reference (TYPE) DOCUMENTATION_DEPENDENCY_TYPE 3 Version dependent but not language dependent 20070304
5 GC_TEXT_DEP_LANGU Constant Public Type reference (TYPE) TEXT_DEPENDENCY_TYPE 2 Language dependent but not version dependent 20070304
6 GC_TEXT_DEP_LANGU_VERSION Constant Public Type reference (TYPE) TEXT_DEPENDENCY_TYPE 4 Language and version dependent 20070304
7 GC_TEXT_DEP_NO Constant Public Type reference (TYPE) TEXT_DEPENDENCY_TYPE 1 Independent of language and version 20070304
8 GC_TEXT_DEP_VERSION Constant Public Type reference (TYPE) TEXT_DEPENDENCY_TYPE 3 Version dependent but not language dependent 20070304
9 GC_VERSIONING_OFF Constant Public Type reference (TYPE) ABAP_BOOL ' ' Versioning is switched off 20071001
10 GC_VERSIONING_ON Constant Public Type reference (TYPE) ABAP_BOOL 'X' Versioning is switched on 20071001
11 GC_VERSTYPE_DEFAULT Constant Public Type reference (TYPE) VERSIONING_TYPE ' ' Versioning for each change 20120718
12 GC_VERSTYPE_TRANSPORT Constant Public Type reference (TYPE) VERSIONING_TYPE 'T' Versioning for each transported change 20120718
13 MV_CUSTOMIZING_OBJECT Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_TRUE: Customizing Object 20071018
14 MV_ID Instance attribute Public Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20050826
15 MV_LOCAL_OBJECT Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_TRUE: Local Object 20070510
16 MV_MASTERDATA_OBJECT Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_TRUE: Master Data Object 20071018
17 MV_OBJECT_TYPE Instance attribute Public Type reference (TYPE) IF_FDT_TYPES=>OBJECT_TYPE Object Type 20070913
18 MV_SYSTEM_OBJECT Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_TRUE: System Object 20060325
Methods
# Method Level Visibility Method type Description Created on
1 GET_ACCESS_LEVEL Instance method Public Method Get Access Level 20060417
2 GET_ACTIVE_VERSION Instance method Public Method Get the Active Version (optional for a timestamp) 20051123
3 GET_APPLICATION Instance method Public Method Get the Application 20050815
4 GET_CHANGE_INFO Instance method Public Method Information about Last Change (user and timestamp) 20050819
5 GET_CUSTOM_ATTRIBUTE_VALUES Instance method Public Method Get Values for Custom Attributes 20130806
6 GET_DOCUMENTATION Instance method Public Method Get the Documentation 20050815
7 GET_NAME Instance method Public Method Get the Name 20051204
8 GET_OBJECT_TYPE Instance method Public Method Get the Object Type (see constants in IF_FDT_CONSTANTS) 20050815
9 GET_REFERENCED_OBJECTS Instance method Public Method Get all Referenced Objects 20060103
10 GET_TEXTS Instance method Public Method Get the Texts 20050815
11 GET_VERSIONS Instance method Public Method Get a List of Versions 20050815
12 GET_WHERE_USED Instance method Public Method Get Usages of Object 20050921
13 SET_ACCESS_LEVEL Instance method Public Method Set Access Level 20060417
14 SET_APPLICATION Instance method Public Method Set the Application 20050826
15 SET_CUSTOM_ATTRIBUTE_VALUES Instance method Public Method Set Values for Custom Attributes 20130806
16 SET_DOCUMENTATION Instance method Public Method Set the Documentation 20050815
17 SET_NAME Instance method Public Method Set the Name 20051204
18 SET_TEXTS Instance method Public Method Set the Texts 20050815
19 SET_VERSIONING Instance method Public Method Set Versioning (on/off; see GET_VERSIONS for status) 20071001
20 TO_STRING Instance method Public Method A String Description of the Customizing 20051213
Events
Interface IF_FDT_ADMIN_DATA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 DOCUMENTATION Public Type reference (TYPE) FDT_ADMN_0113-DOCUMENTATION Documentation 20050819
2 DOCUMENTATION_DEPENDENCY_TYPE Public Type reference (TYPE) FDT_DOCU_DEP_TYPE Documentation Dependency Type 20070304
3 S_ATTRIBUTE_VALUE Public See coding 20130806 BEGIN OF s_attribute_value, id TYPE if_fdt_types=>id, value TYPE string, END OF s_attribute_value
4 S_DOCUMENTATION Public See coding Documentation (language dependent) 20050819 BEGIN OF s_documentation, langu TYPE langu, documentation TYPE documentation, END OF s_documentation
5 S_VERSION Public See coding Version 20050819 BEGIN OF s_version, version TYPE if_fdt_types=>version, user TYPE syuname, timestamp TYPE if_fdt_types=>timestamp, state TYPE if_fdt_types=>state, trrequest TYPE trkorr, trversion TYPE fdt_admn_0030-trversion, trtimestamp TYPE if_fdt_types=>timestamp, trsysid TYPE sysysid, trclient TYPE mandt, overs_id TYPE if_fdt_types=>id, customer_change TYPE abap_bool, "message00114436 versioning TYPE abap_bool, versioning_type TYPE versioning_type, "note1741957 END OF s_version
6 TEXT_DEPENDENCY_TYPE Public Type reference (TYPE) FDT_TEXT_DEP_TYPE Text Dependency Type 20070304
7 TS_ATTRIBUTE_VALUE Public See coding 20130806 ts_attribute_value TYPE SORTED TABLE OF s_attribute_value WITH UNIQUE KEY id
8 TS_DOCUMENTATION Public See coding Documentation List (language dependent) 20050819 ts_documentation TYPE SORTED TABLE OF s_documentation WITH UNIQUE KEY langu
9 TS_VERSION Public See coding Versions 20050819 ts_version TYPE SORTED TABLE OF s_version WITH UNIQUE KEY version
10 VERSIONING_TYPE Public Type reference (TYPE) FDT_ADMN_0030-VERSIONING_TYPE 20120718
Method Signatures

Method GET_ACCESS_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version) 20060417
2 Returning RV_ACCESS_LEVEL Value transfer Type reference (TYPE) IF_FDT_TYPES=>ACCESS_LEVEL Access Level 20060417
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20060417

Method GET_ACTIVE_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NO_VERSION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE: no active version found 20051123
2 Exporting EV_VERSION Call by reference Type reference (TYPE) IF_FDT_TYPES=>VERSION Active Version 20051123
3 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version) 20051123

Method GET_ACTIVE_VERSION on Interface IF_FDT_ADMIN_DATA has no exception.

Method GET_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version) 20051207
2 Returning RV_APPLICATION_ID Value transfer Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20050826
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20051207

Method GET_CHANGE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CHANGE_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp of last change 20050819
2 Exporting EV_CHANGE_USER Call by reference Type reference (TYPE) SYUNAME User who last changed the object 20050819
3 Exporting EV_CREATION_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp of creation 20060228
4 Exporting EV_CREATION_USER Call by reference Type reference (TYPE) SYUNAME User who created the object 20060228
5 Exporting EV_DELETED Call by reference Type reference (TYPE) ABAP_BOOL Flag: Object is deleted 20060301
6 Exporting EV_MARKED_FOR_DELETE Call by reference Type reference (TYPE) ABAP_BOOL Flag: Object is marked for deleted 20070418
7 Exporting EV_OBSOLETE Call by reference Type reference (TYPE) ABAP_BOOL Flag: Object is obsolete 20070418
8 Exporting EV_TRANSPORTED Call by reference Type reference (TYPE) ABAP_BOOL Flag: Object was transported 20061005
9 Exporting EV_WTT_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP FDT: Write to Transport Timestamp 20061125

Method GET_CHANGE_INFO on Interface IF_FDT_ADMIN_DATA has no exception.

Method GET_CUSTOM_ATTRIBUTE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETS_ATTRIBUTE_VALUE Call by reference Type reference (TYPE) TS_ATTRIBUTE_VALUE Custom Attribute Values 20130806
2 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version, UTC) 20130806
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20130918

Method GET_DOCUMENTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SAPSCRIPT_OBJECT Call by reference Type reference (TYPE) IF_FDT_TYPES=>S_SAPSCRIPT_OBJECT SAPScript Object (ID +SAPScript docu object) 20070914
2 Exporting ETS_DOCUMENTATION Call by reference Type reference (TYPE) TS_DOCUMENTATION Documentation (all languages) 20050819
3 Exporting EV_DOCUMENTATION Call by reference Type reference (TYPE) DOCUMENTATION Documentation (sy-langu) 20050819
4 Exporting EV_DOCUMENTATION_DEP_TYPE Call by reference Type reference (TYPE) DOCUMENTATION_DEPENDENCY_TYPE Documentation Dependency Type 20070304
5 Exporting EV_EXIT_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Exit Class 20071117
6 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version) 20050926
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20050902

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version) 20051204
2 Returning RV_NAME Value transfer Type reference (TYPE) IF_FDT_TYPES=>NAME Beschreibung 20051204
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20051204

Method GET_OBJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_OBJECT_TYPE Value transfer Type reference (TYPE) IF_FDT_TYPES=>OBJECT_TYPE Objekttyp 20050815

Method GET_OBJECT_TYPE on Interface IF_FDT_ADMIN_DATA has no exception.

Method GET_REFERENCED_OBJECTS 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 Object IDs 20060321
2 Exporting EV_OBJECT_COUNT Call by reference Type reference (TYPE) I Number of objects 20060321
3 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version) 20060103
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20060103

Method GET_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_TEXT_SYMBOL Call by reference Type reference (TYPE) IF_FDT_TYPES=>S_TEXT_SYMBOL Text Symbol (program + text symbol key) 20070915
2 Exporting ETS_SHORT_TEXT Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_SHORT_TEXT All Short Texts (for all languages) 20070406
3 Exporting ETS_TEXT Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_TEXT All Texts (for all languages) 20050819
4 Exporting EV_EXIT_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Exit Class 20071117
5 Exporting EV_SHORT_TEXT Call by reference Type reference (TYPE) IF_FDT_TYPES=>SHORT_TEXT Short Text (sy-langu) 20070406
6 Exporting EV_TEXT Call by reference Type reference (TYPE) IF_FDT_TYPES=>TEXT Text (sy-langu) 20050822
7 Exporting EV_TEXT_DEP_TYPE Call by reference Type reference (TYPE) TEXT_DEPENDENCY_TYPE Text Dependency Type 20070304
8 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version) 20050926
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20050902

Method GET_VERSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETS_VERSION Call by reference Type reference (TYPE) TS_VERSION Versions 20050819
2 Exporting EV_LAST_DB_VERSION Call by reference Type reference (TYPE) IF_FDT_TYPES=>VERSION Last saved version on DB (regardless if active or inactive) 20050929
3 Exporting EV_LAST_DB_VERSION_STATE Call by reference Type reference (TYPE) IF_FDT_TYPES=>STATE State 20080701
4 Exporting EV_VERSIONING Call by reference Type reference (TYPE) ABAP_BOOL see GC_VERSIONING_ON/OFF 20071001

Method GET_VERSIONS on Interface IF_FDT_ADMIN_DATA has no exception.

Method GET_WHERE_USED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETS_USAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_USAGE Usages (Where-Used) 20050921
2 Exporting EV_USAGES_EXIST Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE: usages exist (magnitudes faster than ETS_USAGES!) 20080102
3 Importing IV_CROSS_VERSION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE ABAP_TRUE: include all using versions 20090422
4 Importing IV_INCL_MEMORY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE ABAP_TRUE: include unsaved changes 20060418

Method GET_WHERE_USED on Interface IF_FDT_ADMIN_DATA has no exception.

Method SET_ACCESS_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACCESS_LEVEL Call by reference Type reference (TYPE) IF_FDT_TYPES=>ACCESS_LEVEL Access Level 20060417
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20060417

Method SET_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 Universal Unique Identifier 20050826
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20051209

Method SET_CUSTOM_ATTRIBUTE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITS_ATTRIBUTE_VALUE Call by reference Type reference (TYPE) TS_ATTRIBUTE_VALUE 20130806
# Exception Resumable Description Created on
1 CX_FDT FDT: Abstract Exception Class 20130806

Method SET_DOCUMENTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SAPSCRIPT_OBJECT Call by reference Type reference (TYPE) IF_FDT_TYPES=>S_SAPSCRIPT_OBJECT SAPScript Object (ID +SAPScript docu object) 20070914
2 Importing ITS_DOCUMENTATION Call by reference Type reference (TYPE) TS_DOCUMENTATION Documentation (all languages) 20050819
3 Importing IV_DOCUMENTATION Call by reference Type reference (TYPE) DOCUMENTATION Documentation (sy-langu) 20050815
4 Importing IV_DOCUMENTATION_DEP_TYPE Call by reference Type reference (TYPE) DOCUMENTATION_DEPENDENCY_TYPE Documentation Dependency Type 20070304
5 Importing IV_EXIT_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Exit Class 20071117
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20060226

Method SET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) IF_FDT_TYPES=>NAME Beschreibung 20051204
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20051209

Method SET_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TEXT_SYMBOL Call by reference Type reference (TYPE) IF_FDT_TYPES=>S_TEXT_SYMBOL Text Symbol (program + text symbol key) 20070915
2 Importing ITS_SHORT_TEXT Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_SHORT_TEXT All Short Texts (for all languages) 20070406
3 Importing ITS_TEXT Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_TEXT All Texts (for all languages) 20050819
4 Importing IV_EXIT_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Exit Class 20071117
5 Importing IV_SHORT_TEXT Call by reference Type reference (TYPE) IF_FDT_TYPES=>SHORT_TEXT Short Text (sy-langu) 20070406
6 Importing IV_TEXT Call by reference Type reference (TYPE) IF_FDT_TYPES=>TEXT Text (sy-langu) 20050822
7 Importing IV_TEXT_DEP_TYPE Call by reference Type reference (TYPE) TEXT_DEPENDENCY_TYPE Text Dependency Type 20070304
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20060226

Method SET_VERSIONING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DEEP Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE ABAP_TRUE forwards the VERSIONING to the subordinate objects 20071009
2 Importing IV_VERSIONING Call by reference Type reference (TYPE) ABAP_BOOL see GC_VERSIONING_ON/OFF; use GET_VERSIONS for status 20071001
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20101227

Method TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MAX_LENGTH Call by reference Type reference (TYPE) I IF_FDT_CONSTANTS=>GC_TOSTRING_MAX_LENGTH Maximum # of characters 20051213
2 Importing IV_MODE Call by reference Type reference (TYPE) I IF_FDT_CONSTANTS=>GC_TOSTRING_MODE_BRIEF Definition of the output format (see IF_FDT_CONSTANTS) 20051221
3 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version) 20051213
4 Returning RV_STRING Value transfer Type reference (TYPE) STRING A string that describes the content of the expression 20051213

Method TO_STRING on Interface IF_FDT_ADMIN_DATA has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_FDT_DDBV BRFplus: Dynamic Database View 20121218
2 Interface composition (i COMPRISING i_ref)  IF_FDT_TABLE_OPERATION FDT: Table Operation 20090803
3 Interface composition (i COMPRISING i_ref)  IF_FDT_RULESET FDT: Ruleset 20060911
4 Interface composition (i COMPRISING i_ref)  IF_FDT_FUNCTION FDT: Function 20050926
5 Interface composition (i COMPRISING i_ref)  IF_FDT_FLOW FDT: Flow 20100924
6 Interface composition (i COMPRISING i_ref)  IF_FDT_FILTER_NEW FDT: New Filter 20100708
7 Interface composition (i COMPRISING i_ref)  IF_FDT_FILTER FDT: Filter (Obsolete - use IF_FDT_FILTER_NEW) 20050901
8 Interface composition (i COMPRISING i_ref)  IF_FDT_EXPRESSION_TYPE FDT: Expression Type 20050822
9 Interface composition (i COMPRISING i_ref)  IF_FDT_EXPRESSION FDT: Expression 20050820
10 Interface composition (i COMPRISING i_ref)  IF_FDT_DDBV_INTERNAL BRFplus: Dynamic Database View - Internal Services 20130208
11 Interface composition (i COMPRISING i_ref)  /BOFU/IF_FDT_DATA_EXTRACT BOPF BO Data Extractor(Deep): BRFPlus expr type(OBSOLETE) 20091013
12 Interface composition (i COMPRISING i_ref)  IF_FDT_DATA_OBJECT FDT: Data Object 20050915
13 Interface composition (i COMPRISING i_ref)  IF_FDT_CATALOG FDT: Catalog 20060608
14 Interface composition (i COMPRISING i_ref)  IF_FDT_BRMS_CONNECTOR FDT: BRMS Connector 20100126
15 Interface composition (i COMPRISING i_ref)  IF_FDT_APPLICATION FDT: Application 20050820
16 Interface composition (i COMPRISING i_ref)  IF_FDT_ACTN_CONTEXT_CHANGE OBSOLETE - DO NOT USE 20090210
17 Interface composition (i COMPRISING i_ref)  /BOFU/IF_FDT_RETRIEVE Retrieve from BOPF BO: BRFplus Express Type 20090707
18 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FDT_MAINTENANCE FDT: Abstract Maintenance Class 20050815
19 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FDT_ADMIN_DATA FDT: Administrative Data 20050815
History
Last changed by/on SAP  20140121 
SAP Release Created in 710