SAP ABAP Interface /IWBEP/IF_SB_DSP_ODATA_TYPES (Interface for types declaration)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-SB (Application Component) Gateway Service Builder
     /IWBEP/SB_DSPCMN_UI (Package) Gateway Service Builder - DSP Common UI
Properties
Interface /IWBEP/IF_SB_DSP_ODATA_TYPES  
Short Description Interface for types declaration    
General Data
Package /IWBEP/SB_DSPCMN_UI   Gateway Service Builder - DSP Common UI 
Created 20120523   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface /IWBEP/IF_SB_DSP_ODATA_TYPES has no interface.
Friends
Interface /IWBEP/IF_SB_DSP_ODATA_TYPES has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GCS_EDM_DATA_TYPES Constant Public See coding 20120528
Methods
Interface /IWBEP/IF_SB_DSP_ODATA_TYPES has no method.
Events
Interface /IWBEP/IF_SB_DSP_ODATA_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_E_MED_EDM_TYPE Public See coding 20120528 ty_e_med_edm_type TYPE c LENGTH 20
2 TY_S_ENTITY_TYPE Public See coding 20120523 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
3 TY_S_PROPERTY Public See coding 20120523 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, END OF ty_s_property
4 TY_T_ENTITY_TYPES Public See coding 20120523 ty_t_entity_types TYPE STANDARD TABLE OF ty_s_entity_type WITH DEFAULT KEY
5 TY_T_PROPERTIES Public See coding 20120523 ty_t_properties TYPE STANDARD TABLE OF ty_s_property WITH DEFAULT KEY
History
Last changed by/on SAP  20130531 
SAP Release Created in 200