SAP ABAP Class /IWBEP/IF_SBOD_STRUCTURED_TYPE (SB - OData - Structured Type)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20140320 |
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
Class | /IWBEP/IF_SBOD_STRUCTURED_TYPE | |
Short Description | SB - OData - Structured Type | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20140320 | SAP |
Last change | 20141120 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /IWBEP/IF_SBOD_STRUCTURED_TYPE has no interface implemented.
Friends
Class /IWBEP/IF_SBOD_STRUCTURED_TYPE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20140320 | ||||
2 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20140320 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | returns the base type (or null if not defined) | 20140324 |
2 | ![]() |
Instance method | Public | Method | 20140320 | |
3 | ![]() |
Instance method | Public | Method | returns navigation properties | 20140324 |
4 | ![]() |
Instance method | Public | Method | 20140320 | |
5 | ![]() |
Instance method | Public | Method | 20140320 | |
6 | ![]() |
Instance method | Public | Method | returns structural properties | 20140324 |
7 | ![]() |
Instance method | Public | Method | returns the abstract indicator | 20140324 |
Events
Class /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 | ![]() |
RO_BASE_TYPE | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBOD_STRUCTURED_TYPE | base type | 20140324 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20140324 |
Method GET_NAME Signature
Method GET_NAME on class /IWBEP/IF_SBOD_STRUCTURED_TYPE has no parameter.
Method GET_NAME on class /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 | ![]() |
RT_PROPERTY | Value transfer | Type reference (TYPE) | TY_T_NAVIGATION_PROPERTY | navigation properties | 20140324 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20140324 |
Method GET_PARENT Signature
Method GET_PARENT on class /IWBEP/IF_SBOD_STRUCTURED_TYPE has no parameter.
Method GET_PARENT on class /IWBEP/IF_SBOD_STRUCTURED_TYPE has no exception.
Method GET_ROOT Signature
Method GET_ROOT on class /IWBEP/IF_SBOD_STRUCTURED_TYPE has no parameter.
Method GET_ROOT on class /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 | ![]() |
IV_INHERITED | Call by reference | Type reference (TYPE) | ABAP_BOOL | add inherited properties as well? | 20140326 | ||
2 | ![]() |
RT_PROPERTY | Value transfer | Type reference (TYPE) | TY_T_STRUCTURAL_PROPERTY | structural properties | 20140324 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20140324 |
Method IS_ABSTRACT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
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 | ![]() |
SB: exception | 20140324 |
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in |