SAP ABAP Class /IWBEP/IF_MGW_ODATA_FW_PROP (OData Property FPI)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_MGW_ODATA_PROPERTY interface representing a script based odata property 20110624
2 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_MGW_ODATA_RE_PROP OData Property Read Interface 20110624
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
Class /IWBEP/IF_MGW_ODATA_FW_PROP  
Short Description OData Property 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_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
Class /IWBEP/IF_MGW_ODATA_FW_PROP has no interface implemented.
Friends
Class /IWBEP/IF_MGW_ODATA_FW_PROP has no friend class.
Attributes
Class /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
Class /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 class /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 class /IWBEP/IF_MGW_ODATA_FW_PROP has no exception.

Method GET_ABAP_NAME Signature

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

Method GET_CONVERSION_EXIT Signature

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

Method GET_NAME Signature

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

Method GET_ROUND_SIGN Signature

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

Method GET_SEMANTIC Signature

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

Method GET_UNIT Signature

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

Method IS_KEY Signature

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

Method SET_NAME Signature

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