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 Name | Description | Visability |
| GET_LIST_BY_RANGES | Price History Object List for Selection Options | Public |
| CALL METHOD /fmp/if_mp_price_histories=>GET_LIST_BY_RANGES...more details | ||
| SET_HISTORY | Add Price History | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MC_HISTORY_FLAT_INIT | Instance Attribute | LIKE | Private | ||
| MO_QUERY | Instance Attribute | Object Services Query | LIKE IF_OS_QUERY | Public | |
| MO_QUERY_MANAGER | Instance Attribute | Object Services Query Manager | LIKE IF_OS_QUERY_MANAGER | Public | |
| MT_BWKEY_RT | Instance Attribute | LIKE | Private | ||
| MT_BWTAR_RT | Instance Attribute | LIKE | Private | ||
| MT_CURTP_RT | Instance Attribute | LIKE | Private | ||
| MT_FROMDAT_RT | Instance Attribute | LIKE | Private | ||
| MT_FROMYEARPER_RT | Instance Attribute | LIKE | Private | ||
| MT_FUNCTION_RT | Instance Attribute | LIKE | Private | ||
| MT_KALNR_RT | Instance Attribute | LIKE | Private | ||
| MT_LIFNR_RT | Instance Attribute | LIKE | Private | ||
| MT_MATNR_RT | Instance Attribute | LIKE | Private | ||
| MT_MEINH_RT | Instance Attribute | LIKE | Private | ||
| MT_PEINH_RT | Instance Attribute | LIKE | Private | ||
| MT_POSNR_RT | Instance Attribute | LIKE | Private | ||
| MT_PRICETYPE_RT | Instance Attribute | LIKE | Private | ||
| MT_PRICE_RT | Instance Attribute | LIKE | Private | ||
| MT_PSPNR_RT | Instance Attribute | LIKE | Private | ||
| MT_TIMESTAMPL_RT | Instance Attribute | LIKE | Private | ||
| MT_TODAT_RT | Instance Attribute | LIKE | Private | ||
| MT_TOYEARPER_RT | Instance Attribute | LIKE | Private | ||
| MT_UNAME_RT | Instance Attribute | LIKE | Private | ||
| MT_UNTPER_RT | Instance Attribute | LIKE | Private | ||
| MT_USED_RT | Instance Attribute | LIKE | Private | ||
| MT_VBELN_RT | Instance Attribute | LIKE | Private | ||
| MT_WAERS_RT | Instance Attribute | LIKE | Private | ||
| MV_SKIP | Instance Attribute | LIKE | Private | ||
| MV_UPTO | Instance Attribute | LIKE | 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