SAP ABAP Interface /IWBEP/IF_MGW_ODATA_RE_CPLXTYP (OData Complex Type Read Interface)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SDE (Application Component) Gateway SAP Data Enablement
⤷
/IWBEP/MGW_MED_FPI (Package) OData Channel - Metadata - Framework Programming Interfaces
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | /IWBEP/IF_MGW_ODATA_FW_CPLXTYP | OData Complex Type FPI | 20110627 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_MGW_ODATA_CMPLX_TYPE | complex type meta data implementation | 20110627 |
Properties
| Interface | /IWBEP/IF_MGW_ODATA_RE_CPLXTYP | |
| Short Description | OData Complex Type Read Interface |
General Data
| Package | /IWBEP/MGW_MED_FPI | OData Channel - Metadata - Framework Programming Interfaces |
| Created | 20110624 | SAP |
| Last changed | 20131127 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | /IWBEP/IF_MGW_MED_ODATA_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 2 | /IWBEP/IF_MGW_ODATA_CMPLX_PROP | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 3 | /IWBEP/IF_MGW_ODATA_RE_ETYPE | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /IWBEP/IF_MGW_ODATA_RE_ITEM | OData Item FPI | 20120322 |
Friends
Interface /IWBEP/IF_MGW_ODATA_RE_CPLXTYP has no friend.
Attributes
Interface /IWBEP/IF_MGW_ODATA_RE_CPLXTYP has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get ABAP name of complex type used in structure | 20110628 | |
| 2 | Instance method | Public | Method | Get complex properties of complex type | 20130327 | |
| 3 | Instance method | Public | Method | Obsolete - use GET_CMPLX_TYPE_PROPERTIES | 20110629 | |
| 4 | Instance method | Public | Method | Get the external name of the Complex type/property | 20130201 | |
| 5 | Instance method | Public | Method | Get properties of complex type | 20110628 | |
| 6 | Instance method | Public | Method | Get complex type structure | 20110725 |
Events
Interface /IWBEP/IF_MGW_ODATA_RE_CPLXTYP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S | Public | Type reference (TYPE) | CHAR1 | Single-Character Indicator | 20110629 | |
| 2 | TY_S_MGW_ODATA_CPLX_PROPERTY | Public | See coding | 20110629 | BEGIN OF ty_s_mgw_odata_cplx_property,
technical_name TYPE fieldname,
complex_property TYPE REF TO /iwbep/if_mgw_odata_re_cplxtyp,
END OF ty_s_mgw_odata_cplx_property
|
||
| 3 | TY_T_MGW_ODATA_CPLX_PROPERTIES | Public | See coding | 20110629 | ty_t_mgw_odata_cplx_properties TYPE STANDARD TABLE OF ty_s_mgw_odata_cplx_property WITH KEY technical_name
|
Method Signatures
Method GET_ABAP_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ABAP_NAME | Value transfer | Type reference (TYPE) | FIELDNAME | 20110628 |
Method GET_ABAP_NAME on Interface /IWBEP/IF_MGW_ODATA_RE_CPLXTYP has no exception.
Method GET_CMPLX_TYPE_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_COMPLEX_PROPERTIES | Value transfer | Type reference (TYPE) | /IWBEP/IF_MGW_ODATA_CMPLX_PROP=>TY_T_MGW_ODATA_CPLX_PROPERTIES | 20130327 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130327 |
Method GET_COMPLEX_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_COMPLEX_PROPERTIES | Value transfer | Type reference (TYPE) | TY_T_MGW_ODATA_CPLX_PROPERTIES | 20110629 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110629 |
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_NAME | Value transfer | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 20130201 |
Method GET_NAME on Interface /IWBEP/IF_MGW_ODATA_RE_CPLXTYP has no exception.
Method GET_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_PROPERTIES | Value transfer | Type reference (TYPE) | /IWBEP/IF_MGW_ODATA_RE_PROP=>TY_T_MGW_ODATA_PROPERTIES | 20110628 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Meta data exception | 20110628 |
Method GET_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_STRUCTURE | Value transfer | Type reference (TYPE) | STRING | 20110725 |
Method GET_STRUCTURE on Interface /IWBEP/IF_MGW_ODATA_RE_CPLXTYP has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 200 |