SAP ABAP Class IF_BCFG_METADATA_COLLECTOR (Retrieves metadata from a remote system)
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
| Class | IF_BCFG_METADATA_COLLECTOR | |
| Short Description | Retrieves metadata from a remote system | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20120321 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_BCFG_METADATA_COLLECTOR has no interface implemented.
Friends
Class IF_BCFG_METADATA_COLLECTOR has no friend class.
Attributes
Class IF_BCFG_METADATA_COLLECTOR has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Retrieves metadata from remote system | 20120321 |
Events
Class 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 | IT_MAPPINGS | Call by reference | Type reference (TYPE) | IF_BCFG_CONFIG_CONTAINER=>TY_T_MAPPING_INFO | list of TY_S_MAPPING_INFO | 20120321 | |||
| 2 | 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 | raised if a mapping is invalid or missing | 20120322 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |