SAP /FMP/IF_MP_PRICE_HISTORIES OO Class - Material Price Histories









/FMP/IF_MP_PRICE_HISTORIES 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 /FMP/IF_MP_PRICE_HISTORIES 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 /FMP/IF_MP_PRICE_HISTORIES 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
GET_LIST_BY_RANGESPrice History Object List for Selection OptionsPublic
CALL METHOD /fmp/if_mp_price_histories=>GET_LIST_BY_RANGES...more details

SET_HISTORYAdd Price HistoryPublic
CALL METHOD /fmp/if_mp_price_histories=>SET_HISTORY...more details



/FMP/IF_MP_PRICE_HISTORIES 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
MC_HISTORY_FLAT_INITInstance AttributeLIKE
Private
MO_QUERYInstance AttributeObject Services QueryLIKE
IF_OS_QUERY
Public
MO_QUERY_MANAGERInstance AttributeObject Services Query ManagerLIKE
IF_OS_QUERY_MANAGER
Public
MT_BWKEY_RTInstance AttributeLIKE
Private
MT_BWTAR_RTInstance AttributeLIKE
Private
MT_CURTP_RTInstance AttributeLIKE
Private
MT_FROMDAT_RTInstance AttributeLIKE
Private
MT_FROMYEARPER_RTInstance AttributeLIKE
Private
MT_FUNCTION_RTInstance AttributeLIKE
Private
MT_KALNR_RTInstance AttributeLIKE
Private
MT_LIFNR_RTInstance AttributeLIKE
Private
MT_MATNR_RTInstance AttributeLIKE
Private
MT_MEINH_RTInstance AttributeLIKE
Private
MT_PEINH_RTInstance AttributeLIKE
Private
MT_POSNR_RTInstance AttributeLIKE
Private
MT_PRICETYPE_RTInstance AttributeLIKE
Private
MT_PRICE_RTInstance AttributeLIKE
Private
MT_PSPNR_RTInstance AttributeLIKE
Private
MT_TIMESTAMPL_RTInstance AttributeLIKE
Private
MT_TODAT_RTInstance AttributeLIKE
Private
MT_TOYEARPER_RTInstance AttributeLIKE
Private
MT_UNAME_RTInstance AttributeLIKE
Private
MT_UNTPER_RTInstance AttributeLIKE
Private
MT_USED_RTInstance AttributeLIKE
Private
MT_VBELN_RTInstance AttributeLIKE
Private
MT_WAERS_RTInstance AttributeLIKE
Private
MV_SKIPInstance AttributeLIKE
Private
MV_UPTOInstance AttributeLIKE
Private




/FMP/IF_MP_PRICE_HISTORIES types

GTY_BWKEY_RT -
GTY_BWTAR_RT -
GTY_CURTP_RT -
GTY_FROMDAT_RT -
GTY_FROMYEARPER_RT -
GTY_FUNCTION_RT -
GTY_HISTORY_FLAT -
GTY_KALNR_RT -
GTY_LIFNR_RT -
GTY_MATNR_RT -
GTY_MEINH_RT -
GTY_PEINH_RT -
GTY_POSNR_RT -
GTY_PRICETYPE_RT -
GTY_PRICE_RT -
GTY_PSPNR_RT -
GTY_TIMESTAMPL_RT -
GTY_TODAT_RT -
GTY_TOYEARPER_RT -
GTY_UNAME_RT -
GTY_UNTPER_RT -
GTY_USED_RT -
GTY_VBELN_RT -
GTY_WAERS_RT -

Links to Related Class(s)

/FMP/IF_...
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!