SAP ABAP Interface /IWBEP/IF_SB_MGW_ODATA_TYPES (Interface for types declaration)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-SB (Application Component) Gateway Service Builder
     /IWBEP/SB_GENBM (Package) Gateway Service Builder # Beautification Modification Gen
Properties
Interface /IWBEP/IF_SB_MGW_ODATA_TYPES  
Short Description Interface for types declaration    
General Data
Package /IWBEP/SB_GENBM   Gateway Service Builder # Beautification Modification Gen 
Created 20120515   SAP 
Last changed 20141120    
Unicode checks active    
Forward declarations
Interface /IWBEP/IF_SB_MGW_ODATA_TYPES has no forward declaration.
Interfaces
Interface /IWBEP/IF_SB_MGW_ODATA_TYPES has no interface.
Friends
Interface /IWBEP/IF_SB_MGW_ODATA_TYPES has no friend.
Attributes
Interface /IWBEP/IF_SB_MGW_ODATA_TYPES has no attribute.
Methods
Interface /IWBEP/IF_SB_MGW_ODATA_TYPES has no method.
Events
Interface /IWBEP/IF_SB_MGW_ODATA_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 ENTITY_ID Public See coding 20120515 entity_id TYPE c LENGTH 34
2 TY_E_EXTERNAL_NAME Public See coding 20120515 ty_e_external_name TYPE c LENGTH 40
3 TY_LABEL Public See coding 20120516 ty_label TYPE c LENGTH 60
4 TY_S_ANNOTATION Public See coding 20120515 BEGIN OF ty_s_annotation, namespace TYPE c LENGTH 30, valueset TYPE ty_t_annotation_vs, END OF ty_s_annotation
5 TY_S_ANNOTATION_VS Public See coding 20120515 BEGIN OF ty_s_annotation_vs, key TYPE c LENGTH 60, value TYPE string, mapping_type TYPE c LENGTH 2, children TYPE ty_t_anno_valuset, is_ref_anno type boolean, END OF ty_s_annotation_vs
6 TY_S_ANNO_VALUSET Public See coding 20120515 BEGIN OF ty_s_anno_valuset, key TYPE c LENGTH 60, value TYPE string, END OF ty_s_anno_valuset
7 TY_S_ENTITY_ANNOS Public See coding 20120515 BEGIN OF ty_s_entity_annos, entity_id TYPE ty_s_entity_id, annotations TYPE ty_t_annotation, END OF ty_s_entity_annos
8 TY_S_ENTITY_ID Public See coding 20120515 BEGIN OF ty_s_entity_id, uuid TYPE c LENGTH 34, uuid_type TYPE c LENGTH 1, END OF ty_s_entity_id
9 TY_S_ENTITY_TYPE Public See coding 20120515 BEGIN OF ty_s_entity_type, name TYPE c LENGTH 40, external_name TYPE c LENGTH 40, entity_id TYPE c LENGTH 34, set_names TYPE ty_t_external_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 c LENGTH 1, is_media_type TYPE boolean, is_disabled TYPE boolean, semantic TYPE c LENGTH 20, properties TYPE ty_t_properties, no_conversions TYPE abap_bool, source_name TYPE string, END OF ty_s_entity_type
10 TY_S_FUNCTION Public See coding 20120515 BEGIN OF ty_s_function, name TYPE c LENGTH 40, external_name TYPE c LENGTH 40, entity_id TYPE c LENGTH 34, multiplicity TYPE c LENGTH 1, operation_type TYPE c LENGTH 1, freetext_search TYPE boolean, enabled TYPE boolean, is_disabled TYPE boolean, input_node TYPE c LENGTH 34, output_node TYPE c LENGTH 34, semantic TYPE c LENGTH 20, source_name TYPE string, END OF ty_s_function
11 TY_S_MGW_CPLX_PROPERTY Public See coding 20120515 BEGIN OF ty_s_mgw_cplx_property, technical_name TYPE fieldname, complex_property TYPE REF TO /iwbep/if_mgw_odata_re_cplxtyp, END OF ty_s_mgw_cplx_property
12 TY_S_MGW_ODATA_REF_CONST Public See coding 20120516 BEGIN OF ty_s_mgw_odata_ref_const, source_property TYPE /iwbep/if_sb_mgw_odata_types=>ty_s_property, target_property TYPE /iwbep/if_sb_mgw_odata_types=>ty_s_property, is_disabled TYPE boolean, END OF ty_s_mgw_odata_ref_const
13 TY_S_MGW_PROPERTY Public See coding 20120515 BEGIN OF ty_s_mgw_property, technical_name TYPE fieldname, property TYPE REF TO /iwbep/if_mgw_odata_re_prop, END OF ty_s_mgw_property
14 TY_S_NAME_VALUE Public See coding 20120515 BEGIN OF ty_s_name_value, name TYPE string, value TYPE string, END OF ty_s_name_value
15 TY_S_OBJ_TEXTS Public See coding 20120515 BEGIN OF ty_s_obj_texts, text_langu TYPE langu, txt_object_type TYPE c LENGTH 2, txt_object_id TYPE string, text_elements TYPE ty_t_txt_elements, END OF ty_s_obj_texts
16 TY_S_PROPERTY Public See coding 20120515 BEGIN OF ty_s_property, name TYPE c LENGTH 40, external_name TYPE c LENGTH 40, entity_id TYPE c LENGTH 34, decimals TYPE i, length TYPE i, core_type TYPE c LENGTH 20, conv_exit TYPE c LENGTH 5, 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 c LENGTH 20, 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 END OF ty_s_property
17 TY_S_REFERENCE Public See coding 20120515 BEGIN OF ty_s_reference, name TYPE c LENGTH 40, external_name TYPE c LENGTH 40, entity_id TYPE c LENGTH 34, set_names TYPE ty_t_external_names, source_entity_id TYPE c LENGTH 34, target_entity_id TYPE c LENGTH 34, target_mdl_ident TYPE c LENGTH 40, source_card TYPE c LENGTH 1, target_card TYPE c LENGTH 1, reference_type TYPE c LENGTH 1, is_disabled TYPE boolean, semantic TYPE c LENGTH 20, source_name TYPE string, END OF ty_s_reference
18 TY_S_TEXT Public See coding 20120515 BEGIN OF ty_s_text, entity_id TYPE c LENGTH 34, txt_object_type TYPE c LENGTH 2, txt_object_id TYPE string, text_element_type TYPE c LENGTH 1, END OF ty_s_text
19 TY_S_TXT_ELEMENTS Public See coding 20120515 BEGIN OF ty_s_txt_elements, text_element_type TYPE c LENGTH 1, text TYPE string, END OF ty_s_txt_elements
20 TY_T_ANNOTATION Public See coding 20120515 ty_t_annotation TYPE STANDARD TABLE OF ty_s_annotation WITH DEFAULT KEY
21 TY_T_ANNOTATIONS Public See coding 20120515 ty_t_annotations TYPE STANDARD TABLE OF ty_s_name_value WITH DEFAULT KEY
22 TY_T_ANNOTATION_VS Public See coding 20120515 ty_t_annotation_vs TYPE STANDARD TABLE OF ty_s_annotation_vs WITH DEFAULT KEY
23 TY_T_ANNO_VALUSET Public See coding 20120515 ty_t_anno_valuset TYPE STANDARD TABLE OF ty_s_anno_valuset WITH DEFAULT KEY
24 TY_T_ENTITY_ANNOS Public See coding 20120515 ty_t_entity_annos TYPE STANDARD TABLE OF ty_s_entity_annos WITH DEFAULT KEY
25 TY_T_ENTITY_TYPES Public See coding 20120515 ty_t_entity_types TYPE STANDARD TABLE OF ty_s_entity_type WITH DEFAULT KEY
26 TY_T_EXTERNAL_NAMES Public See coding 20120515 ty_t_external_names TYPE STANDARD TABLE OF ty_e_external_name WITH DEFAULT KEY
27 TY_T_FUNCTIONS Public See coding 20120515 ty_t_functions TYPE STANDARD TABLE OF ty_s_function WITH DEFAULT KEY
28 TY_T_MGW_CPLX_PROPERTIES Public See coding 20120515 ty_t_mgw_cplx_properties TYPE STANDARD TABLE OF ty_s_mgw_cplx_property WITH KEY technical_name
29 TY_T_MGW_ODATA_REF_CONST Public See coding 20120516 ty_t_mgw_odata_ref_const TYPE STANDARD TABLE OF ty_s_mgw_odata_ref_const WITH DEFAULT KEY
30 TY_T_MGW_PROPERTIES Public See coding 20120515 ty_t_mgw_properties TYPE STANDARD TABLE OF ty_s_mgw_property WITH KEY technical_name
31 TY_T_OBJ_TEXTS Public See coding 20120515 ty_t_obj_texts TYPE STANDARD TABLE OF ty_s_obj_texts WITH DEFAULT KEY
32 TY_T_PROPERTIES Public See coding 20120515 ty_t_properties TYPE STANDARD TABLE OF ty_s_property WITH DEFAULT KEY
33 TY_T_REFERENCE Public See coding 20120515 ty_t_reference TYPE STANDARD TABLE OF ty_s_reference WITH DEFAULT KEY
34 TY_T_TEXTS Public See coding 20120515 ty_t_texts TYPE STANDARD TABLE OF ty_s_text WITH DEFAULT KEY
35 TY_T_TXT_ELEMENTS Public See coding 20120515 ty_t_txt_elements TYPE STANDARD TABLE OF ty_s_txt_elements WITH DEFAULT KEY
History
Last changed by/on SAP  20141120 
SAP Release Created in 200