SAP ABAP Interface IF_NHI_DELIVERY_UNIT_PROXY (Proxy class for HANA delivery unit)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CTS-HTC (Application Component) Hana Transport Container (ABAP)
⤷
SNHI_DELIVERY_UNIT_PROXY (Package) HANA Integraton: Delivery Unit Proxy

⤷

⤷

Properties
Interface | IF_NHI_DELIVERY_UNIT_PROXY | |
Short Description | Proxy class for HANA delivery unit |
General Data
Package | SNHI_DELIVERY_UNIT_PROXY | HANA Integraton: Delivery Unit Proxy |
Created | 20120530 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_NHI_DELIVERY_UNIT_PROXY has no forward declaration.
Interfaces
Interface IF_NHI_DELIVERY_UNIT_PROXY has no interface.
Friends
Interface IF_NHI_DELIVERY_UNIT_PROXY has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CO_TRANSPORT_OBJECT_NAME | Constant | Public | Type reference (TYPE) | TROBJTYPE | 'NHDU' | 20120530 |
Methods
Interface IF_NHI_DELIVERY_UNIT_PROXY has no method.
Events
Interface IF_NHI_DELIVERY_UNIT_PROXY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_DELIVERY_UNIT_PROXY | Public | See coding | 20120530 | BEGIN OF t_delivery_unit_proxy.
INCLUDE TYPE if_adt_tools_core_types=>ty_main_object AS main_object.
TYPES:
delivery_unit_name TYPE snhi_delivery_unit_name,
delivery_unit_vendor TYPE snhi_delivery_unit_vendor,
content TYPE snhi_du_proxy_content,
content_time_from TYPE char255,
content_time_to TYPE char255,
content_file_name TYPE snhi_du_content_file_name,
content_file_size TYPE i,
upload_content TYPE xsdboolean,
content_objects TYPE t_hana_objects,
content_objects_error TYPE string,
END OF t_delivery_unit_proxy
|
||
2 | T_HANA_OBJECT | Public | See coding | 20120530 | BEGIN OF t_hana_object,
tenant TYPE string,
package TYPE string,
name TYPE string,
type TYPE string,
END OF t_hana_object
|
||
3 | T_HANA_OBJECTS | Public | See coding | 20120530 | t_hana_objects TYPE STANDARD TABLE OF t_hana_object WITH DEFAULT KEY
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |