SAP /IWBEP/IF_MGW_ODATA_FW_MODEL OO Class - OData Model FPI
/IWBEP/IF_MGW_ODATA_FW_MODEL is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /IWBEP/IF_MGW_ODATA_FW_MODEL including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /IWBEP/IF_MGW_ODATA_FW_MODEL SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| FINALIZE | Finalize | Public |
| CALL METHOD /iwbep/if_mgw_odata_fw_model=>FINALIZE...more details | ||
| GET_ACTION | Public | |
| CALL METHOD /iwbep/if_mgw_odata_fw_model=>GET_ACTION...more details | ||
| GET_ACTION_BY_TECH_NAME | Public | |
| CALL METHOD /iwbep/if_mgw_odata_fw_model=>GET_ACTION_BY_TECH_NAME...more details | ||
| GET_CACHE_TIMESTAMP | Public | |
| CALL METHOD /iwbep/if_mgw_odata_fw_model=>GET_CACHE_TIMESTAMP...more details | ||
| GET_COMPLEX_TYPE | Public | |
| CALL METHOD /iwbep/if_mgw_odata_fw_model=>GET_COMPLEX_TYPE...more details | ||
| GET_DEFAULT_PAGING_INFO | Get the default paging information for the current service | Public |
| CALL METHOD /iwbep/if_mgw_odata_fw_model=>GET_DEFAULT_PAGING_INFO...more details | ||
|
| ||
| GET_ENTITY_TYPE | Public | |
| CALL METHOD /iwbep/if_mgw_odata_fw_model=>GET_ENTITY_TYPE...more details | ||
| GET_ENTITY_TYPE_BY_SET_NAME | Returns the entity type of an entity set | Public |
| CALL METHOD /iwbep/if_mgw_odata_fw_model=>GET_ENTITY_TYPE_BY_SET_NAME...more details | ||
| GET_ENTITY_TYPE_BY_TECH_NAME | Public | |
| CALL METHOD /iwbep/if_mgw_odata_fw_model=>GET_ENTITY_TYPE_BY_TECH_NAME...more details | ||
| GET_MODEL_FEATURES | Get Model Features | Public |
| CALL METHOD /iwbep/if_mgw_odata_fw_model=>GET_MODEL_FEATURES...more details | ||
| GET_MODEL_PROVIDER_CLASS_NAME | Returns the name of the MPC this model has been created by | Public |
| CALL METHOD /iwbep/if_mgw_odata_fw_model=>GET_MODEL_PROVIDER_CLASS_NAME...more details | ||
| GET_NAV_PROPERTY_BY_TECH | Get Navigation Property by technical name | Public |
| CALL METHOD /iwbep/if_mgw_odata_fw_model=>GET_NAV_PROPERTY_BY_TECH...more details | ||
| GET_NO_CONVERSION | Public | |
| CALL METHOD /iwbep/if_mgw_odata_fw_model=>GET_NO_CONVERSION...more details | ||
| GET_SERVICE_TYPE | Public | |
| CALL METHOD /iwbep/if_mgw_odata_fw_model=>GET_SERVICE_TYPE...more details | ||
| SET_EXTENSION_FOR | Set which service extension has defined this model | Public |
| CALL METHOD /iwbep/if_mgw_odata_fw_model=>SET_EXTENSION_FOR...more details | ||
| SET_NO_CONVERSION | Public | |
| CALL METHOD /iwbep/if_mgw_odata_fw_model=>SET_NO_CONVERSION...more details | ||
/IWBEP/IF_MGW_ODATA_FW_MODEL types
S - Single-Character IndicatorTY_S_DEFAULT_PAGING_INFO - Default Paging Information
Links to Related Class(s)
/IWBEP/I...Full list of available SAP object classes
Search for further information about these or an SAP related objects