SAP ABAP Interface IF_ARE_RECIEVING_METADATA (Interface for recieving metadata from archiving engine)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-FS-ARE (Application Component) Archiving Engine
⤷
ARFA_ARCHIVING_MIGRATION (Package) Migration Tool for Archiving Engine
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ARFA_METADATA | MetaData for the archiving factory | 20120320 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CTH_TDC_AR_METADATA_ACCESS | Test helper class for accessing engine metadata TDC | 20111102 |
Properties
| Interface | IF_ARE_RECIEVING_METADATA | |
| Short Description | Interface for recieving metadata from archiving engine |
General Data
| Package | ARFA_ARCHIVING_MIGRATION | Migration Tool for Archiving Engine |
| Created | 20111019 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | CL_ARE_MIGRATION_TOOL | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Interface IF_ARE_RECIEVING_METADATA has no interface.
Friends
Interface IF_ARE_RECIEVING_METADATA has no friend.
Attributes
Interface IF_ARE_RECIEVING_METADATA has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20111019 |
Events
Interface IF_ARE_RECIEVING_METADATA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_BUSINESS_CHECKS | Public | See coding | 20111021 | BEGIN OF ty_s_business_checks,
module_analyze TYPE typ_fubname_analyze,
END OF ty_s_business_checks
|
||
| 2 | TY_S_DELETE_METADATA | Public | See coding | 20111019 | BEGIN OF ty_s_delete_metadata ,
header_tab TYPE typ_headertab,
businesskey TYPE typ_conglomerate_key,
END OF ty_s_delete_metadata
|
||
| 3 | TY_S_FIELD_OFFSET | Public | See coding | 20120402 | BEGIN OF ty_s_field_offset,
fieldname TYPE fieldname,
offset TYPE i,
length TYPE i,
END OF ty_s_field_offset
|
||
| 4 | TY_S_FM_EVENTID | Public | See coding | 20120402 | BEGIN OF ty_s_fm_eventid,
fmname TYPE rs38l_fnam,
eventid TYPE c LENGTH 4,
END OF ty_s_fm_eventid
|
||
| 5 | TY_S_PARAM_COLNAME | Public | See coding | 20120402 | BEGIN OF ty_s_param_colname,
param TYPE char8,
colname TYPE char30,
END OF ty_s_param_colname
|
||
| 6 | TY_S_PREPROC_METADATA | Public | See coding | 20111019 | BEGIN OF ty_s_preproc_metadata,
header_tab TYPE typ_headertab,
businesskey TYPE typ_conglomerate_key,
residence_type TYPE typ_metric,
projection_structure TYPE typ_analyzestructure,
addon_structure TYPE typ_analyzestructure_extended,
module_enhance TYPE typ_module_enhance_data,
module_scheduling_det TYPE typ_module_metric_basis,
module_residence TYPE typ_module_distance_get,
resubmission_period TYPE typ_follow_up_period,
resubmission_unit TYPE typ_follow_up_unit,
analyze_orderby TYPE typ_arfa_order,
condense TYPE typ_condense,
analysis_strategy TYPE typ_analyze_strategy,
residence_min TYPE typ_residence_min,
residence TYPE typ_residence,
residence_unit TYPE typ_residence_unit,
maxcount TYPE typ_p_maxcount,
packagesize TYPE typ_p_packagesize,
view_status_upd TYPE typ_status_update,
END OF ty_s_preproc_metadata
|
||
| 7 | TY_S_WRITE_METADATA | Public | See coding | 20111019 | BEGIN OF ty_s_write_metadata ,
header_tab TYPE typ_headertab,
businesskey TYPE typ_conglomerate_key,
analyze_orderby TYPE typ_arfa_order,
projection_structure TYPE typ_analyzestructure,
condense TYPE typ_condense,
maxcount TYPE typ_p_maxcount,
packagesize TYPE typ_p_packagesize,
END OF ty_s_write_metadata
|
||
| 8 | TY_T_BUSINESS_CHECKS | Public | See coding | 20111021 | ty_t_business_checks TYPE STANDARD TABLE OF ty_s_business_checks WITH DEFAULT KEY
|
||
| 9 | TY_T_FIELD_OFFSET | Public | See coding | 20120402 | ty_t_field_offset TYPE STANDARD TABLE OF ty_s_field_offset
|
||
| 10 | TY_T_FM_EVENTID | Public | See coding | 20120402 | ty_t_fm_eventid TYPE STANDARD TABLE OF ty_s_fm_eventid
|
||
| 11 | TY_T_LOG_MSGS | Public | See coding | 20111024 | ty_t_log_msgs TYPE STANDARD TABLE OF bal_s_msg
|
||
| 12 | TY_T_PARAM_COLNAME | Public | See coding | 20120402 | ty_t_param_colname TYPE STANDARD TABLE OF ty_s_param_colname WITH DEFAULT KEY
|
Method Signatures
Method GET_METADATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_DELETE_METADATA | Call by reference | Type reference (TYPE) | TY_S_DELETE_METADATA | Structure defination of write metadata | 20111019 | |||
| 2 | ES_PREPROC_METADATA | Call by reference | Type reference (TYPE) | TY_S_PREPROC_METADATA | Structure defination of write metadata | 20111019 | |||
| 3 | ES_WRITE_METADATA | Call by reference | Type reference (TYPE) | TY_S_WRITE_METADATA | Structure defination of write metadata | 20111019 | |||
| 4 | ET_ARCHIVING_CLASSES | Call by reference | Type reference (TYPE) | TYP_T_TARCHENGINE05 | Archiving classes | 20111024 | |||
| 5 | ET_BUSINESS_CHECKS | Call by reference | Type reference (TYPE) | TY_T_BUSINESS_CHECKS | Table of Business check function modules | 20111021 | |||
| 6 | ET_READ_PLUGIN | Call by reference | Type reference (TYPE) | TYP_T_TARCHENGINE04 | Assignment: DB GET Function Module <-> Tables + Attributes | 20111021 | |||
| 7 | IS_USER_PARAM | Call by reference | Type reference (TYPE) | ARE_USER_PARAM | User parameter for archiving engine migration tool | 20111019 |
Method GET_METADATA on Interface IF_ARE_RECIEVING_METADATA has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |