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 NameDescriptionVisability
BIND_DATA_ELEMENTbinds a ddic data element to the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>BIND_DATA_ELEMENT...more details

BIND_DATA_ELEMENT_FOR_TEXTbinds a ddic data element to the property for textPublic
CALL METHOD /iwbep/if_mgw_odata_property=>BIND_DATA_ELEMENT_FOR_TEXT...more details

DISABLE_CONVERSIONDisables the conversion for the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>DISABLE_CONVERSION...more details

ENABLE_CONVERSIONEnables the conversion for the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>ENABLE_CONVERSION...more details

GET_IDPublic
CALL METHOD /iwbep/if_mgw_odata_property=>GET_ID...more details

GET_IS_DISABLEDGet the is_enabled flag of the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>GET_IS_DISABLED...more details

IS_KEY_PROPERTYIs property key value?Public
CALL METHOD /iwbep/if_mgw_odata_property=>IS_KEY_PROPERTY...more details

SET_AS_AUTHORsets the feed customization for the author atom elementPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_AS_AUTHOR...more details

SET_AS_CONTENT_SOURCEsets the property as content source (href) for media typesPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_AS_CONTENT_SOURCE...more details

SET_AS_CONTENT_TYPEsets the property as content type (mime) for media typesPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_AS_CONTENT_TYPE...more details

SET_AS_CONTENT_VALUEsets the property as content value for media typesPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_AS_CONTENT_VALUE...more details

SET_AS_ETAGsets the property as etag valuePublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_AS_ETAG...more details

SET_AS_PUBLISHEDsets the feed customization for the published atom elementPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_AS_PUBLISHED...more details

SET_AS_TITLEsets the feed customization for the title atom elementPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_AS_TITLE...more details

SET_AS_UPDATEDsets the feed customization for the updated atom elementPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_AS_UPDATED...more details

SET_CONTENT_DISPOSITIONsets information whether file downloaded / displayed inlinePublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_CONTENT_DISPOSITION...more details

SET_CONVERSION_EXITsets the name of conversion exit for the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_CONVERSION_EXIT...more details

SET_CREATABLEsets the creatable flag in terms of the sdata specPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_CREATABLE...more details

SET_DEFAULT_VALUESet the default value of a propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_DEFAULT_VALUE...more details

SET_DISABLEDsets the is_enabled flag of the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_DISABLED...more details

SET_FC_TARGET_PATHsets the feed customization genericallyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_FC_TARGET_PATH...more details

SET_FIELD_CONTROLsets the property that contains the field controlPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_FIELD_CONTROL...more details

SET_FILE_NAME_PROPERTYsets the property having file name for media typesPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_FILE_NAME_PROPERTY...more details

SET_FILTERABLEsets the filterable flag meaning that is usable as filterPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_FILTERABLE...more details

SET_FUNC_IMP_MAX_LEN_CHECKSet Function import max length check on propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_FUNC_IMP_MAX_LEN_CHECK...more details

SET_INTERNAL_LENGTHUSAGE NOT RECOMMENDED - sets the internal abap lengthPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_INTERNAL_LENGTH...more details

SET_INTERNAL_TYPEsets the internal abap type for the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_INTERNAL_TYPE...more details

SET_IS_EXTENSION_FIELDsets the is-extension-field flag for the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_IS_EXTENSION_FIELD...more details

SET_IS_KEYsets the is key flagPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_IS_KEY...more details

SET_IS_TECHNICALSets primitive property as technicalPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_IS_TECHNICAL...more details

SET_IS_UPPERCASEsets the uppercase flag for the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_IS_UPPERCASE...more details

SET_LABEL_FROM_TEXT_ELEMENTPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_LABEL_FROM_TEXT_ELEMENT...more details

SET_MAXLENGTHsets the maximal length of the property for input fieldsPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_MAXLENGTH...more details

SET_NAMEPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_NAME...more details

SET_NULLABLEsets the nullable flag, meaning that it is optionalPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_NULLABLE...more details

SET_PRECISION_SCALE_CHK_4_AMTSet 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_PRECISONsets the precesion, decimals for the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_PRECISON...more details

SET_PROVIDER_INFOset arbitary provider specific informationPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_PROVIDER_INFO...more details

SET_REFERENCE_ANNOTATIONsets the name of a property in the same typePublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_REFERENCE_ANNOTATION...more details

SET_SEMANTICsets the semantic field for the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_SEMANTIC...more details

SET_SORTABLEsets the sortable flag for the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_SORTABLE...more details

SET_TEXT_KEYsets a text keyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_TEXT_KEY...more details

SET_TYPE_EDM_BINARYsets the edm type binary to the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_BINARY...more details

SET_TYPE_EDM_BOOLEANsets the edm type boolean to the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_BOOLEAN...more details

SET_TYPE_EDM_BYTEsets the edm type byte to the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_BYTE...more details

SET_TYPE_EDM_DATETIMEsets the edm type datetime to the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_DATETIME...more details

SET_TYPE_EDM_DATETIMEOFFSETsets the edm type datetimeofset to the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_DATETIMEOFFSET...more details

SET_TYPE_EDM_DECIMALsets the edm type decimal to the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_DECIMAL...more details

SET_TYPE_EDM_DOUBLEsets the edm type double to the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_DOUBLE...more details

SET_TYPE_EDM_FLOATsets the edm type float to the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_FLOAT...more details

SET_TYPE_EDM_GUIDsets the edm type guid to the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_GUID...more details

SET_TYPE_EDM_INT16sets the edm typeint16 to the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_INT16...more details

SET_TYPE_EDM_INT32sets the edm type int32 to the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_INT32...more details

SET_TYPE_EDM_INT64sets the edm type int64 to the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_INT64...more details

SET_TYPE_EDM_SBYTEsets the edm type byte to the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_SBYTE...more details

SET_TYPE_EDM_SINGLEsets the edm type single to the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_SINGLE...more details

SET_TYPE_EDM_STRINGsets the edm type string to the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_STRING...more details

SET_TYPE_EDM_TIMEsets the edm type time to the propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_TYPE_EDM_TIME...more details

SET_UNITobsolete - use SET_UNIT_PROPERTYPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_UNIT...more details

SET_UNIT_PRECISIONobsolete - use SET_UNIT_PRECISION_PROPERTYPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_UNIT_PRECISION...more details

SET_UNIT_PRECISION_PROPERTYsets the property that contains the precision for this unitPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_UNIT_PRECISION_PROPERTY...more details

SET_UNIT_PROPERTYsets the property that contains the unit for this numberPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_UNIT_PROPERTY...more details

SET_UPDATABLEsets the updatable flag in terms of the sdata specPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_UPDATABLE...more details

SET_VALUE_CONTROL_PROPERTYSet a value control property for current propertyPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_VALUE_CONTROL_PROPERTY...more details

SET_VALUE_LISTPublic
CALL METHOD /iwbep/if_mgw_odata_property=>SET_VALUE_LIST...more details

USE_SAP_CURRENCY_CODE_4_AMOUNTPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
GCS_VALUE_LIST_TYPE_PROPERTYConstantLIKE
Public




/IWBEP/IF_MGW_ODATA_PROPERTY types

S - Single-Character Indicator

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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!