SAP ABAP Interface /IWBEP/IF_MGW_ODATA_FW_CPLXTYP (OData Complex Type FPI)
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 implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_MGW_ODATA_CMPLX_TYPE | complex type meta data implementation | 20110627 |
Properties
Interface | /IWBEP/IF_MGW_ODATA_FW_CPLXTYP | |
Short Description | OData Complex Type FPI |
General Data
Package | /IWBEP/MGW_MED_FPI | OData Channel - Metadata - Framework Programming Interfaces |
Created | 20110624 | SAP |
Last changed | 20141120 | |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | /IWBEP/IF_MGW_ODATA_CMPLX_PROP | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
2 | /IWBEP/IF_MGW_ODATA_FW_ETYPE | 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_MGW_ODATA_CMPLX_TYPE | interface representing a script based odata complex type | 20110627 | ||
2 | /IWBEP/IF_MGW_ODATA_RE_CPLXTYP | OData Complex Type Read Interface | 20110627 |
Friends
Interface /IWBEP/IF_MGW_ODATA_FW_CPLXTYP has no friend.
Attributes
Interface /IWBEP/IF_MGW_ODATA_FW_CPLXTYP has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20110725 | |
2 | ![]() |
Instance method | Public | Method | Create Data Descriptor for Complex Type | 20110725 |
3 | ![]() |
Instance method | Public | Method | 20110629 | |
4 | ![]() |
Instance method | Public | Method | gets properties of complex type | 20130327 |
5 | ![]() |
Instance method | Public | Method | Obsolete - use GET_CMPLX_type_PROPS | 20110629 |
6 | ![]() |
Instance method | Public | Method | 20140130 | |
7 | ![]() |
Instance method | Public | Method | 20110725 | |
8 | ![]() |
Instance method | Public | Method | gets properties | 20110629 |
9 | ![]() |
Instance method | Public | Method | 20110725 | |
10 | ![]() |
Instance method | Public | Method | 20120503 | |
11 | ![]() |
Instance method | Public | Method | 20110725 |
Events
Interface /IWBEP/IF_MGW_ODATA_FW_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_fw_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 CHECK_CONVERSIONS Signature
Method CHECK_CONVERSIONS on Interface /IWBEP/IF_MGW_ODATA_FW_CPLXTYP has no parameter.
Method CHECK_CONVERSIONS on Interface /IWBEP/IF_MGW_ODATA_FW_CPLXTYP has no exception.
Method CREATE_DATA_DESCRIPTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CREATE_NEW | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20110725 | ||
2 | ![]() |
RO_DATA_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | Runtime Type Services | 20110725 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20110725 |
Method GET_ABAP_NAME Signature
Method GET_ABAP_NAME on Interface /IWBEP/IF_MGW_ODATA_FW_CPLXTYP has no parameter.
Method GET_ABAP_NAME on Interface /IWBEP/IF_MGW_ODATA_FW_CPLXTYP has no exception.
Method GET_CMPLX_TYPE_PROPS 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
Method GET_NAME on Interface /IWBEP/IF_MGW_ODATA_FW_CPLXTYP has no parameter.
Method GET_NAME on Interface /IWBEP/IF_MGW_ODATA_FW_CPLXTYP has no exception.
Method GET_NO_CONVERSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_NO_CONVERSION | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110725 |
Method GET_NO_CONVERSION on Interface /IWBEP/IF_MGW_ODATA_FW_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_FW_PROP=>TY_T_MGW_ODATA_PROPERTIES | 20110629 |
Method GET_PROPERTIES on Interface /IWBEP/IF_MGW_ODATA_FW_CPLXTYP has no exception.
Method GET_STRUCTURE Signature
Method GET_STRUCTURE on Interface /IWBEP/IF_MGW_ODATA_FW_CPLXTYP has no parameter.
Method GET_STRUCTURE on Interface /IWBEP/IF_MGW_ODATA_FW_CPLXTYP has no exception.
Method SET_NAME Signature
Method SET_NAME on Interface /IWBEP/IF_MGW_ODATA_FW_CPLXTYP has no parameter.
Method SET_NAME on Interface /IWBEP/IF_MGW_ODATA_FW_CPLXTYP has no exception.
Method SET_NO_CONVERSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NO_CONVERSION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110725 |
Method SET_NO_CONVERSION on Interface /IWBEP/IF_MGW_ODATA_FW_CPLXTYP has no exception.
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 200 |