SAP ABAP Class CL_RSDRI_DF_META_DATA_MANAGER (Data Federator: Metadata Access)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSDRI_DF (Package) Facade for Data Federator
Properties
Class CL_RSDRI_DF_META_DATA_MANAGER  
Short Description Data Federator: Metadata Access    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDRI_DF   Facade for Data Federator 
Created 20080529   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDRI_DF_META_DATA_MANAGER has no interface implemented.
Friends
Class CL_RSDRI_DF_META_DATA_MANAGER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CARDINALITY_MANY Constant Public Type reference (TYPE) RSDRI_DF_CARDINALITY 'N' Multiple Dependent Entries 20080918
2 C_CARDINALITY_ONE Constant Public Type reference (TYPE) RSDRI_DF_CARDINALITY '1' One Dependent Entry 20080918
3 C_COLUMN_NAME_CAPTION Constant Public Type reference (TYPE) RSDRI_DF_COLUMN_NAME '0CAPTION' Data Federator Column Name 20090213
4 C_NAMESPACE_SIGN Constant Private Type reference (TYPE) CHAR1 '$' Replacement Character for Namespace Character '/' 20080630
5 C_SUB_TYPE_VIRTUAL Constant Public Type reference (TYPE) RSDRI_DF_SUB_TYPE 'VIRT' Subtype of a Data Federator Table 20080630
6 C_TABLE_TYPE_ALL Constant Public Type reference (TYPE) RSDRI_DF_TABLE_TYPE '*' Table Type 'All' 20080630
7 C_TABLE_TYPE_INFOPROVIDER Constant Public Type reference (TYPE) RSDRI_DF_TABLE_TYPE 'I' Table Type InfoProvider 20080630
8 C_TABLE_TYPE_MASTER_DATA Constant Public Type reference (TYPE) RSDRI_DF_TABLE_TYPE 'M' Table Type Master Data 20080630
9 C_TABLE_TYPE_MASTER_INFOPROV Constant Public Type reference (TYPE) RSDRI_DF_TABLE_TYPE 'D' Table Type Master Data InfoProvider 20080729
10 C_TABLE_TYPE_QUERY Constant Public Type reference (TYPE) RSDRI_DF_TABLE_TYPE 'Q' Query Tables 20100201
11 C_TABLE_TYPE_TEXT Constant Public Type reference (TYPE) RSDRI_DF_TABLE_TYPE 'T' Text Tables 20080630
12 O_DUMMY_MSG Static Attribute Public Type reference (TYPE) CHAR1 Single-Character Indicator 20080630
13 P_R_CONFIG Instance attribute Private Object reference (TYPE REF TO) CL_RSDRI_DF_CONFIGURATION Data Federator: Configuration 20081103
14 P_R_MANAGER Static Attribute Private Object reference (TYPE REF TO) CL_RSDRI_DF_META_DATA_MANAGER Singleton Instance 20080630
15 P_TABLE_PREFIX_QP Instance attribute Private Type reference (TYPE) RSDRI_DF_TABLE_TYPE Table Name for QueryProviders 20100322
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_TABLE_FOR_QUERY_PROV Instance method Private Method Modify Table for Caller(s) (Query Provider Properties) 20101026
2 ANALYZE_MPRO_CAPABILITIES Instance method Private Method Analyzes the capabilities of MultiProviders 20090306
3 ARE_ALL_PARTPROVIDER_SORTED Instance method Public Method Checks if Sort All PartProvidrs of a MultiProvider 20081009
4 BUILD_CMP_COLUMN_NAME Instance method Private Method Forms the column name for compound characteristic 20090220
5 BUILD_COLUMN_NAME Instance method Public Method Builds Name of a DF Table Column 20080630
6 BUILD_TABLE_NAME Instance method Public Method Builds Name of a DF Table 20080630
7 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080630
8 DERIVE_LONG_CURR_KYF Instance method Private Method Define Length of a Currency Key Figure 20081023
9 DTA_PRO_TO_COLUMN Instance method Private Method Convert DTA Row to Column 20080630
10 DTA_PRO_TO_COLUMNS Instance method Private Method Convert DTA with Properties to Rows + Foreign Key 20080630
11 DTA_TO_SUB_TYPE Instance method Private Method Determine DF Subtype from DTA Header 20080630
12 DTA_TO_TABLE Instance method Private Method Convert DTA / VIOBJ to Table Properties 20080630
13 DTA_TO_TABLE_DETAILS Instance method Private Method Convert DTA with Properties to Rows + Foreign Key 20080709
14 GET_ALL_MASTER_DATA_TABLES Instance method Private Method Reads all master data tables (even without InfoProvider) 20090220
15 GET_COLUMNS_OF_TEXT_TABLE Instance method Private Method Gets Columns of a Text Table 20080630
16 GET_DTA_PRO_TEXT_TABLE Instance method Public Method Get the DTA_PRO for a column in the text table 20090309
17 GET_INSTANCE Static method Public Method Returns Unique Instance (Singleton) 20080630
18 HAS_MASTER_DATA_TABLE Instance method Private Method Checks if a characteristic has a master data table 20090220
19 IOBJ_GET Instance method Public Method Get properties of an InfoObject (including transient) 20090330
20 IS_TRANSIENT_INFOPROVIDER Instance method Private Method Checks whether an InfoProvider is transient 20100202
21 PARSE_COLUMN_NAME Instance method Public Method Parses Name of a DF Table Column 20080630
22 PARSE_TABLE_NAME Instance method Public Method Parses Name of a DF Table 20080630
23 TABLE_GET_DETAIL Instance method Public Method Returns List of DF Tables 20080630
24 TABLE_GET_LIST Instance method Public Method Returns List of DF Tables 20080630
Events
Class CL_RSDRI_DF_META_DATA_MANAGER has no event.
Types
Class CL_RSDRI_DF_META_DATA_MANAGER has no local type.
Method Signatures

Method ADJUST_TABLE_FOR_QUERY_PROV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_TABLE Call by reference Type reference (TYPE) RSDRI_DF_S_TABLE Data Federator Tabelle mit Eigenschaften und Details 20101026

Method ADJUST_TABLE_FOR_QUERY_PROV on class CL_RSDRI_DF_META_DATA_MANAGER has no exception.

Method ANALYZE_MPRO_CAPABILITIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ALL_PARTPROV_SORTED Call by reference Type reference (TYPE) RS_BOOL ='X':Alle beteil. Partprovider sind sortiert 20090306
2 Exporting E_EQUALKYFS Call by reference Type reference (TYPE) RSDRI_DF_EQUALKYFS ='X': Alle beteil. Partprovider haben dieselben Kennzahlen 20090306
3 Exporting E_S_DTA_ONLY_PARTPROV Call by reference Type reference (TYPE) RSD_S_DTA Enthält Header des Partproviders, falls es nur einen gibt 20090306
4 Importing I_R_DTA Call by reference Object reference (TYPE REF TO) CL_RSD_DTA Datenziel für Bewegungsdaten 20090306
5 Importing I_T_DTA_PRO Call by reference Type reference (TYPE) RSD_T_DTA_PRO Für EQUALKYFS: Eigenschaften von InfoObjects im Datenziel 20090306

Method ANALYZE_MPRO_CAPABILITIES on class CL_RSDRI_DF_META_DATA_MANAGER has no exception.

Method ARE_ALL_PARTPROVIDER_SORTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20081009
2 Returning R_SORTED Value transfer Type reference (TYPE) RS_BOOL Flag-Struktur 20081009

Method ARE_ALL_PARTPROVIDER_SORTED on class CL_RSDRI_DF_META_DATA_MANAGER has no exception.

Method BUILD_CMP_COLUMN_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IOBJCMP Call by reference Type reference (TYPE) RSIOBJCMP Übergeordnetes Merkmal 20090220
2 Importing I_T_DTA_PRO Call by reference Type reference (TYPE) RSD_T_DTA_PRO Eigenschaften von InfoObjects im Datenziel 20090220
3 Returning R_COLUMN_NAME Value transfer Type reference (TYPE) RSDRI_DF_COLUMN_NAME Data Federator Spaltename 20090220

Method BUILD_CMP_COLUMN_NAME on class CL_RSDRI_DF_META_DATA_MANAGER has no exception.

Method BUILD_COLUMN_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20080630
2 Returning R_COLUMN_NAME Value transfer Type reference (TYPE) RSDRI_DF_COLUMN_NAME Data Federator Spaltename 20080630

Method BUILD_COLUMN_NAME on class CL_RSDRI_DF_META_DATA_MANAGER has no exception.

Method BUILD_TABLE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJNM Call by reference Type reference (TYPE) C Objekt 20080630
2 Importing I_TABLE_TYPE Call by reference Type reference (TYPE) RSDRI_DF_TABLE_TYPE Data Federator Tabellen Typ 20080630
3 Returning R_TABLE_NAME Value transfer Type reference (TYPE) RSDRI_DF_TABLE_NAME Data Federator Tabellen Name 20080630

Method BUILD_TABLE_NAME on class CL_RSDRI_DF_META_DATA_MANAGER has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_RSDRI_DF_META_DATA_MANAGER has no parameter.
Method CONSTRUCTOR on class CL_RSDRI_DF_META_DATA_MANAGER has no exception.

Method DERIVE_LONG_CURR_KYF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DECIMALS Call by reference Type reference (TYPE) RSD_S_COB_PRO-DECIMALS length in decimals 20081023
2 Exporting E_LENGTH Call by reference Type reference (TYPE) RSD_S_COB_PRO-DIGITS length in digits 20081023
3 Importing I_DECIMALS Call by reference Type reference (TYPE) RSD_S_COB_PRO-DECIMALS Anzahl Dezimalstellen 20081023
4 Importing I_KYFTP Call by reference Type reference (TYPE) RSD_S_DTA_PRO-KYFTP Typ einer Kennzahl 20081023
5 Importing I_LENGTH Call by reference Type reference (TYPE) RSD_S_COB_PRO-DIGITS length in digits 20081023

Method DERIVE_LONG_CURR_KYF on class CL_RSDRI_DF_META_DATA_MANAGER has no exception.

Method DTA_PRO_TO_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_DTA_PRO Call by reference Type reference (TYPE) RSD_S_DTA_PRO Eigenschaften eines InfoObjects im Datenziel 20080630
2 Importing I_T_DTA_DIME Call by reference Type reference (TYPE) RSD_T_DTA_DIME Datenziel: Tabelle von Dimensionen 20081002
3 Returning R_S_COLUMN Value transfer Type reference (TYPE) RSDRI_DF_S_COLUMN Data Federator: Tabellenspalte mit Eigenschaften 20080630

Method DTA_PRO_TO_COLUMN on class CL_RSDRI_DF_META_DATA_MANAGER has no exception.

Method DTA_PRO_TO_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TS_FOREIGN_KEY Call by reference Type reference (TYPE) RSDRI_DF_TS_FOREIGN_KEY Data Federator Tabelle von Fremsschlüssel 20080630
2 Exporting E_T_COLUMN Call by reference Type reference (TYPE) RSDRI_DF_T_COLUMN Data Federator: Tabellenspalten mit Eigenschaften 20080630
3 Exporting E_T_RELATION Call by reference Type reference (TYPE) RSDRI_DF_T_RELATION Data Federator: Tabellen Relationen 20080918
4 Importing I_S_TABLE Call by reference Type reference (TYPE) RSDRI_DF_S_TABLE Data Federator Tabelle mit Eigenschaften 20080709
5 Importing I_T_DTA_DIME Call by reference Type reference (TYPE) RSD_T_DTA_DIME Datenziel: Tabelle von Dimensionen 20081002
6 Importing I_T_DTA_PRO Call by reference Type reference (TYPE) RSD_T_DTA_PRO Eigenschaften von InfoObjects im Datenziel 20080630
7 Importing I_T_IOBJ_CMP Call by reference Type reference (TYPE) RSD_T_IOBJ_CMP Klammerungen von InfoObjects 20080630
# Exception Resumable Description Created on
1 CX_RSD_IOBJ_NOT_FOUND InfoObject nicht gefunden 20080630

Method DTA_TO_SUB_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_DTA Call by reference Type reference (TYPE) RSD_S_DTA Eigenschaften InfoProvider 20080630
2 Returning R_SUB_TYPE Value transfer Type reference (TYPE) RSDRI_DF_SUB_TYPE Subtype einer Data Federator Tabelle 20080630

Method DTA_TO_SUB_TYPE on class CL_RSDRI_DF_META_DATA_MANAGER has no exception.

Method DTA_TO_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_DTA Call by reference Type reference (TYPE) RSD_S_DTA Eigenschaften InfoProvider 20080630
2 Importing I_S_VIOBJ Call by reference Type reference (TYPE) RSD_S_VIOBJ View über alle Eigenschaften eines InfoObjects 20090220
3 Returning R_S_TABLE Value transfer Type reference (TYPE) RSDRI_DF_S_TABLE Data Federator Tabelle mit Eigenschaften 20080630

Method DTA_TO_TABLE on class CL_RSDRI_DF_META_DATA_MANAGER has no exception.

Method DTA_TO_TABLE_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_TABLE Call by reference Type reference (TYPE) RSDRI_DF_S_TABLE_DETAILS Data Federator Tabelle mit Eigenschaften und Details 20080709
2 Importing I_R_DTA Call by reference Object reference (TYPE REF TO) CL_RSD_DTA Datenziel für Bewegungsdaten 20090129
3 Importing I_S_DTA Value transfer Type reference (TYPE) RSD_S_DTA Eigenschaften InfoProvider 20080709
4 Importing I_T_DTA_PRO Value transfer Type reference (TYPE) RSD_T_DTA_PRO Eigenschaften von InfoObjects im Datenziel 20080709

Method DTA_TO_TABLE_DETAILS on class CL_RSDRI_DF_META_DATA_MANAGER has no exception.

Method GET_ALL_MASTER_DATA_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TS_TABLE Call by reference Type reference (TYPE) RSDRI_DF_TS_TABLE EigenscTabellen 20090220

Method GET_ALL_MASTER_DATA_TABLES on class CL_RSDRI_DF_META_DATA_MANAGER has no exception.

Method GET_COLUMNS_OF_TEXT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_NOT_FOUND Call by reference Type reference (TYPE) RS_BOOL = 'X' nicht gefunden 20080630
2 Changing C_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Tabelle mit Nachrichten (Application Log Protokoll) 20080630
3 Exporting E_T_COLUMN Call by reference Type reference (TYPE) RSDRI_DF_T_COLUMN Data Federator: Tabellenspalte mit Eigenschaften 20080630
4 Exporting E_T_DTA_PRO Call by reference Type reference (TYPE) RSD_T_DTA_PRO Eigenschaften von InfoObjects im Datenziel 20090309
5 Importing I_S_VIOBJ Call by reference Type reference (TYPE) RSD_S_VIOBJ View über alle Eigenschaften eines InfoObjects 20080630
6 Importing I_T_IOBJ_CMP Call by reference Type reference (TYPE) RSD_T_IOBJ_CMP Klammerung (Abhängigkeiten) von InfoObjects 20080630

Method GET_COLUMNS_OF_TEXT_TABLE on class CL_RSDRI_DF_META_DATA_MANAGER has no exception.

Method GET_DTA_PRO_TEXT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLUMN Call by reference Type reference (TYPE) RSDRI_DF_COLUMN_NAME C_COLUMN_NAME_CAPTION Data Federator Spaltename 20090309
2 Importing I_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20090309
3 Returning R_S_DTA_PRO Value transfer Type reference (TYPE) RSD_S_DTA_PRO Eigenschaften eines InfoObjects im Datenziel 20090309

Method GET_DTA_PRO_TEXT_TABLE on class CL_RSDRI_DF_META_DATA_MANAGER has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_MANAGER Value transfer Object reference (TYPE REF TO) CL_RSDRI_DF_META_DATA_MANAGER Eindeutige Instanz (Singleton) 20080630

Method GET_INSTANCE on class CL_RSDRI_DF_META_DATA_MANAGER has no exception.

Method HAS_MASTER_DATA_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATTRIBFL Call by reference Type reference (TYPE) RSATTRIBFL Zum Merkmal existieren Attribute (Flag) 20090220
2 Importing I_INFOAREA Call by reference Type reference (TYPE) RSINFOAREA InfoArea 20090220
3 Importing I_NOVALFL Call by reference Type reference (TYPE) RSNOVALFL Flag Master Data Table exists 20090220
4 Returning R_HAS_MASTER_DATA_TABLE Value transfer Type reference (TYPE) RS_BOOL Boolean 20090220

Method HAS_MASTER_DATA_TABLE on class CL_RSDRI_DF_META_DATA_MANAGER has no exception.

Method IOBJ_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_DTA_PRO Call by reference Type reference (TYPE) RSD_S_DTA_PRO Eigenschaften eines InfoObjects im Datenziel 20090330
2 Exporting E_S_VIOBJ Call by reference Type reference (TYPE) RSD_S_VIOBJ View über alle Eigenschaften eines InfoObjects 20090330
3 Exporting E_T_IOBJ_CMP Call by reference Type reference (TYPE) RSD_T_IOBJ_CMP Klammerungen von InfoObjects 20090330
4 Importing I_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20090330
# Exception Resumable Description Created on
1 CX_RSD_IOBJ_NOT_FOUND InfoObject nicht gefunden 20090330

Method IS_TRANSIENT_INFOPROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20100202
2 Returning R_IS_VIRTUAL Value transfer Type reference (TYPE) RS_BOOL Boolean 20100202

Method IS_TRANSIENT_INFOPROVIDER on class CL_RSDRI_DF_META_DATA_MANAGER has no exception.

Method PARSE_COLUMN_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLUMN_NAME Value transfer Type reference (TYPE) RSDRI_DF_COLUMN_NAME Data Federator Spaltenname 20080630
2 Returning R_IOBJNM Value transfer Type reference (TYPE) RSIOBJNM InfoObject 20080630
# Exception Resumable Description Created on
1 CX_RS_INVALID_NAME Ungültiger technischer Name 20080630

Method PARSE_TABLE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_OBJNM Call by reference Type reference (TYPE) RSINFOPROV Objekname (InfoProvider oder Merkmal) 20080630
2 Exporting E_TABLE_TYPE Call by reference Type reference (TYPE) RSDRI_DF_TABLE_TYPE Data Federator Tabellen Typ 20080630
3 Importing I_TABLE_NAME Value transfer Type reference (TYPE) RSDRI_DF_TABLE_NAME Data Federator Tabellen Name 20080630
# Exception Resumable Description Created on
1 CX_RS_INVALID_NAME Ungültiger technischer Name 20080630

Method TABLE_GET_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NOT_FOUND Call by reference Type reference (TYPE) RS_BOOL ='X': nicht gefunden 20080630
2 Exporting E_S_TABLE Call by reference Type reference (TYPE) RSDRI_DF_S_TABLE_DETAILS Data Federator Tabelle mit Eigenschaften und Details 20080630
3 Exporting E_TS_FOREIGN_KEY Call by reference Type reference (TYPE) RSDRI_DF_TS_FOREIGN_KEY Data Federator Tabelle von Fremsschlüssel 20080630
4 Exporting E_T_COLUMN Call by reference Type reference (TYPE) RSDRI_DF_T_COLUMN Data Federator: Tabellenspalten mit Eigenschaften 20080630
5 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Tabelle mit Nachrichten (Application Log Protokoll) 20080630
6 Exporting E_T_RELATION Call by reference Type reference (TYPE) RSDRI_DF_T_RELATION Data Federator: Tabellen Relationen 20080918
7 Importing I_LANGU Call by reference Type reference (TYPE) LANGU SY-LANGU Sprachenschlüssel 20080630
8 Importing I_TABLE_NAME Call by reference Type reference (TYPE) RSDRI_DF_TABLE_NAME Data Federator Tabellen Name 20080630

Method TABLE_GET_DETAIL on class CL_RSDRI_DF_META_DATA_MANAGER has no exception.

Method TABLE_GET_LIST 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) LANGU SY-LANGU Sprachenschlüssel 20080630
2 Importing I_MASTER_ONLY_INFOPROVIDER Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE =X nur Stammd.InfoProvider; =' ': Alle Stammd. Tabellen (auc 20090220
3 Importing I_SEARCH_STRING Call by reference Type reference (TYPE) STRING Suchstring (in Text und technischem Namen) 20080630
4 Importing I_TABLE_TYPE Call by reference Type reference (TYPE) RSDRI_DF_TABLE_TYPE C_TABLE_TYPE_ALL Data Federator Tabellen Typ 20080630
5 Returning R_TS_TABLE Value transfer Type reference (TYPE) RSDRI_DF_TS_TABLE Data Federator Tabellen mit Eigenschaften (sortiert) 20080630

Method TABLE_GET_LIST on class CL_RSDRI_DF_META_DATA_MANAGER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 720