SAP ABAP Interface IF_BCFG_METADATA_COLLECTOR (Retrieves metadata from a remote system)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CUS-TOL-API (Application Component) Business Configuration API (SAP-internal)
     S_BCFG_API (Package) Business Configuration Support API
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_BCFG_METADATA_COLLECTOR Collects the BC metadata 20120322
Properties
Interface IF_BCFG_METADATA_COLLECTOR  
Short Description Retrieves metadata from a remote system    
General Data
Package S_BCFG_API   Business Configuration Support API 
Created 20120321   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_BCFG_METADATA_COLLECTOR Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_BCFG_METADATA_COLLECTOR has no interface.
Friends
Interface IF_BCFG_METADATA_COLLECTOR has no friend.
Attributes
Interface IF_BCFG_METADATA_COLLECTOR has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_METADATA Instance method Public Method Retrieves metadata from remote system 20120321
Events
Interface IF_BCFG_METADATA_COLLECTOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_FIELD_INFO Public See coding metadata about a field 20120327 begin of ty_s_field_info, " Metadata about a field fieldname type fieldname, fieldposition type tabfdpos, scrtext_l type scrtext_l, datatype type datatype_d, keyflag type keyflag, multilanguage type abap_bool, readonly type abap_bool, outputlen type outputlen, decimals type decimals, lowercase type lowercase, signflag type signflag, end of ty_s_field_info
2 TY_S_TABLE_INFO Public See coding metadata about a table 20120327 begin of ty_s_table_info, " Metadata about a table objname type objname, objecttype type ob_typ, tabname type tabname, ddtext type as4text, clientfield type fieldname, langufield type fieldname, fields type ty_t_field_infos, end of ty_s_table_info
3 TY_T_FIELD_INFOS Public See coding list of field metadata 20120327 ty_t_field_infos type standard table of ty_s_field_info with default key
4 TY_T_TABLE_INFOS Public See coding list of table metadata 20120327 ty_t_table_infos type standard table of ty_s_table_info with default key
Method Signatures

Method GET_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MAPPINGS Call by reference Type reference (TYPE) IF_BCFG_CONFIG_CONTAINER=>TY_T_MAPPING_INFO list of TY_S_MAPPING_INFO 20120321
2 Returning RESULT Value transfer Type reference (TYPE) IF_BCFG_METADATA_COLLECTOR=>TY_T_TABLE_INFOS Metadata about a set of tables 20120321
# Exception Resumable Description Created on
1 CX_BCFG_INVALID_MAPPING raised if a mapping is invalid or missing 20120322
History
Last changed by/on SAP  20130531 
SAP Release Created in 732