SAP ABAP Interface IF_HDS_TREE_EXCHANGE (HDS Tree Export/Import)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-FS-HDS (Application Component) Hierarchical Derivation Service
⤷
HDS_MANAGER (Package) Central Access to HDS

⤷

⤷

Properties
Interface | IF_HDS_TREE_EXCHANGE | |
Short Description | HDS Tree Export/Import |
General Data
Package | HDS_MANAGER | Central Access to HDS |
Created | 20090225 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
Interface IF_HDS_TREE_EXCHANGE has no forward declaration.
Interfaces
Interface IF_HDS_TREE_EXCHANGE has no interface.
Friends
Interface IF_HDS_TREE_EXCHANGE has no friend.
Attributes
Interface IF_HDS_TREE_EXCHANGE has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Export HDS Tree | 20090305 |
2 | ![]() |
Instance method | Public | Method | Export HDS Tree | 20090305 |
3 | ![]() |
Instance method | Public | Method | Import HDS Tree | 20090226 |
4 | ![]() |
Instance method | Public | Method | Import HDS Tree | 20090305 |
Events
Interface IF_HDS_TREE_EXCHANGE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTY_S_CONDTION | Public | See coding | Substructure Condition | 20090225 | BEGIN OF gty_s_condtion,
fieldname TYPE fieldname,
category TYPE hds_dte_condition_category,
low TYPE hds_dte_condition_value,
high TYPE hds_dte_condition_value,
END OF gty_s_condtion
|
|
2 | GTY_S_NODE | Public | See coding | Substructure Node | 20090225 | BEGIN OF gty_s_node,
node_id TYPE string,
parent_id TYPE string,
flg_active TYPE hds_dte_flg_active,
condtion TYPE gty_s_condtion,
target_string TYPE hds_dte_target_string,
END OF gty_s_node
|
|
3 | GTY_S_NODE_METADATA | Public | See coding | 20090225 | BEGIN OF gty_s_node_metadata,
source_type TYPE string,
target_type TYPE string,
END OF gty_s_node_metadata
|
||
4 | GTY_S_TREE_EXCHANGE_DATA | Public | See coding | 20090225 | BEGIN OF gty_s_tree_exchange_data,
orgin TYPE gty_s_tree_orgin,
node_metadata TYPE gty_s_node_metadata,
nodes TYPE gty_t_node,
END OF gty_s_tree_exchange_data
|
||
5 | GTY_S_TREE_ORGIN | Public | See coding | 20090225 | BEGIN OF gty_s_tree_orgin,
system TYPE sy-sysid,
client TYPE sy-mandt,
appl_id TYPE hds_str_ui_tree_properties-appl_id,
treecatg TYPE hds_str_ui_tree_properties-treecatg,
tree_id TYPE hds_str_ui_tree_properties-tree_id,
tree_timestamp TYPE xsddatetime_local,
change_user TYPE hds_dte_change_user,
export_time TYPE xsddatetime_local,
export_user TYPE sy-uname,
END OF gty_s_tree_orgin
|
||
6 | GTY_T_NODE | Public | See coding | Table Node | 20090225 | gty_t_node TYPE STANDARD TABLE OF gty_s_node WITH DEFAULT KEY
|
Method Signatures
Method EXPORT_TREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_STR_TREE_EXCHANGE_DATA | Call by reference | Type reference (TYPE) | GTY_S_TREE_EXCHANGE_DATA | Baumdaten | 20090305 | ||
2 | ![]() |
I_REF_EVENT_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_HDS_TREE_EVENT_HANDLER | Interface für Events des Baumes | 20090309 | ||
3 | ![]() |
I_REF_TREECATG | Call by reference | Object reference (TYPE REF TO) | CE_HDS_TREE_CATEGORY | Baumtyp | 20090305 | ||
4 | ![]() |
I_TREE_ID | Call by reference | Type reference (TYPE) | HDS_DTE_TREE_ID | ID/Name des Ableitungsbaums | 20090305 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Aktion konnte nicht durchgeführt werden | 20090305 | |
2 | ![]() |
Angefordertes Objekt/Ressource konnte nicht gefunden werden | 20090305 |
Method EXPORT_TREE_FROM_REF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_STR_TREE_EXCHANGE_DATA | Call by reference | Type reference (TYPE) | GTY_S_TREE_EXCHANGE_DATA | Baumdaten | 20090305 | ||
2 | ![]() |
I_REF_TREE | Call by reference | Object reference (TYPE REF TO) | IF_HDS_TREE_READ | Baumtyp | 20090305 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Aktion konnte nicht durchgeführt werden | 20090305 |
Method IMPORT_TREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_REF_EVENT_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_HDS_TREE_EVENT_HANDLER | Interface für Events des Baumes | 20090305 | ||
2 | ![]() |
I_REF_TREECATG | Call by reference | Object reference (TYPE REF TO) | CE_HDS_TREE_CATEGORY | Baumtyp | 20090226 | ||
3 | ![]() |
I_STR_TREE_EXCHANGE_DATA | Call by reference | Type reference (TYPE) | GTY_S_TREE_EXCHANGE_DATA | Baumdaten | 20090226 | ||
4 | ![]() |
I_TREE_ID | Call by reference | Type reference (TYPE) | HDS_DTE_TREE_ID | ID/Name des Ableitungsbaums | 20090226 | ||
5 | ![]() |
R_REF_TREE | Value transfer | Object reference (TYPE REF TO) | IF_HDS_TREE_WRITE | Interface zum Schreiben eines Baumes | 20090226 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Aktion konnte nicht durchgeführt werden | 20090226 |
Method IMPORT_TREE_TO_REF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_REF_TREE | Value transfer | Object reference (TYPE REF TO) | IF_HDS_TREE_WRITE | Interface zum Schreiben eines Baumes | 20090305 | ||
2 | ![]() |
I_STR_TREE_EXCHANGE_DATA | Call by reference | Type reference (TYPE) | GTY_S_TREE_EXCHANGE_DATA | 20090305 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Aktion konnte nicht durchgeführt werden | 20090305 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 720 |