SAP ABAP Class /IWBEP/IF_MGW_ODATA_FW_CPLXTYP (OData Complex Type FPI)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_MGW_ODATA_CMPLX_TYPE interface representing a script based odata complex type 20110627
2 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_MGW_ODATA_RE_CPLXTYP OData Complex Type Read Interface 20110627
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
Class /IWBEP/IF_MGW_ODATA_FW_CPLXTYP  
Short Description OData Complex Type FPI    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20110624   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
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
Class /IWBEP/IF_MGW_ODATA_FW_CPLXTYP has no interface implemented.
Friends
Class /IWBEP/IF_MGW_ODATA_FW_CPLXTYP has no friend class.
Attributes
Class /IWBEP/IF_MGW_ODATA_FW_CPLXTYP has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CONVERSIONS Instance method Public Method 20110725
2 CREATE_DATA_DESCRIPTOR Instance method Public Method Create Data Descriptor for Complex Type 20110725
3 GET_ABAP_NAME Instance method Public Method 20110629
4 GET_CMPLX_TYPE_PROPS Instance method Public Method gets properties of complex type 20130327
5 GET_COMPLEX_PROPERTIES Instance method Public Method Obsolete - use GET_CMPLX_type_PROPS 20110629
6 GET_NAME Instance method Public Method 20140130
7 GET_NO_CONVERSION Instance method Public Method 20110725
8 GET_PROPERTIES Instance method Public Method gets properties 20110629
9 GET_STRUCTURE Instance method Public Method 20110725
10 SET_NAME Instance method Public Method 20120503
11 SET_NO_CONVERSION Instance method Public Method 20110725
Events
Class /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 class /IWBEP/IF_MGW_ODATA_FW_CPLXTYP has no parameter.
Method CHECK_CONVERSIONS on class /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 Importing IV_CREATE_NEW Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110725
2 Returning RO_DATA_CONTAINER Value transfer Object reference (TYPE REF TO) CL_ABAP_DATADESCR Runtime Type Services 20110725
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION Meta data exception 20110725

Method GET_ABAP_NAME Signature

Method GET_ABAP_NAME on class /IWBEP/IF_MGW_ODATA_FW_CPLXTYP has no parameter.
Method GET_ABAP_NAME on class /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 Returning 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 /IWBEP/CX_MGW_MED_EXCEPTION 20130327

Method GET_COMPLEX_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_COMPLEX_PROPERTIES Value transfer Type reference (TYPE) TY_T_MGW_ODATA_CPLX_PROPERTIES 20110629
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION 20110629

Method GET_NAME Signature

Method GET_NAME on class /IWBEP/IF_MGW_ODATA_FW_CPLXTYP has no parameter.
Method GET_NAME on class /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 Returning RV_NO_CONVERSION Value transfer Type reference (TYPE) ABAP_BOOL 20110725

Method GET_NO_CONVERSION on class /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 Returning RT_PROPERTIES Value transfer Type reference (TYPE) /IWBEP/IF_MGW_ODATA_FW_PROP=>TY_T_MGW_ODATA_PROPERTIES 20110629

Method GET_PROPERTIES on class /IWBEP/IF_MGW_ODATA_FW_CPLXTYP has no exception.

Method GET_STRUCTURE Signature

Method GET_STRUCTURE on class /IWBEP/IF_MGW_ODATA_FW_CPLXTYP has no parameter.
Method GET_STRUCTURE on class /IWBEP/IF_MGW_ODATA_FW_CPLXTYP has no exception.

Method SET_NAME Signature

Method SET_NAME on class /IWBEP/IF_MGW_ODATA_FW_CPLXTYP has no parameter.
Method SET_NAME on class /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 Importing IV_NO_CONVERSION Call by reference Type reference (TYPE) ABAP_BOOL 20110725

Method SET_NO_CONVERSION on class /IWBEP/IF_MGW_ODATA_FW_CPLXTYP has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in