SAP ABAP Interface /IWBEP/IF_MGW_ODATA_FW_PROP (OData Property 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_PROPERTY odata meta data implementation of an property 20110624
Properties
Interface /IWBEP/IF_MGW_ODATA_FW_PROP  
Short Description OData Property 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_FW_PROP Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 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_PROPERTY interface representing a script based odata property 20110624
2 /IWBEP/IF_MGW_ODATA_RE_PROP OData Property Read Interface 20110624
Friends
Interface /IWBEP/IF_MGW_ODATA_FW_PROP has no friend.
Attributes
Interface /IWBEP/IF_MGW_ODATA_FW_PROP has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TYPE Instance method Public Method 20110725
2 CHECK_CONVERSIONS Instance method Public Method 20110725
3 GET_ABAP_NAME Instance method Public Method 20110629
4 GET_CONVERSION_EXIT Instance method Public Method 20110629
5 GET_FC_TARGET_PATH Instance method Public Method Get FC Target Path of Property 20130412
6 GET_NAME Instance method Public Method 20110629
7 GET_NO_CONVERSION Instance method Public Method 20110725
8 GET_ROUND_SIGN Instance method Public Method 20140127
9 GET_SEMANTIC Instance method Public Method 20110629
10 GET_UNIT Instance method Public Method 20110629
11 IS_ETAG Instance method Public Method Check if the property is defined as eTag 20140324
12 IS_KEY Instance method Public Method 20110629
13 SET_NAME Instance method Public Method 20120503
14 SET_NO_CONVERSION Instance method Public Method 20110725
Events
Interface /IWBEP/IF_MGW_ODATA_FW_PROP 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_PROPERTY Public See coding 20110629 BEGIN OF ty_s_mgw_odata_property, technical_name TYPE fieldname, property TYPE REF TO /iwbep/if_mgw_odata_fw_prop, END OF ty_s_mgw_odata_property
3 TY_T_MGW_ODATA_PROPERTIES Public See coding 20110629 ty_t_mgw_odata_properties TYPE STANDARD TABLE OF ty_s_mgw_odata_property WITH KEY technical_name
Method Signatures

Method ADD_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_COMPONENTS Call by reference Type reference (TYPE) ABAP_COMPONENT_TAB 20110725

Method ADD_TYPE on Interface /IWBEP/IF_MGW_ODATA_FW_PROP has no exception.

Method CHECK_CONVERSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OTHER_PROPERTIES Call by reference Type reference (TYPE) /IWBEP/IF_MGW_ODATA_FW_PROP=>TY_T_MGW_ODATA_PROPERTIES 20110725

Method CHECK_CONVERSIONS on Interface /IWBEP/IF_MGW_ODATA_FW_PROP has no exception.

Method GET_ABAP_NAME Signature

Method GET_ABAP_NAME on Interface /IWBEP/IF_MGW_ODATA_FW_PROP has no parameter.
Method GET_ABAP_NAME on Interface /IWBEP/IF_MGW_ODATA_FW_PROP has no exception.

Method GET_CONVERSION_EXIT Signature

Method GET_CONVERSION_EXIT on Interface /IWBEP/IF_MGW_ODATA_FW_PROP has no parameter.
Method GET_CONVERSION_EXIT on Interface /IWBEP/IF_MGW_ODATA_FW_PROP has no exception.

Method GET_FC_TARGET_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FC_TARGET_PATH Call by reference Type reference (TYPE) STRING 20130412

Method GET_FC_TARGET_PATH on Interface /IWBEP/IF_MGW_ODATA_FW_PROP has no exception.

Method GET_NAME Signature

Method GET_NAME on Interface /IWBEP/IF_MGW_ODATA_FW_PROP has no parameter.
Method GET_NAME on Interface /IWBEP/IF_MGW_ODATA_FW_PROP 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 Interface /IWBEP/IF_MGW_ODATA_FW_PROP has no exception.

Method GET_ROUND_SIGN Signature

Method GET_ROUND_SIGN on Interface /IWBEP/IF_MGW_ODATA_FW_PROP has no parameter.
Method GET_ROUND_SIGN on Interface /IWBEP/IF_MGW_ODATA_FW_PROP has no exception.

Method GET_SEMANTIC Signature

Method GET_SEMANTIC on Interface /IWBEP/IF_MGW_ODATA_FW_PROP has no parameter.
Method GET_SEMANTIC on Interface /IWBEP/IF_MGW_ODATA_FW_PROP has no exception.

Method GET_UNIT Signature

Method GET_UNIT on Interface /IWBEP/IF_MGW_ODATA_FW_PROP has no parameter.
Method GET_UNIT on Interface /IWBEP/IF_MGW_ODATA_FW_PROP has no exception.

Method IS_ETAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_ETAG Value transfer Type reference (TYPE) ABAP_BOOL 20140324

Method IS_ETAG on Interface /IWBEP/IF_MGW_ODATA_FW_PROP has no exception.

Method IS_KEY Signature

Method IS_KEY on Interface /IWBEP/IF_MGW_ODATA_FW_PROP has no parameter.
Method IS_KEY on Interface /IWBEP/IF_MGW_ODATA_FW_PROP has no exception.

Method SET_NAME Signature

Method SET_NAME on Interface /IWBEP/IF_MGW_ODATA_FW_PROP has no parameter.
Method SET_NAME on Interface /IWBEP/IF_MGW_ODATA_FW_PROP 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 Interface /IWBEP/IF_MGW_ODATA_FW_PROP has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 200