| # |
Type |
Visibility |
Typing |
Associated Type |
Description |
Created on |
Type Source |
| 1 |
TY_E_ANNO_VALUE |
Public |
Type reference (TYPE) |
TY_E_MED_ANNO_VALUE |
|
20110406 |
|
| 2 |
TY_E_MDL_TECH_NAME |
Public |
Type reference (TYPE) |
/IWBEP/MED_MDL_TECHNICAL_NAME |
|
20110223 |
|
| 3 |
TY_E_MDL_VERSION |
Public |
Type reference (TYPE) |
/IWBEP/MED_MDL_VERSION |
|
20110223 |
|
| 4 |
TY_E_MED_ANNO_KEY |
Public |
Type reference (TYPE) |
/IWBEP/MED_ANNOTATION_KEY |
|
20110309 |
|
| 5 |
TY_E_MED_ANNO_MAP_TYPE |
Public |
See coding |
|
|
20110309 |
ty_e_med_anno_map_type TYPE c LENGTH 2
|
| 6 |
TY_E_MED_ANNO_NSP |
Public |
Type reference (TYPE) |
/IWBEP/MED_ANNO_NAMESPACE |
|
20110309 |
|
| 7 |
TY_E_MED_ANNO_VALUE |
Public |
Type reference (TYPE) |
STRING |
|
20110309 |
|
| 8 |
TY_E_MED_CACHE_KEY |
Public |
See coding |
|
|
20110907 |
ty_e_med_cache_key TYPE c LENGTH 81
|
| 9 |
TY_E_MED_CARDINALITY |
Public |
See coding |
|
|
20110205 |
ty_e_med_cardinality TYPE c LENGTH 1
|
| 10 |
TY_E_MED_CONTAINER_TYPE |
Public |
See coding |
|
|
20110205 |
ty_e_med_container_type TYPE c LENGTH 1
|
| 11 |
TY_E_MED_CONV_EXIT |
Public |
See coding |
|
|
20110621 |
ty_e_med_conv_exit TYPE c LENGTH 5
|
| 12 |
TY_E_MED_EDM_TYPE |
Public |
See coding |
|
|
20110204 |
ty_e_med_edm_type TYPE c LENGTH 20
|
| 13 |
TY_E_MED_ENTITY_ID |
Public |
Type reference (TYPE) |
/IWBEP/MED_ENTITY_ID |
|
20110204 |
|
| 14 |
TY_E_MED_ENTITY_NAME |
Public |
Type reference (TYPE) |
/IWBEP/MED_EXTERNAL_NAME |
|
20110204 |
|
| 15 |
TY_E_MED_ENTITY_TYPE |
Public |
See coding |
|
|
20110205 |
ty_e_med_entity_type TYPE c LENGTH 1
|
| 16 |
TY_E_MED_FUNCTION_TYPE |
Public |
See coding |
|
|
20110206 |
ty_e_med_function_type TYPE c LENGTH 1
|
| 17 |
TY_E_MED_HTTP_METHOD |
Public |
See coding |
|
|
20110322 |
ty_e_med_http_method TYPE c LENGTH 6
|
| 18 |
TY_E_MED_INTERNAL_NAME |
Public |
See coding |
|
|
20110204 |
ty_e_med_internal_name TYPE c LENGTH 40
|
| 19 |
TY_E_MED_SEMANTIC |
Public |
See coding |
|
|
20110204 |
ty_e_med_semantic TYPE c LENGTH 20
|
| 20 |
TY_E_MED_TECHNICAL_NAME |
Public |
Type reference (TYPE) |
TY_E_MED_INTERNAL_NAME |
|
20120319 |
|
| 21 |
TY_E_MED_TEXT_ELEMENT_TYPE |
Public |
See coding |
|
|
20110718 |
ty_e_med_text_element_type TYPE c LENGTH 1
|
| 22 |
TY_E_MED_TEXT_KEY |
Public |
Type reference (TYPE) |
STRING |
|
20110223 |
|
| 23 |
TY_E_MED_TEXT_OBJ_TYPE |
Public |
See coding |
|
|
20110205 |
ty_e_med_text_obj_type TYPE c LENGTH 2
|
| 24 |
TY_E_REFERENCE_TYPE |
Public |
See coding |
|
|
20110205 |
ty_e_reference_type TYPE c LENGTH 1
|
| 25 |
TY_S_EXTENDING_SERVICE |
Public |
See coding |
|
|
20140407 |
BEGIN OF ty_s_extending_service,
technical_name TYPE /iwbep/med_grp_technical_name,
version TYPE /iwbep/med_grp_version,
END OF ty_s_extending_service
|
| 26 |
TY_S_MED_ABAP_FDDESC |
Public |
See coding |
|
|
20110315 |
BEGIN OF ty_s_med_abap_fddesc,
type TYPE inttype, "Internal data type (internal ABAP type)
length TYPE intlen, "Internal Length in Bytes
decimals TYPE decimals, "Number of Decimal Places
END OF ty_s_med_abap_fddesc
|
| 27 |
TY_S_MED_ANNOTATION |
Public |
See coding |
|
|
20110206 |
BEGIN OF ty_s_med_annotation,
namespace TYPE ty_e_med_anno_nsp,
valueset TYPE ty_t_med_annotation_vs,
END OF ty_s_med_annotation
|
| 28 |
TY_S_MED_ANNOTATION_VS |
Public |
See coding |
|
|
20110209 |
BEGIN OF ty_s_med_annotation_vs,
key TYPE ty_e_med_anno_key,
value TYPE ty_e_med_anno_value,
mapping_type TYPE ty_e_med_anno_map_type,
children TYPE ty_t_med_anno_valuset,
is_ref_anno TYPE boolean,
END OF ty_s_med_annotation_vs
|
| 29 |
TY_S_MED_ANNO_VALUSET |
Public |
See coding |
|
|
20110206 |
BEGIN OF ty_s_med_anno_valuset,
key TYPE ty_e_med_anno_key,
value TYPE ty_e_med_anno_value,
END OF ty_s_med_anno_valuset
|
| 30 |
TY_S_MED_DOCUMENTATION |
Public |
See coding |
|
|
20120910 |
BEGIN OF ty_s_med_documentation,
documentation_id TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_id,
target_id TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_id,
target_external_name TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_name,
END OF ty_s_med_documentation
|
| 31 |
TY_S_MED_ENTITY_ANNOS |
Public |
See coding |
|
|
20110209 |
BEGIN OF ty_s_med_entity_annos,
entity_id TYPE ty_s_med_entity_id,
annotations TYPE ty_t_med_annotation,
END OF ty_s_med_entity_annos
|
| 32 |
TY_S_MED_ENTITY_ID |
Public |
See coding |
|
|
20110302 |
BEGIN OF ty_s_med_entity_id,
uuid TYPE ty_e_med_entity_id,
uuid_type TYPE c LENGTH 1,
END OF ty_s_med_entity_id
|
| 33 |
TY_S_MED_ENTITY_PARAMETER |
Public |
See coding |
|
|
20110206 |
BEGIN OF ty_s_med_entity_parameter,
name TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_name,
entity_id TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_id,
END OF ty_s_med_entity_parameter
|
| 34 |
TY_S_MED_ENTITY_TYPE |
Public |
See coding |
|
|
20110205 |
BEGIN OF ty_s_med_entity_type,
name TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_internal_name,
external_name TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_name,
entity_id TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_id,
set_names TYPE /iwbep/if_mgw_med_odata_types=>ty_t_med_ext_names,
abstract TYPE abap_bool,
subscribable TYPE boolean,
creatable TYPE boolean,
updatable TYPE boolean,
deletable TYPE boolean,
pageable TYPE boolean,
addressable TYPE boolean,
attribute_struct TYPE string,
freetext_search TYPE boolean,
filter_required TYPE boolean,
type TYPE ty_e_med_container_type,
is_media_type TYPE boolean,
is_disabled TYPE boolean,
semantic TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_semantic,
properties TYPE /iwbep/if_mgw_med_odata_types=>ty_t_med_properties,
no_conversions TYPE abap_bool,
source_name TYPE string,
END OF ty_s_med_entity_type
|
| 35 |
TY_S_MED_EXTERNAL_MODEL_USAGE |
Public |
See coding |
|
|
20110927 |
BEGIN OF ty_s_med_external_model_usage,
bep_usage TYPE ty_s_med_ext_model_usage_bep,
ext_usage TYPE ty_s_med_ext_model_usage_ext,
END OF ty_s_med_external_model_usage
|
| 36 |
TY_S_MED_EXT_MODEL_USAGE_BEP |
Public |
See coding |
|
|
20111027 |
BEGIN OF ty_s_med_ext_model_usage_bep,
service_identifier TYPE /iwbep/med_grp_technical_name,
service_version TYPE /iwbep/med_grp_version,
model_identifier TYPE /iwbep/med_mdl_technical_name,
model_version TYPE /iwbep/med_mdl_version,
END OF ty_s_med_ext_model_usage_bep
|
| 37 |
TY_S_MED_EXT_MODEL_USAGE_EXT |
Public |
See coding |
|
|
20111027 |
BEGIN OF ty_s_med_ext_model_usage_ext,
external_mapping_id TYPE /iwbep/med_external_mapping_id,
END OF ty_s_med_ext_model_usage_ext
|
| 38 |
TY_S_MED_FUNCTION |
Public |
See coding |
|
|
20110206 |
BEGIN OF ty_s_med_function,
name TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_internal_name,
external_name TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_name,
entity_id TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_id,
multiplicity TYPE ty_e_med_cardinality,
operation_type TYPE ty_e_med_function_type,
freetext_search TYPE boolean,
enabled TYPE boolean,
is_disabled TYPE boolean,
input_node TYPE ty_e_med_entity_id,
output_node TYPE ty_e_med_entity_id,
semantic TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_semantic,
source_name TYPE string,
END OF ty_s_med_function
|
| 39 |
TY_S_MED_HEADER |
Public |
See coding |
|
|
20110217 |
BEGIN OF ty_s_med_header,
ext_model_tname TYPE ty_e_mdl_tech_name, "technical name of the external model
changed_timestmp TYPE timestamp,
no_conversions TYPE abap_bool,
source_info_class TYPE /iwbep/med_definition_class, "Optional: Name of the model provider class if it implements interface /IWBEP/IF_MGW_MED_SOURCE_INFO
schema_namespace TYPE string,
service_schema_version TYPE /iwbep/med_srv_schema_version,
use_batch TYPE abap_bool,
soft_state_enabled TYPE abap_bool,
extending_service TYPE ty_s_extending_service, "Name of the extending service if this service is extended
END OF ty_s_med_header
|
| 40 |
TY_S_MED_MAPPING |
Public |
See coding |
|
|
20110216 |
BEGIN OF ty_s_med_mapping,
reference_id TYPE ty_e_med_entity_id,
target_path TYPE string,
source_path TYPE string,
is_disabled TYPE boolean,
is_principal_left TYPE boolean,
END OF ty_s_med_mapping
|
| 41 |
TY_S_MED_MDL_USAGE |
Public |
See coding |
|
|
20120323 |
BEGIN OF ty_s_med_mdl_usage,
service_name TYPE /iwbep/med_grp_technical_name,
service_version TYPE /iwbep/med_grp_version,
model_name TYPE /iwbep/med_mdl_technical_name,
model_version TYPE /iwbep/med_mdl_version,
END OF ty_s_med_mdl_usage
|
| 42 |
TY_S_MED_MODEL |
Public |
See coding |
|
|
20110907 |
BEGIN OF ty_s_med_model,
entities TYPE ty_t_med_entity_types,
references TYPE ty_t_med_reference,
operations TYPE ty_t_med_functions,
text_keys TYPE ty_t_med_texts,
documentation TYPE ty_t_med_documentation,
tags TYPE ty_t_med_service_tags,
private_annotations TYPE ty_t_med_entity_annos,
public_annotations TYPE ty_t_med_entity_annos,
mapping TYPE ty_t_med_mapping,
header TYPE ty_s_med_header,
model_usages TYPE ty_t_med_mdl_usage,
model_usage TYPE ty_s_med_model_usage,
vocan_model TYPE ty_s_vocan_model,
END OF ty_s_med_model
|
| 43 |
TY_S_MED_MODEL_USAGE |
Public |
See coding |
|
|
20110927 |
BEGIN OF ty_s_med_model_usage,
external_t TYPE ty_t_med_external_model_usage,
END OF ty_s_med_model_usage
|
| 44 |
TY_S_MED_OBJ_TEXTS |
Public |
See coding |
|
|
20110218 |
BEGIN OF ty_s_med_obj_texts,
text_langu TYPE langu,
txt_object_type TYPE ty_e_med_text_obj_type,
txt_object_id TYPE ty_e_med_text_key,
text_elements TYPE ty_t_med_txt_elements,
END OF ty_s_med_obj_texts
|
| 45 |
TY_S_MED_PROPERTY |
Public |
See coding |
|
|
20110205 |
BEGIN OF ty_s_med_property,
name TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_internal_name,
external_name TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_name,
entity_id TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_id,
decimals TYPE i,
length TYPE i,
core_type TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_edm_type,
conv_exit TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_conv_exit,
input_mask TYPE string,
is_key TYPE boolean,
is_optional TYPE boolean,
is_read_only TYPE boolean,
creatable TYPE boolean,
filterable TYPE boolean,
sortable TYPE boolean,
is_disabled TYPE boolean,
internal_type TYPE abap_typekind ,
internal_length TYPE i,
semantic TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_semantic,
no_conversions TYPE abap_bool,
source_name TYPE string,
round_sign TYPE char1, "Unit amount only: + up, - down, X commercial, b no rounding)
is_length_set TYPE boolean, "Check flag whether the length is set by APIs
is_decimals_set TYPE boolean, "Check flag whether the decimal is set by APIs
is_etag TYPE boolean, "Property is declared as eTag
internal_type_org TYPE abap_typekind, " Original Internal Type, used for currency and unit code
END OF ty_s_med_property
|
| 46 |
TY_S_MED_REFERENCE |
Public |
See coding |
|
|
20110205 |
BEGIN OF ty_s_med_reference,
name TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_internal_name,
external_name TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_name,
entity_id TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_id,
set_names TYPE /iwbep/if_mgw_med_odata_types=>ty_t_med_ext_names,
source_entity_id TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_id,
target_entity_id TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_id,
target_mdl_ident TYPE /iwbep/med_model_identifier,
source_card TYPE ty_e_med_cardinality,
target_card TYPE ty_e_med_cardinality,
reference_type TYPE ty_e_reference_type,
is_disabled TYPE boolean,
semantic TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_semantic,
source_name TYPE string,
END OF ty_s_med_reference
|
| 47 |
TY_S_MED_SERVICE_TAG |
Public |
See coding |
|
Tag (keyword) of an OData Service |
20130116 |
BEGIN OF ty_s_med_service_tag,
tag_id TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_id,
END OF ty_s_med_service_tag
|
| 48 |
TY_S_MED_TEXT |
Public |
See coding |
|
|
20110205 |
BEGIN OF ty_s_med_text,
entity_id TYPE ty_e_med_entity_id,
txt_object_type TYPE ty_e_med_text_obj_type,
txt_object_id TYPE string,
text_element_type TYPE ty_e_med_text_element_type,
END OF ty_s_med_text
|
| 49 |
TY_S_MED_TXT_ELEMENTS |
Public |
See coding |
|
|
20110218 |
BEGIN OF ty_s_med_txt_elements,
text_element_type TYPE c LENGTH 1,
text TYPE string,
END OF ty_s_med_txt_elements
|
| 50 |
TY_S_MGW_ODATA_PROPERTY |
Public |
See coding |
|
|
20110205 |
BEGIN OF ty_s_mgw_odata_property,
external_name TYPE /iwbep/med_external_name,
property TYPE REF TO /iwbep/if_mgw_odata_property,
END OF ty_s_mgw_odata_property
|
| 51 |
TY_S_VOCAN_ANN2SER_REF |
Public |
See coding |
|
|
20130902 |
BEGIN OF ty_s_vocan_ann2ser_ref,
serv_tech_name TYPE /iwbep/med_grp_technical_name,
serv_ext_name TYPE /iwbep/med_grp_external_name,
version TYPE /iwbep/med_grp_version,
namespace TYPE /iwbep/med_grp_namespace,
is_main_service TYPE /iwbep/med_va_is_life_control,
includes TYPE ty_t_vocan_vocab_includes.
TYPES: END OF ty_s_vocan_ann2ser_ref
|
| 52 |
TY_S_VOCAN_ANNOTATION |
Public |
See coding |
|
Vocabulary Annotation data |
20130220 |
BEGIN OF ty_s_vocan_annotation,
entity_id TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_id,
term TYPE string, "the term bound by the annotation.
qualifier TYPE string. "used to discriminate between multiple bindings of the same property or type.
INCLUDE TYPE ty_s_vocan_expression_key.
TYPES: END OF ty_s_vocan_annotation
|
| 53 |
TY_S_VOCAN_ANNOTATION_ID |
Public |
See coding |
|
Vocabulary Annotation ID |
20130220 |
BEGIN OF ty_s_vocan_annotation_id,
annotation_id TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_id,
END OF ty_s_vocan_annotation_id
|
| 54 |
TY_S_VOCAN_ANNO_REF |
Public |
See coding |
|
|
20130513 |
BEGIN OF ty_s_vocan_anno_ref,
annofile_id TYPE /iwbep/med_vocab_id,
annofile_version TYPE /iwbep/med_vocab_version,
includes TYPE ty_t_vocan_vocab_includes,
END OF ty_s_vocan_anno_ref
|
| 55 |
TY_S_VOCAN_ANN_TARGET |
Public |
See coding |
|
Vocabulary Annotation Target data |
20130220 |
BEGIN OF ty_s_vocan_ann_target,
entity_id TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_id,
target TYPE string,
qualifier TYPE string, "used to discriminate between multiple bindings of the same property or type.
namespace_qualifier TYPE string, "used to store the namespace alias
annotation_ids TYPE ty_t_vocan_annotation_ids,
END OF ty_s_vocan_ann_target
|
| 56 |
TY_S_VOCAN_COLLECTION |
Public |
See coding |
|
Vocabulary Annotation Collection data |
20130220 |
BEGIN OF ty_s_vocan_collection,
entity_id TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_id,
expression_keys TYPE ty_t_vocan_expression_keys,
END OF ty_s_vocan_collection
|
| 57 |
TY_S_VOCAN_EXPRESSION_KEY |
Public |
See coding |
|
Vocabulary Annotation Expression Key |
20130221 |
BEGIN OF ty_s_vocan_expression_key,
expression_id TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_id,
expression_type TYPE c LENGTH 10, "See GCS_VOCAN_EXPRESSION_TYPES
END OF ty_s_vocan_expression_key
|
| 58 |
TY_S_VOCAN_FUNCTION |
Public |
See coding |
|
Vocabulary Annotation Function data |
20130220 |
BEGIN OF ty_s_vocan_function,
entity_id TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_id,
name TYPE string,
fun_param_ids TYPE ty_t_vocan_fun_param_ids,
END OF ty_s_vocan_function
|
| 59 |
TY_S_VOCAN_FUN_PARAM |
Public |
See coding |
|
Vocabulary Annotation Function Parameter data |
20130220 |
BEGIN OF ty_s_vocan_fun_param,
entity_id TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_id.
INCLUDE TYPE ty_s_vocan_expression_key.
TYPES: END OF ty_s_vocan_fun_param
|
| 60 |
TY_S_VOCAN_FUN_PARAM_ID |
Public |
See coding |
|
Vocabulary Annotation Function Parameter ID |
20130221 |
BEGIN OF ty_s_vocan_fun_param_id,
fun_param_id TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_id,
END OF ty_s_vocan_fun_param_id
|
| 61 |
TY_S_VOCAN_HEADER |
Public |
See coding |
|
|
20130422 |
BEGIN OF ty_s_vocan_header,
* ext_model_tname TYPE ty_e_mdl_tech_name, "technical name of the external model
changed_timestmp TYPE timestamp,
* no_conversions TYPE abap_bool,
* source_info_class TYPE /iwbep/med_definition_class, "Optional: Name of the model provider class if it implements interface /IWBEP/IF_MGW_MED_SOURCE_INFO
END OF ty_s_vocan_header
|
| 62 |
TY_S_VOCAN_LABEL_ELEM |
Public |
See coding |
|
Vocabulary Annotation Labeled Element data |
20130225 |
BEGIN OF ty_s_vocan_label_elem,
entity_id TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_id,
name TYPE string.
INCLUDE TYPE ty_s_vocan_expression_key.
TYPES: END OF ty_s_vocan_label_elem
|
| 63 |
TY_S_VOCAN_MODEL |
Public |
See coding |
|
Vocabulary Annotation Model data |
20130221 |
BEGIN OF ty_s_vocan_model,
header TYPE ty_s_vocan_header, "Header information of the Vocan model
referenced_anno_files TYPE ty_t_vocan_ser2ann_refs, "References TO this Service defined in the Annotation Files Repository
vocab_references TYPE ty_t_vocan_vocab_refs, "References TO an Vocabulary
annofile_references TYPE ty_t_vocan_anno_refs, "References TO an Annnotaion File
referenced_services TYPE ty_t_vocan_ann2ser_refs, "References TO Services of this annotation file
annotation_targets TYPE ty_t_vocan_ann_targets, "Vocabulary Annotation Targets
annotations TYPE ty_t_vocan_annotations, "Vocabulary Annotation
collections TYPE ty_t_vocan_collections, "Vocabulary Annotation Collections
records TYPE ty_t_vocan_records, "Vocabulary Annotation Records
properties TYPE ty_t_vocan_properties, "Vocabulary Annotation Properties
simple_values TYPE ty_t_vocan_simple_vals, "Vocabulary Annotation Simple Values
functions TYPE ty_t_vocan_functions, "Vocabulary Annotation Functions
function_params TYPE ty_t_vocan_fun_params, "Vocabulary Annotation Function Parameters
urls TYPE ty_t_vocan_urls, "Vocabulary Annotation URLs
labeled_elements TYPE ty_t_vocan_label_elems, "Vocabulary Annotation Labeled Elements
END OF ty_s_vocan_model
|
| 64 |
TY_S_VOCAN_PROPERTY |
Public |
See coding |
|
Vocabulary Annotation Property data |
20130220 |
BEGIN OF ty_s_vocan_property,
entity_id TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_id,
name TYPE string.
INCLUDE TYPE ty_s_vocan_expression_key.
TYPES: END OF ty_s_vocan_property
|
| 65 |
TY_S_VOCAN_PROPERTY_ID |
Public |
See coding |
|
Vocabulary Annotation Property ID |
20130221 |
BEGIN OF ty_s_vocan_property_id,
property_id TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_id,
END OF ty_s_vocan_property_id
|
| 66 |
TY_S_VOCAN_RECORD |
Public |
See coding |
|
Vocabulary Annotation Record data |
20130220 |
BEGIN OF ty_s_vocan_record,
entity_id TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_id,
property_ids TYPE ty_t_vocan_property_ids,
type TYPE string,
END OF ty_s_vocan_record
|
| 67 |
TY_S_VOCAN_SER2ANN_REF |
Public |
See coding |
|
Reference from a Service to an Annotation file |
20130308 |
BEGIN OF ty_s_vocan_ser2ann_ref,
anno_tech_name TYPE /iwbep/med_va_file_tech_name,
anno_version TYPE /iwbep/med_va_file_version,
is_main_service TYPE /iwbep/med_va_is_life_control,
description TYPE /iwbep/med_description.
TYPES: END OF ty_s_vocan_ser2ann_ref
|
| 68 |
TY_S_VOCAN_SIMPLE_VAL |
Public |
See coding |
|
Vocabulary Annotation Simple Value data |
20130220 |
BEGIN OF ty_s_vocan_simple_val,
entity_id TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_id,
type TYPE c LENGTH 10 , " See GCS_VOCAN_SIMPLE_VALUES
string_like_value TYPE string, " STRING value or PATH value
integer_value TYPE int4,
boolean_value TYPE abap_bool,
END OF ty_s_vocan_simple_val
|
| 69 |
TY_S_VOCAN_URL |
Public |
See coding |
|
Vocabulary Annotation URL data |
20130225 |
BEGIN OF ty_s_vocan_url,
entity_id TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_entity_id.
INCLUDE TYPE ty_s_vocan_expression_key.
TYPES: END OF ty_s_vocan_url
|
| 70 |
TY_S_VOCAN_VOCAB_INCLUDE_S |
Public |
See coding |
|
|
20130424 |
BEGIN OF ty_s_vocan_vocab_include_s,
namespace TYPE string,
alias TYPE string,
END OF ty_s_vocan_vocab_include_s
|
| 71 |
TY_S_VOCAN_VOCAB_REF |
Public |
See coding |
|
Vocabulary File Reference |
20130225 |
BEGIN OF ty_s_vocan_vocab_ref,
vocab_id TYPE /iwbep/med_vocab_id,
vocab_version TYPE /iwbep/med_vocab_version,
origin TYPE string,
includes TYPE ty_t_vocan_vocab_includes,
END OF ty_s_vocan_vocab_ref
|
| 72 |
TY_T_MED_ANNOTATION |
Public |
See coding |
|
|
20110206 |
ty_t_med_annotation TYPE STANDARD TABLE OF ty_s_med_annotation WITH DEFAULT KEY
|
| 73 |
TY_T_MED_ANNOTATION_VS |
Public |
See coding |
|
|
20110209 |
ty_t_med_annotation_vs TYPE STANDARD TABLE OF ty_s_med_annotation_vs WITH DEFAULT KEY
|
| 74 |
TY_T_MED_ANNO_VALUSET |
Public |
See coding |
|
|
20110206 |
ty_t_med_anno_valuset TYPE STANDARD TABLE OF ty_s_med_anno_valuset WITH DEFAULT KEY
|
| 75 |
TY_T_MED_DOCUMENTATION |
Public |
See coding |
|
|
20120910 |
ty_t_med_documentation TYPE STANDARD TABLE OF ty_s_med_documentation WITH DEFAULT KEY
|
| 76 |
TY_T_MED_ENTITY_ANNOS |
Public |
See coding |
|
|
20110209 |
ty_t_med_entity_annos TYPE STANDARD TABLE OF ty_s_med_entity_annos WITH DEFAULT KEY
|
| 77 |
TY_T_MED_ENTITY_TYPES |
Public |
See coding |
|
|
20110205 |
ty_t_med_entity_types TYPE STANDARD TABLE OF ty_s_med_entity_type WITH DEFAULT KEY
|
| 78 |
TY_T_MED_EXTERNAL_MODEL_USAGE |
Public |
See coding |
|
|
20110927 |
ty_t_med_external_model_usage TYPE STANDARD TABLE OF ty_s_med_external_model_usage WITH DEFAULT KEY
|
| 79 |
TY_T_MED_EXT_NAMES |
Public |
See coding |
|
|
20110217 |
ty_t_med_ext_names TYPE STANDARD TABLE OF ty_e_med_entity_name WITH DEFAULT KEY
|
| 80 |
TY_T_MED_FUNCTIONS |
Public |
See coding |
|
|
20110206 |
ty_t_med_functions TYPE STANDARD TABLE OF ty_s_med_function WITH DEFAULT KEY
|
| 81 |
TY_T_MED_INTERNAL_NAMES |
Public |
See coding |
|
|
20110218 |
ty_t_med_internal_names TYPE STANDARD TABLE OF ty_e_med_internal_name WITH DEFAULT KEY
|
| 82 |
TY_T_MED_MAPPING |
Public |
See coding |
|
|
20110216 |
ty_t_med_mapping TYPE STANDARD TABLE OF ty_s_med_mapping WITH DEFAULT KEY
|
| 83 |
TY_T_MED_MDL_USAGE |
Public |
See coding |
|
|
20120323 |
ty_t_med_mdl_usage TYPE STANDARD TABLE OF ty_s_med_mdl_usage WITH DEFAULT KEY
|
| 84 |
TY_T_MED_OBJ_TEXTS |
Public |
See coding |
|
|
20110218 |
ty_t_med_obj_texts TYPE STANDARD TABLE OF ty_s_med_obj_texts WITH DEFAULT KEY
|
| 85 |
TY_T_MED_PROPERTIES |
Public |
See coding |
|
|
20110205 |
ty_t_med_properties TYPE STANDARD TABLE OF ty_s_med_property WITH DEFAULT KEY
|
| 86 |
TY_T_MED_REFERENCE |
Public |
See coding |
|
|
20110205 |
ty_t_med_reference TYPE STANDARD TABLE OF ty_s_med_reference WITH DEFAULT KEY
|
| 87 |
TY_T_MED_SERVICE_TAGS |
Public |
See coding |
|
List of Tags (keywords) of an OData Service |
20130116 |
ty_t_med_service_tags TYPE STANDARD TABLE OF ty_s_med_service_tag WITH DEFAULT KEY
|
| 88 |
TY_T_MED_TEXTS |
Public |
See coding |
|
|
20110205 |
ty_t_med_texts TYPE STANDARD TABLE OF ty_s_med_text WITH DEFAULT KEY
|
| 89 |
TY_T_MED_TXT_ELEMENTS |
Public |
See coding |
|
|
20110218 |
ty_t_med_txt_elements TYPE STANDARD TABLE OF ty_s_med_txt_elements WITH DEFAULT KEY
|
| 90 |
TY_T_MGW_ODATA_PROPERTIES |
Public |
See coding |
|
|
20110205 |
ty_t_mgw_odata_properties TYPE STANDARD TABLE OF ty_s_mgw_odata_property WITH DEFAULT KEY
|
| 91 |
TY_T_VOCAN_ANN2SER_REFS |
Public |
See coding |
|
|
20130902 |
ty_t_vocan_ann2ser_refs TYPE STANDARD TABLE OF ty_s_vocan_ann2ser_ref WITH DEFAULT KEY
|
| 92 |
TY_T_VOCAN_ANNOTATIONS |
Public |
See coding |
|
Vocabulary Annotations data |
20130220 |
ty_t_vocan_annotations TYPE STANDARD TABLE OF ty_s_vocan_annotation WITH DEFAULT KEY
|
| 93 |
TY_T_VOCAN_ANNOTATION_IDS |
Public |
See coding |
|
Vocabulary Annotation IDs |
20130220 |
ty_t_vocan_annotation_ids TYPE STANDARD TABLE OF ty_s_vocan_annotation_id WITH DEFAULT KEY
|
| 94 |
TY_T_VOCAN_ANNO_REFS |
Public |
See coding |
|
|
20130513 |
ty_t_vocan_anno_refs TYPE STANDARD TABLE OF ty_s_vocan_anno_ref WITH DEFAULT KEY
|
| 95 |
TY_T_VOCAN_ANN_TARGETS |
Public |
See coding |
|
Vocabulary Annotation Targets data |
20130221 |
ty_t_vocan_ann_targets TYPE STANDARD TABLE OF ty_s_vocan_ann_target WITH DEFAULT KEY
|
| 96 |
TY_T_VOCAN_COLLECTIONS |
Public |
See coding |
|
Vocabulary Annotation Collections data |
20130221 |
ty_t_vocan_collections TYPE STANDARD TABLE OF ty_s_vocan_collection WITH DEFAULT KEY
|
| 97 |
TY_T_VOCAN_EXPRESSION_KEYS |
Public |
See coding |
|
Vocabulary Annotation Expression Keys |
20130221 |
ty_t_vocan_expression_keys TYPE STANDARD TABLE OF ty_s_vocan_expression_key WITH DEFAULT KEY
|
| 98 |
TY_T_VOCAN_FUNCTIONS |
Public |
See coding |
|
Vocabulary Annotation Functions data |
20130221 |
ty_t_vocan_functions TYPE STANDARD TABLE OF ty_s_vocan_function WITH DEFAULT KEY
|
| 99 |
TY_T_VOCAN_FUN_PARAMS |
Public |
See coding |
|
Vocabulary Annotation Function Parameters data |
20130221 |
ty_t_vocan_fun_params TYPE STANDARD TABLE OF ty_s_vocan_fun_param WITH DEFAULT KEY
|
| 100 |
TY_T_VOCAN_FUN_PARAM_IDS |
Public |
See coding |
|
Vocabulary Annotation Function Parameters IDs |
20130221 |
ty_t_vocan_fun_param_ids TYPE STANDARD TABLE OF ty_s_vocan_fun_param_id WITH DEFAULT KEY
|
| 101 |
TY_T_VOCAN_LABEL_ELEMS |
Public |
See coding |
|
Vocabulary Annotation Labeled Elements data |
20130225 |
ty_t_vocan_label_elems TYPE STANDARD TABLE OF ty_s_vocan_label_elem WITH DEFAULT KEY
|
| 102 |
TY_T_VOCAN_PROPERTIES |
Public |
See coding |
|
Vocabulary Annotation Properties data |
20130221 |
ty_t_vocan_properties TYPE STANDARD TABLE OF ty_s_vocan_property WITH DEFAULT KEY
|
| 103 |
TY_T_VOCAN_PROPERTY_IDS |
Public |
See coding |
|
Vocabulary Annotation Property IDs |
20130221 |
ty_t_vocan_property_ids TYPE STANDARD TABLE OF ty_s_vocan_property_id WITH DEFAULT KEY
|
| 104 |
TY_T_VOCAN_RECORDS |
Public |
See coding |
|
Vocabulary Annotation Records data |
20130221 |
ty_t_vocan_records TYPE STANDARD TABLE OF ty_s_vocan_record WITH DEFAULT KEY
|
| 105 |
TY_T_VOCAN_SER2ANN_REFS |
Public |
See coding |
|
References from a Service to an Annotation file |
20130308 |
ty_t_vocan_ser2ann_refs TYPE STANDARD TABLE OF ty_s_vocan_ser2ann_ref WITH DEFAULT KEY
|
| 106 |
TY_T_VOCAN_SIMPLE_VALS |
Public |
See coding |
|
Vocabulary Annotation Simple Values data |
20130221 |
ty_t_vocan_simple_vals TYPE STANDARD TABLE OF ty_s_vocan_simple_val WITH DEFAULT KEY
|
| 107 |
TY_T_VOCAN_URLS |
Public |
See coding |
|
Vocabulary Annotation URLs data |
20130225 |
ty_t_vocan_urls TYPE STANDARD TABLE OF ty_s_vocan_url WITH DEFAULT KEY
|
| 108 |
TY_T_VOCAN_VOCAB_INCLUDES |
Public |
See coding |
|
|
20130424 |
ty_t_vocan_vocab_includes TYPE STANDARD TABLE OF ty_s_vocan_vocab_include_s WITH DEFAULT KEY
|
| 109 |
TY_T_VOCAN_VOCAB_REFS |
Public |
See coding |
|
Vocabulary File References |
20130225 |
ty_t_vocan_vocab_refs TYPE STANDARD TABLE OF ty_s_vocan_vocab_ref WITH DEFAULT KEY
|