SAP ABAP Class /BOFU/IF_MD_ADAPTER (Master Data Adapter Interface)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_BUPA_ADAPTER Master Data Adapter: Business Partner 20090225
Properties
Class /BOFU/IF_MD_ADAPTER  
Short Description Master Data Adapter Interface    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20090225   SAP 
Last change 20110908   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)
Interfaces
Class /BOFU/IF_MD_ADAPTER has no interface implemented.
Friends
Class /BOFU/IF_MD_ADAPTER has no friend class.
Attributes
Class /BOFU/IF_MD_ADAPTER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_INSTANCE Static method Public Method Gets an instance of master data adapter 20090225
2 GET_ROOT_NODE_ID Instance method Public Method Retrieves ROOT node IDs 20090225
3 QUERY Instance method Public Method Query 20090225
4 READ_BY_ATTRIBUTES Instance method Public Method Read by alternative keys 20090225
5 RETRIEVE Instance method Public Method Retrieve data of a BO node for given node ids 20090225
6 RETRIEVE_BY_ASSOCIATION Instance method Public Method Follow an association to another BO node 20090225
Events
Class /BOFU/IF_MD_ADAPTER has no event.
Types
Class /BOFU/IF_MD_ADAPTER has no local type.
Method Signatures

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_MD_ADAPTER Call by reference Object reference (TYPE REF TO) /BOFU/IF_MD_ADAPTER 20090225
2 Importing IN_BO_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME 20090225
# Exception Resumable Description Created on
1 /BOFU/CX_MD_ADAPTER 20090225

Method GET_ROOT_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID 20090225
2 Importing IV_BO_NODE_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME 20090225
3 Exporting OUT_FAILED_SOURCE_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID 20090225
4 Exporting OUT_LINKS Call by reference Type reference (TYPE) /BOFU/T_ASSOCIATION_LINK 20090225
# Exception Resumable Description Created on
1 /BOFU/CX_MD_ADAPTER 20090225

Method QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_MESSAGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_MESSAGE 20090225
2 Exporting ES_QUERY_INFO Call by reference Type reference (TYPE) /BOBF/S_FRW_QUERY_INFO 20090225
3 Exporting ET_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID 20090225
4 Importing IS_CTX Call by reference Type reference (TYPE) /BOBF/S_FRW_CTX_QUERY 20090225
5 Importing IS_QUERY_OPTIONS Call by reference Type reference (TYPE) /BOBF/S_FRW_QUERY_OPTIONS 20090225
6 Importing IT_FILTER_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY 20090225
7 Importing IT_SELECTION_PARAMETERS Call by reference Type reference (TYPE) /BOBF/T_FRW_QUERY_SELPARAM 20090225
8 Importing IV_BO_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME 20090225
9 Importing IV_QUERY_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME 20090225
# Exception Resumable Description Created on
1 /BOFU/CX_MD_ADAPTER 20090225

Method READ_BY_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INDEXED_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_INDEXED_NODE_ID 20090225
2 Exporting ET_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID 20090225
3 Importing IT_DATA Call by reference Type reference (TYPE) INDEX TABLE 20090225
4 Importing IV_ALTKEY_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME 20090225
5 Importing IV_BO_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME 20090225
6 Importing IV_FILL_DATA Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 20090225
7 Exporting OUT_DATA Call by reference Type reference (TYPE) /BOFU/T_OUT_DATA_ADP 20090225
# Exception Resumable Description Created on
1 /BOFU/CX_MD_ADAPTER 20090225

Method RETRIEVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID 20090225
2 Importing IV_BO_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME 20090225
3 Importing IV_BO_NODE_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME 20090225
4 Importing IV_FILL_DATA Call by reference Type reference (TYPE) ABAP_BOOL 20090225
5 Importing IV_NODE_DATA_DATA_TYPE Call by reference Type reference (TYPE) STRING 20090225
6 Exporting OUT_DATA Call by reference Type reference (TYPE) /BOFU/T_OUT_DATA_ADP 20090225
7 Exporting OUT_FAILED_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID 20090225
# Exception Resumable Description Created on
1 /BOFU/CX_MD_ADAPTER 20090225

Method RETRIEVE_BY_ASSOCIATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_ASSOCIATION_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME 20090225
2 Importing IN_BO_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME 20090225
3 Importing IN_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID 20090225
4 Importing IN_SOURCE_NODE_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME 20090225
5 Importing IN_TARGET_NODE_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME 20090225
6 Importing IS_PARAMETERS Call by reference Object reference (TYPE REF TO) DATA 20090225
7 Importing IT_FILTERED_ATTRIBUTES Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME 20090225
8 Exporting OUT_FAILED_SOURCE_NODE_IDS Call by reference Type reference (TYPE) /BOFU/T_BO_NODE_ID 20090225
9 Exporting OUT_LINKS Call by reference Type reference (TYPE) /BOFU/T_ASSOCIATION_LINK 20090225
# Exception Resumable Description Created on
1 /BOFU/CX_MD_ADAPTER 20090225
History
Last changed by/on SAP  20110908 
SAP Release Created in