SAP /IWBEP/IF_MGW_ODATA_PROPERTY OO Class - Interface representing a script-based OData property
/IWBEP/IF_MGW_ODATA_PROPERTY 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_PROPERTY 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_PROPERTY 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 |
| BIND_DATA_ELEMENT | binds a ddic data element to the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>BIND_DATA_ELEMENT...more details | ||
| BIND_DATA_ELEMENT_FOR_TEXT | binds a ddic data element to the property for text | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>BIND_DATA_ELEMENT_FOR_TEXT...more details | ||
| DISABLE_CONVERSION | Disables the conversion for the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>DISABLE_CONVERSION...more details | ||
| ENABLE_CONVERSION | Enables the conversion for the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>ENABLE_CONVERSION...more details | ||
| GET_ID | Public | |
| CALL METHOD /iwbep/if_mgw_odata_property=>GET_ID...more details | ||
| GET_IS_DISABLED | Get the is_enabled flag of the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>GET_IS_DISABLED...more details | ||
|
| ||
| IS_KEY_PROPERTY | Is property key value? | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>IS_KEY_PROPERTY...more details | ||
| SET_AS_AUTHOR | sets the feed customization for the author atom element | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_AS_AUTHOR...more details | ||
| SET_AS_CONTENT_SOURCE | sets the property as content source (href) for media types | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_AS_CONTENT_SOURCE...more details | ||
| SET_AS_CONTENT_TYPE | sets the property as content type (mime) for media types | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_AS_CONTENT_TYPE...more details | ||
| SET_AS_CONTENT_VALUE | sets the property as content value for media types | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_AS_CONTENT_VALUE...more details | ||
| SET_AS_ETAG | sets the property as etag value | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_AS_ETAG...more details | ||
| SET_AS_PUBLISHED | sets the feed customization for the published atom element | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_AS_PUBLISHED...more details | ||
| SET_AS_TITLE | sets the feed customization for the title atom element | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_AS_TITLE...more details | ||
| SET_AS_UPDATED | sets the feed customization for the updated atom element | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_AS_UPDATED...more details | ||
| SET_CONTENT_DISPOSITION | sets information whether file downloaded / displayed inline | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_CONTENT_DISPOSITION...more details | ||
| SET_CONVERSION_EXIT | sets the name of conversion exit for the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_CONVERSION_EXIT...more details | ||
| SET_CREATABLE | sets the creatable flag in terms of the sdata spec | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_CREATABLE...more details | ||
| SET_DEFAULT_VALUE | Set the default value of a property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_DEFAULT_VALUE...more details | ||
| SET_DISABLED | sets the is_enabled flag of the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_DISABLED...more details | ||
| SET_FC_TARGET_PATH | sets the feed customization generically | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_FC_TARGET_PATH...more details | ||
| SET_FIELD_CONTROL | sets the property that contains the field control | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_FIELD_CONTROL...more details | ||
| SET_FILE_NAME_PROPERTY | sets the property having file name for media types | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_FILE_NAME_PROPERTY...more details | ||
| SET_FILTERABLE | sets the filterable flag meaning that is usable as filter | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_FILTERABLE...more details | ||
| SET_FUNC_IMP_MAX_LEN_CHECK | Set Function import max length check on property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_FUNC_IMP_MAX_LEN_CHECK...more details | ||
| SET_INTERNAL_LENGTH | USAGE NOT RECOMMENDED - sets the internal abap length | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_INTERNAL_LENGTH...more details | ||
| SET_INTERNAL_TYPE | sets the internal abap type for the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_INTERNAL_TYPE...more details | ||
| SET_IS_EXTENSION_FIELD | sets the is-extension-field flag for the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_IS_EXTENSION_FIELD...more details | ||
| SET_IS_KEY | sets the is key flag | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_IS_KEY...more details | ||
| SET_IS_TECHNICAL | Sets primitive property as technical | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_IS_TECHNICAL...more details | ||
| SET_IS_UPPERCASE | sets the uppercase flag for the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_IS_UPPERCASE...more details | ||
| SET_LABEL_FROM_TEXT_ELEMENT | Public | |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_LABEL_FROM_TEXT_ELEMENT...more details | ||
| SET_MAXLENGTH | sets the maximal length of the property for input fields | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_MAXLENGTH...more details | ||
| SET_NAME | Public | |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_NAME...more details | ||
| SET_NULLABLE | sets the nullable flag, meaning that it is optional | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_NULLABLE...more details | ||
| SET_PRECISION_SCALE_CHK_4_AMT | Set precision and scale check on currency, unit amount prop. | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_PRECISION_SCALE_CHK_4_AMT...more details | ||
| SET_PRECISON | sets the precesion, decimals for the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_PRECISON...more details | ||
| SET_PROVIDER_INFO | set arbitary provider specific information | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_PROVIDER_INFO...more details | ||
| SET_REFERENCE_ANNOTATION | sets the name of a property in the same type | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_REFERENCE_ANNOTATION...more details | ||
| SET_SEMANTIC | sets the semantic field for the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_SEMANTIC...more details | ||
| SET_SORTABLE | sets the sortable flag for the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_SORTABLE...more details | ||
| SET_TEXT_KEY | sets a text key | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_TEXT_KEY...more details | ||
| SET_TYPE_EDM_BINARY | sets the edm type binary to the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_BINARY...more details | ||
| SET_TYPE_EDM_BOOLEAN | sets the edm type boolean to the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_BOOLEAN...more details | ||
| SET_TYPE_EDM_BYTE | sets the edm type byte to the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_BYTE...more details | ||
| SET_TYPE_EDM_DATETIME | sets the edm type datetime to the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_DATETIME...more details | ||
| SET_TYPE_EDM_DATETIMEOFFSET | sets the edm type datetimeofset to the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_DATETIMEOFFSET...more details | ||
| SET_TYPE_EDM_DECIMAL | sets the edm type decimal to the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_DECIMAL...more details | ||
| SET_TYPE_EDM_DOUBLE | sets the edm type double to the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_DOUBLE...more details | ||
| SET_TYPE_EDM_FLOAT | sets the edm type float to the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_FLOAT...more details | ||
| SET_TYPE_EDM_GUID | sets the edm type guid to the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_GUID...more details | ||
| SET_TYPE_EDM_INT16 | sets the edm typeint16 to the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_INT16...more details | ||
| SET_TYPE_EDM_INT32 | sets the edm type int32 to the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_INT32...more details | ||
| SET_TYPE_EDM_INT64 | sets the edm type int64 to the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_INT64...more details | ||
| SET_TYPE_EDM_SBYTE | sets the edm type byte to the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_SBYTE...more details | ||
| SET_TYPE_EDM_SINGLE | sets the edm type single to the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_SINGLE...more details | ||
| SET_TYPE_EDM_STRING | sets the edm type string to the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_STRING...more details | ||
| SET_TYPE_EDM_TIME | sets the edm type time to the property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_TIME...more details | ||
| SET_UNIT | obsolete - use SET_UNIT_PROPERTY | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_UNIT...more details | ||
| SET_UNIT_PRECISION | obsolete - use SET_UNIT_PRECISION_PROPERTY | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_UNIT_PRECISION...more details | ||
| SET_UNIT_PRECISION_PROPERTY | sets the property that contains the precision for this unit | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_UNIT_PRECISION_PROPERTY...more details | ||
| SET_UNIT_PROPERTY | sets the property that contains the unit for this number | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_UNIT_PROPERTY...more details | ||
| SET_UPDATABLE | sets the updatable flag in terms of the sdata spec | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_UPDATABLE...more details | ||
| SET_VALUE_CONTROL_PROPERTY | Set a value control property for current property | Public |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_VALUE_CONTROL_PROPERTY...more details | ||
| SET_VALUE_LIST | Public | |
| CALL METHOD /iwbep/if_mgw_odata_property=>SET_VALUE_LIST...more details | ||
| USE_SAP_CURRENCY_CODE_4_AMOUNT | Public | |
| CALL METHOD /iwbep/if_mgw_odata_property=>USE_SAP_CURRENCY_CODE_4_AMOUNT...more details | ||
/IWBEP/IF_MGW_ODATA_PROPERTY attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| GCS_VALUE_LIST_TYPE_PROPERTY | Constant | LIKE | Public |
/IWBEP/IF_MGW_ODATA_PROPERTY types
S - Single-Character IndicatorLinks to Related Class(s)
/IWBEP/I...Full list of available SAP object classes
Search for further information about these or an SAP related objects