| # |
Type |
Visibility |
Typing |
Associated Type |
Description |
Created on |
Type Source |
| 1 |
ATTRIBUTE_MAPPING_S |
Public |
See coding |
|
|
20121004 |
BEGIN OF attribute_mapping_s,
namespace TYPE string,
name TYPE string,
value TYPE string,
END OF attribute_mapping_s
|
| 2 |
ATTRIBUTE_MAPPING_T |
Public |
See coding |
|
|
20121004 |
attribute_mapping_t TYPE HASHED TABLE OF attribute_mapping_s WITH UNIQUE KEY namespace name
|
| 3 |
CUSTOMIZABLE_FEED_MAPPINGS_S |
Public |
See coding |
|
|
20120924 |
BEGIN OF customizable_feed_mappings_s,
fc_keep_in_content TYPE boolean,
fc_content_kind TYPE string,
fc_ns_prefix TYPE string,
fc_ns_uri TYPE string,
fc_source_path TYPE string,
fc_target_path TYPE string,
END OF customizable_feed_mappings_s
|
| 4 |
FACETS_S |
Public |
See coding |
|
|
20120924 |
BEGIN OF facets_s ,
nullable TYPE string,
default TYPE string,
max_length TYPE i,
fixed_length TYPE string,
precision TYPE string,
scale TYPE string,
unicode TYPE string,
collation TYPE string,
concurrency_mode TYPE string ,
END OF facets_s
|
| 5 |
FUNCTION_IMPORT_PARAMETER_S |
Public |
See coding |
|
|
20121004 |
BEGIN OF function_import_parameter_s,
name TYPE string,
mode TYPE string,
gateway_extrn_name TYPE c LENGTH 40,
gateway_abap_name TYPE c LENGTH 30,
type TYPE qualified_name_s,
facets TYPE facets_s,
mapping TYPE mapping_s,
documentation TYPE ty_s_documentation,
annotation TYPE ty_s_annotations,
END OF function_import_parameter_s
|
| 6 |
FUNCTION_IMPORT_PARAMETER_T |
Public |
See coding |
|
|
20121004 |
function_import_parameter_t TYPE STANDARD TABLE OF function_import_parameter_s WITH KEY name
|
| 7 |
MAPPING_S |
Public |
See coding |
|
|
20121004 |
BEGIN OF mapping_s,
value TYPE string,
mime_type TYPE string,
attribute_mappings TYPE attribute_mapping_t,
END OF mapping_s
|
| 8 |
QUALIFIED_NAME_S |
Public |
See coding |
|
|
20121004 |
BEGIN OF qualified_name_s,
namespace TYPE string,
name TYPE string,
END OF qualified_name_s
|
| 9 |
RETURN_TYPE_S |
Public |
See coding |
|
|
20121004 |
BEGIN OF return_type_s,
type TYPE qualified_name_s,
multiplicity TYPE string,
END OF return_type_s
|
| 10 |
TY_RETURN_CODE |
Public |
See coding |
|
|
20121004 |
ty_return_code TYPE c LENGTH 1
|
| 11 |
TY_S_ACTION |
Public |
See coding |
|
|
20120924 |
BEGIN OF ty_s_action,
action_name TYPE string,
return_type TYPE return_type_s,
entity_name TYPE string,
method_name TYPE string,
parameters TYPE function_import_parameter_t,
docu TYPE ty_s_documentation,
annotation TYPE ty_s_annotations ,
gateway_extrn_action_name TYPE c LENGTH 40,
END OF ty_s_action
|
| 12 |
TY_S_ADMIN_DATA |
Public |
See coding |
|
|
20120925 |
BEGIN OF ty_s_admin_data,
mp_class_name TYPE c LENGTH 30,
dp_class_name TYPE c LENGTH 30,
package TYPE devclass,
transport_request TYPE trkorr,
rfc_dest TYPE rfcdest,
model_name TYPE /iwbep/med_mdl_technical_name,
model_version TYPE /iwbep/med_mdl_version,
model_description TYPE /iwbep/med_description,
service_name TYPE /iwbep/med_grp_technical_name,
service_version TYPE /iwbep/med_grp_version,
service_description TYPE /iwbep/med_description,
END OF ty_s_admin_data
|
| 13 |
TY_S_ANNOTATIONS |
Public |
See coding |
|
|
20120925 |
BEGIN OF ty_s_annotations,
elements TYPE ty_t_extelement,
attributes TYPE ty_t_extattribute,
data TYPE ty_t_data,
END OF ty_s_annotations
|
| 14 |
TY_S_ASSOCIATION |
Public |
See coding |
|
|
20120924 |
BEGIN OF ty_s_association,
name TYPE string,
association_set TYPE string ,
namespace TYPE string,
left_type TYPE string,
right_type TYPE string,
left_card TYPE c LENGTH 000001,
right_card TYPE c LENGTH 000001,
referential_constraint TYPE boolean ,
principle TYPE string,
dependent TYPE string,
annotations TYPE ty_s_annotations,
annotations_s_set TYPE ty_s_annotations,
gateway_extrn_name TYPE c LENGTH 40,
gateway_extrn_assoc_set TYPE c LENGTH 40,
END OF ty_s_association
|
| 15 |
TY_S_COMPLEX_MAPPING_INFO |
Public |
See coding |
|
|
20121008 |
BEGIN OF ty_s_complex_mapping_info ,
complex_typ_source_name TYPE string ,
it_mapping TYPE ty_t_mapping ,
END OF ty_s_complex_mapping_info
|
| 16 |
TY_S_COMPLEX_TYPE |
Public |
See coding |
|
|
20120924 |
BEGIN OF ty_s_complex_type,
name TYPE string,
is_media TYPE boolean,
docu TYPE ty_s_documentation,
properties TYPE ty_t_properties,
annotations TYPE ty_s_annotations,
gateway_extrn_name TYPE c LENGTH 40,
abstract TYPE boolean,
basetype TYPE qualified_name_s,
END OF ty_s_complex_type
|
| 17 |
TY_S_CREATE_ENTRY |
Public |
See coding |
|
|
20121005 |
BEGIN OF ty_s_create_entry ,
rfc_destination TYPE rfcdest ,
service_name TYPE string ,
entity_set_name TYPE string ,
entity_name TYPE string ,
entity_mapping_info TYPE ty_t_entity_mapping_info,
complex_mapping_info TYPE ty_t_complex_mapping_info,
navigation_path TYPE /iwbep/t_mgw_navigation_path ,
key_tab TYPE /iwbep/t_mgw_name_value_pair ,
http_headers TYPE tihttpnvp,
END OF ty_s_create_entry
|
| 18 |
TY_S_DATA |
Public |
See coding |
|
|
20120925 |
BEGIN OF ty_s_data,
name TYPE string,
data TYPE REF TO data,
END OF ty_s_data
|
| 19 |
TY_S_DELETE_ENTRY |
Public |
See coding |
|
|
20121008 |
BEGIN OF ty_s_delete_entry ,
rfc_destination TYPE rfcdest ,
service_name TYPE string ,
entity_set_name TYPE string ,
entity_name TYPE string ,
navigation_path TYPE /iwbep/t_mgw_navigation_path ,
key_tab TYPE /iwbep/t_mgw_name_value_pair ,
entity_mapping_info TYPE ty_t_entity_mapping_info ,
complex_mapping_info TYPE ty_t_complex_mapping_info ,
http_headers TYPE tihttpnvp,
END OF ty_s_delete_entry
|
| 20 |
TY_S_DOCUMENTATION |
Public |
See coding |
|
|
20120924 |
BEGIN OF ty_s_documentation,
summary TYPE string,
long_description TYPE string,
annotation TYPE ty_s_annotations,
END OF ty_s_documentation
|
| 21 |
TY_S_DUMMY_ENTITY |
Public |
See coding |
|
|
20130111 |
BEGIN OF ty_s_dummy_entity,
dummy_entity TYPE string,
complex_type TYPE string,
END OF ty_s_dummy_entity
|
| 22 |
TY_S_ENTITY |
Public |
See coding |
|
|
20120924 |
BEGIN OF ty_s_entity,
index TYPE i,
name TYPE string,
entity_set TYPE string,
is_media TYPE boolean,
docu TYPE ty_s_documentation,
properties TYPE ty_t_properties,
nav_props TYPE ty_t_nav_properties,
annotations TYPE ty_s_annotations,
annotations_e_set TYPE ty_s_annotations,
gateway_extrn_name TYPE c LENGTH 40,
gateway_extrn_entity_set TYPE c LENGTH 40,
abstract TYPE boolean,
basetype TYPE qualified_name_s,
END OF ty_s_entity
|
| 23 |
TY_S_ENTITYSET |
Public |
See coding |
|
|
20121220 |
BEGIN OF ty_s_entityset,
name TYPE string,
entity_type TYPE qualified_name_s,
docu TYPE ty_s_documentation,
annotations TYPE ty_s_annotations,
gateway_extrn_name TYPE c LENGTH 40,
END OF ty_s_entityset
|
| 24 |
TY_S_ENTITY_DATA |
Public |
See coding |
|
|
20121005 |
BEGIN OF ty_s_entity_data ,
rfc_destination TYPE rfcdest ,
service_name TYPE string ,
entity_set_name TYPE string ,
entity_name TYPE string ,
source_name TYPE string,
navigation_path TYPE /iwbep/t_mgw_navigation_path ,
key_tab TYPE /iwbep/t_mgw_name_value_pair ,
entity_mapping_info TYPE ty_t_entity_mapping_info,
complex_mapping_info TYPE ty_t_complex_mapping_info,
source_entity_set_name TYPE string,
http_headers TYPE tihttpnvp,
END OF ty_s_entity_data
|
| 25 |
TY_S_ENTITY_MAPPING_INFO |
Public |
See coding |
|
|
20121008 |
BEGIN OF ty_s_entity_mapping_info ,
entity_source_name TYPE string ,
it_mapping TYPE ty_t_mapping ,
END OF ty_s_entity_mapping_info
|
| 26 |
TY_S_EXTATTRIBUTE |
Public |
See coding |
|
|
20120925 |
BEGIN OF ty_s_extattribute ,
namespace TYPE string,
prefix TYPE string,
name TYPE string,
text TYPE string,
END OF ty_s_extattribute
|
| 27 |
TY_S_EXTELEMENT |
Public |
See coding |
|
|
20120925 |
BEGIN OF ty_s_extelement,
namespace TYPE string,
prefix TYPE string,
name TYPE string,
xmldata TYPE xsdany,
END OF ty_s_extelement
|
| 28 |
TY_S_FEED_DATA |
Public |
See coding |
|
|
20121005 |
BEGIN OF ty_s_feed_data ,
rfc_destination TYPE rfcdest ,
service_name TYPE string ,
entity_set_name TYPE string ,
source_entity_set_name TYPE string,
entity_name TYPE string ,
source_name TYPE string,
navigation_path TYPE /iwbep/t_mgw_navigation_path ,
key_tab TYPE /iwbep/t_mgw_name_value_pair ,
filter_string TYPE string ,
search_string TYPE string ,
order TYPE /iwbep/t_mgw_sorting_order ,
paging TYPE /iwbep/s_mgw_paging ,
entity_mapping_info TYPE ty_t_entity_mapping_info,
complex_mapping_info TYPE ty_t_complex_mapping_info,
http_headers TYPE tihttpnvp,
END OF ty_s_feed_data
|
| 29 |
TY_S_FUN_IMPORT_ENTRY |
Public |
See coding |
|
|
20121009 |
BEGIN OF ty_s_fun_import_entry ,
rfc_destination TYPE rfcdest ,
service_name TYPE string ,
action_name TYPE string ,
entity_mapping_info TYPE ty_t_entity_mapping_info,
complex_mapping_info TYPE ty_t_complex_mapping_info,
it_parameters TYPE /iwbep/t_mgw_name_value_pair ,
multiplicity TYPE c LENGTH 1,
http_headers TYPE tihttpnvp,
END OF ty_s_fun_import_entry
|
| 30 |
TY_S_HTTP_HEADER |
Public |
See coding |
|
|
20130322 |
ty_s_http_header TYPE LINE OF ty_t_http_headers
|
| 31 |
TY_S_MAPPING |
Public |
See coding |
|
|
20121005 |
BEGIN OF ty_s_mapping ,
ext_name TYPE c LENGTH 40 , "External Name
tech_name TYPE c LENGTH 30 , "Technical name
src_name TYPE string , "Source Name
END OF ty_s_mapping
|
| 32 |
TY_S_MEDIA_MAPPING |
Public |
See coding |
|
|
20130320 |
BEGIN OF ty_s_media_mapping,
mime_type_property_name TYPE string,
mime_src_property_name TYPE string,
END OF ty_s_media_mapping
|
| 33 |
TY_S_META_STRUCT |
Public |
See coding |
|
|
20121005 |
BEGIN OF ty_s_meta_struct,
entities TYPE /iwbep/if_oci_common=>ty_t_entities ,
associations TYPE /iwbep/if_oci_common=>ty_t_associations ,
actions TYPE /iwbep/if_oci_common=>ty_t_actions ,
complextypes TYPE /iwbep/if_oci_common=>ty_t_complex_type ,
src_metadata TYPE string ,
END OF ty_s_meta_struct
|
| 34 |
TY_S_NAV_PROPERTY |
Public |
See coding |
|
|
20120924 |
BEGIN OF ty_s_nav_property,
property_name TYPE string ,
association_name TYPE string,
annotations TYPE ty_s_annotations,
gateway_extrn_name TYPE c LENGTH 40,
gateway_abap_name TYPE c LENGTH 30,
END OF ty_s_nav_property
|
| 35 |
TY_S_PROPERTY |
Public |
See coding |
|
|
20120924 |
BEGIN OF ty_s_property,
name TYPE string ,
gateway_extrn_name TYPE c LENGTH 40,
gateway_abap_name TYPE c LENGTH 30,
* EDM types
edm_type TYPE c LENGTH 20,
facets TYPE facets_s ,
customizable_feed_mappings TYPE customizable_feed_mappings_s ,
edm_maxlength TYPE i,
nullable TYPE boolean,
is_key TYPE boolean,
is_complex TYPE boolean,
complex_prop_name TYPE string,
docu TYPE ty_s_documentation,
annotations TYPE ty_s_annotations,
END OF ty_s_property
|
| 36 |
TY_S_UPDATE_ENTRY |
Public |
See coding |
|
|
20121009 |
BEGIN OF ty_s_update_entry ,
rfc_destination TYPE rfcdest ,
service_name TYPE string ,
entity_set_name TYPE string ,
entity_name TYPE string ,
entity_mapping_info TYPE ty_t_entity_mapping_info,
complex_mapping_info TYPE ty_t_complex_mapping_info,
navigation_path TYPE /iwbep/t_mgw_navigation_path ,
key_tab TYPE /iwbep/t_mgw_name_value_pair ,
http_headers TYPE tihttpnvp,
END OF ty_s_update_entry
|
| 37 |
TY_T_ACTIONS |
Public |
See coding |
|
|
20120924 |
ty_t_actions TYPE STANDARD TABLE OF ty_s_action WITH KEY action_name
|
| 38 |
TY_T_ANNOTATIONS |
Public |
See coding |
|
|
20120925 |
ty_t_annotations TYPE STANDARD TABLE OF ty_s_annotations
|
| 39 |
TY_T_ASSOCIATIONS |
Public |
See coding |
|
|
20120924 |
ty_t_associations TYPE STANDARD TABLE OF ty_s_association WITH KEY name INITIAL SIZE 0
|
| 40 |
TY_T_COMPLEX_MAPPING_INFO |
Public |
See coding |
|
|
20121008 |
ty_t_complex_mapping_info TYPE SORTED TABLE OF ty_s_complex_mapping_info WITH UNIQUE KEY complex_typ_source_name
INITIAL SIZE 0
|
| 41 |
TY_T_COMPLEX_TYPE |
Public |
See coding |
|
|
20120924 |
ty_t_complex_type TYPE STANDARD TABLE OF ty_s_complex_type WITH KEY name INITIAL SIZE 0
|
| 42 |
TY_T_DATA |
Public |
See coding |
|
|
20120925 |
ty_t_data TYPE HASHED TABLE OF ty_s_data WITH UNIQUE KEY name
|
| 43 |
TY_T_DUMMY_ENTITIES |
Public |
See coding |
|
|
20130111 |
ty_t_dummy_entities TYPE STANDARD TABLE OF ty_s_dummy_entity
|
| 44 |
TY_T_ENTITIES |
Public |
See coding |
|
|
20120924 |
ty_t_entities TYPE STANDARD TABLE OF ty_s_entity WITH KEY name INITIAL SIZE 0
|
| 45 |
TY_T_ENTITYSETS |
Public |
See coding |
|
|
20121220 |
ty_t_entitysets TYPE STANDARD TABLE OF ty_s_entityset WITH KEY name INITIAL SIZE 0
|
| 46 |
TY_T_ENTITY_MAPPING_INFO |
Public |
See coding |
|
|
20121008 |
ty_t_entity_mapping_info TYPE SORTED TABLE OF ty_s_entity_mapping_info WITH UNIQUE KEY entity_source_name
INITIAL SIZE 0
|
| 47 |
TY_T_EXTATTRIBUTE |
Public |
See coding |
|
|
20120925 |
ty_t_extattribute TYPE STANDARD TABLE OF ty_s_extattribute WITH KEY namespace prefix name
|
| 48 |
TY_T_EXTELEMENT |
Public |
See coding |
|
|
20120925 |
ty_t_extelement TYPE STANDARD TABLE OF ty_s_extelement WITH KEY namespace prefix name
|
| 49 |
TY_T_HTTP_HEADERS |
Public |
See coding |
|
|
20130322 |
ty_t_http_headers TYPE RANGE OF /iwbep/oci_http_header
|
| 50 |
TY_T_MAPPING |
Public |
See coding |
|
|
20121005 |
ty_t_mapping TYPE STANDARD TABLE OF ty_s_mapping WITH DEFAULT KEY INITIAL SIZE 0
|
| 51 |
TY_T_NAV_PROPERTIES |
Public |
See coding |
|
|
20120924 |
ty_t_nav_properties TYPE STANDARD TABLE OF ty_s_nav_property
WITH KEY property_name INITIAL SIZE 0
|
| 52 |
TY_T_PROPERTIES |
Public |
See coding |
|
|
20120924 |
ty_t_properties TYPE STANDARD TABLE OF ty_s_property WITH KEY name INITIAL SIZE 0
|