SAP ABAP Interface /IWBEP/IF_SBOD_STRUCTURED_TYPE (SB - OData - Structured Type)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-SB (Application Component) Gateway Service Builder
     /IWBEP/SB_ODATA_DM (Package) Gateway Service Builder - Domain Model Plugin
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_COMPLEX_TYPE SB - OData - Complex Type 20140320
2 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_SBOD_ENTITY_TYPE SB - OData - Entity Type 20140320
3 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/CL_SBOD_COMPLEX_TYPE SB - OData - Complex Type 20140324
4 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/CL_SBOD_ENTITY_TYPE SB - OData - Entity Type 20140324
Properties
Interface /IWBEP/IF_SBOD_STRUCTURED_TYPE  
Short Description SB - OData - Structured Type    
General Data
Package /IWBEP/SB_ODATA_DM   Gateway Service Builder - Domain Model Plugin 
Created 20140320   SAP 
Last changed 20141120    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWBEP/IF_SBOD_NAV_PROP Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 /IWBEP/IF_SBOD_PROPERTY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /IWBEP/IF_SBDM_NODE SB - Domain Model - Node 20140320
Friends
Interface /IWBEP/IF_SBOD_STRUCTURED_TYPE has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_NODE_TYPE Instance attribute Public Attribute reference (LIKE) 20140320
2 MV_NODE_GUID Instance attribute Public Attribute reference (LIKE) 20140320
Methods
# Method Level Visibility Method type Description Created on
1 GET_BASE_TYPE Instance method Public Method returns the base type (or null if not defined) 20140324
2 GET_NAME Instance method Public Method 20140320
3 GET_NAVIGATION_PROPERTIES Instance method Public Method returns navigation properties 20140324
4 GET_PARENT Instance method Public Method 20140320
5 GET_ROOT Instance method Public Method 20140320
6 GET_STRUCTURAL_PROPERTIES Instance method Public Method returns structural properties 20140324
7 IS_ABSTRACT Instance method Public Method returns the abstract indicator 20140324
Events
Interface /IWBEP/IF_SBOD_STRUCTURED_TYPE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_STRUCTURAL_PROPERTY_MAP Public See coding 20140327 BEGIN OF ty_s_structural_property_map , level TYPE i , position TYPE i , object TYPE REF TO /iwbep/if_sbod_property , END OF ty_s_structural_property_map
2 TY_T_NAVIGATION_PROPERTY Public See coding 20140327 ty_t_navigation_property TYPE STANDARD TABLE OF REF TO /iwbep/if_sbod_nav_prop WITH DEFAULT KEY
3 TY_T_SORTED Public See coding 20140326 ty_t_sorted TYPE SORTED TABLE OF REF TO /iwbep/if_sbod_structured_type WITH UNIQUE KEY table_line
4 TY_T_STRUCTURAL_PROPERTY Public See coding 20140327 ty_t_structural_property TYPE STANDARD TABLE OF REF TO /iwbep/if_sbod_property WITH DEFAULT KEY
5 TY_T_STRUCTURAL_PROPERTY_MAP Public See coding 20140327 ty_t_structural_property_map TYPE STANDARD TABLE OF ty_s_structural_property_map WITH DEFAULT KEY
Method Signatures

Method GET_BASE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_BASE_TYPE Value transfer Object reference (TYPE REF TO) /IWBEP/IF_SBOD_STRUCTURED_TYPE base type 20140324
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20140324

Method GET_NAME Signature

Method GET_NAME on Interface /IWBEP/IF_SBOD_STRUCTURED_TYPE has no parameter.
Method GET_NAME on Interface /IWBEP/IF_SBOD_STRUCTURED_TYPE has no exception.

Method GET_NAVIGATION_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_PROPERTY Value transfer Type reference (TYPE) TY_T_NAVIGATION_PROPERTY navigation properties 20140324
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20140324

Method GET_PARENT Signature

Method GET_PARENT on Interface /IWBEP/IF_SBOD_STRUCTURED_TYPE has no parameter.
Method GET_PARENT on Interface /IWBEP/IF_SBOD_STRUCTURED_TYPE has no exception.

Method GET_ROOT Signature

Method GET_ROOT on Interface /IWBEP/IF_SBOD_STRUCTURED_TYPE has no parameter.
Method GET_ROOT on Interface /IWBEP/IF_SBOD_STRUCTURED_TYPE has no exception.

Method GET_STRUCTURAL_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INHERITED Call by reference Type reference (TYPE) ABAP_BOOL add inherited properties as well? 20140326
2 Returning RT_PROPERTY Value transfer Type reference (TYPE) TY_T_STRUCTURAL_PROPERTY structural properties 20140324
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20140324

Method IS_ABSTRACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ABSTRACT Value transfer Type reference (TYPE) ABAP_BOOL indicates whether or not the type can be instantiated 20140324
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20140324
History
Last changed by/on SAP  20141120 
SAP Release Created in 200