SAP /FMP/CL_MP_MATERIAL_PRICE OO Class - Material Price
/FMP/CL_MP_MATERIAL_PRICE 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/CL_MP_MATERIAL_PRICE including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /FMP/IF_MP_MATERIAL_PRICEInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_OS_STATEMethod list of /FMP/CL_MP_MATERIAL_PRICE 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_CURTP | Reads the Attribute CURTP | Public |
| CALL METHOD /fmp/cl_mp_material_price=>GET_CURTP...more details | ||
| GET_FROMDAT | Reads the Attribute FROMDAT | Protected |
| CALL METHOD /fmp/cl_mp_material_price=>GET_FROMDAT...more details | ||
| GET_FROMYEARPER | Reads the Attribute FROMYEARPER | Public |
| CALL METHOD /fmp/cl_mp_material_price=>GET_FROMYEARPER...more details | ||
| GET_KALNR | Reads the Attribute KALNR | Public |
| CALL METHOD /fmp/cl_mp_material_price=>GET_KALNR...more details | ||
| GET_KEKO_PART | Reads the Attribute KEKO_PART | Protected |
| CALL METHOD /fmp/cl_mp_material_price=>GET_KEKO_PART...more details | ||
| GET_MEINH | Reads Attribute MEINH | Public |
| CALL METHOD /fmp/cl_mp_material_price=>GET_MEINH...more details | ||
|
| ||
| GET_MO_PRICED_MATERIAL | Reads the Attribute MO_PRICED_MATERIAL | Protected |
| CALL METHOD /fmp/cl_mp_material_price=>GET_MO_PRICED_MATERIAL...more details | ||
| GET_PEINH | Reads the Attribute PEINH | Protected |
| CALL METHOD /fmp/cl_mp_material_price=>GET_PEINH...more details | ||
| GET_PRICE | Reads the Attribute PRICE | Protected |
| CALL METHOD /fmp/cl_mp_material_price=>GET_PRICE...more details | ||
| GET_PRICETYPE | Reads the Attribute PRICETYPE | Public |
| CALL METHOD /fmp/cl_mp_material_price=>GET_PRICETYPE...more details | ||
| GET_READ_ONLY | Reads the Attribute READ_ONLY | Protected |
| CALL METHOD /fmp/cl_mp_material_price=>GET_READ_ONLY...more details | ||
| GET_TODAT | Reads the Attribute TODAT | Protected |
| CALL METHOD /fmp/cl_mp_material_price=>GET_TODAT...more details | ||
| GET_TOYEARPER | Reads the Attribute TOYEARPER | Protected |
| CALL METHOD /fmp/cl_mp_material_price=>GET_TOYEARPER...more details | ||
| GET_UNTPER | Reads the Attribute UNTPER | Public |
| CALL METHOD /fmp/cl_mp_material_price=>GET_UNTPER...more details | ||
| GET_USED | Reads the Attribute USED | Protected |
| CALL METHOD /fmp/cl_mp_material_price=>GET_USED...more details | ||
| GET_VPRSV | Reads the Attribute VPRSV | Protected |
| CALL METHOD /fmp/cl_mp_material_price=>GET_VPRSV...more details | ||
| GET_WAERS | Reads Attribute WAERS | Protected |
| CALL METHOD /fmp/cl_mp_material_price=>GET_WAERS...more details | ||
| SET_FROMDAT | Sets the Attribute FROMDAT | Protected |
| CALL METHOD /fmp/cl_mp_material_price=>SET_FROMDAT...more details | ||
| SET_KEKO_PART | Sets the Attribute KEKO_PART | Protected |
| CALL METHOD /fmp/cl_mp_material_price=>SET_KEKO_PART...more details | ||
| SET_MO_PRICED_MATERIAL | Sets the Attribute MO_PRICED_MATERIAL | Protected |
| CALL METHOD /fmp/cl_mp_material_price=>SET_MO_PRICED_MATERIAL...more details | ||
| SET_PEINH | Sets the Attribute PEINH | Protected |
| CALL METHOD /fmp/cl_mp_material_price=>SET_PEINH...more details | ||
| SET_PRICE | Sets the Attribute PRICE | Protected |
| CALL METHOD /fmp/cl_mp_material_price=>SET_PRICE...more details | ||
| SET_READ_ONLY | Sets the Attribute READ_ONLY | Protected |
| CALL METHOD /fmp/cl_mp_material_price=>SET_READ_ONLY...more details | ||
| SET_TODAT | Sets the Attribute TODAT | Protected |
| CALL METHOD /fmp/cl_mp_material_price=>SET_TODAT...more details | ||
| SET_TOYEARPER | Sets the Attribute TOYEARPER | Protected |
| CALL METHOD /fmp/cl_mp_material_price=>SET_TOYEARPER...more details | ||
| SET_USED | Sets the Attribute USED | Protected |
| CALL METHOD /fmp/cl_mp_material_price=>SET_USED...more details | ||
| SET_VPRSV | Sets the Attribute VPRSV | Protected |
| CALL METHOD /fmp/cl_mp_material_price=>SET_VPRSV...more details | ||
| SET_WAERS | Sets Attribute WAERS | Protected |
| CALL METHOD /fmp/cl_mp_material_price=>SET_WAERS...more details | ||
| _GET_PRICE_STRUCTURE | Private | |
| CALL METHOD /fmp/cl_mp_material_price=>_GET_PRICE_STRUCTURE...more details | ||
| _SET_PRICED_MATERIAL | Sets the Priced Material | Protected |
| CALL METHOD /fmp/cl_mp_material_price=>_SET_PRICED_MATERIAL...more details | ||
/FMP/CL_MP_MATERIAL_PRICE 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 |
| CURTP | Instance Attribute | Currency type and valuation view | LIKE CURTP | Protected | |
| FROMDAT | Instance Attribute | Valid-From Date | LIKE /FMP/MP_FROMDAT | Protected | |
| FROMYEARPER | Instance Attribute | Valid-From Period | LIKE /FMP/MP_FROMYEARPER | Protected | |
| KALNR | Instance Attribute | Cost Estimate Number for Cost Est. w/o Qty Structure | LIKE CK_KALNR | Protected | |
| KEKO_PART | Instance Attribute | LIKE | Private | ||
| MEINH | Instance Attribute | Unit of measure for display | LIKE MEINH | Protected | |
| MO_PRICED_MATERIAL | Instance Attribute | LIKE | Private | ||
| PEINH | Instance Attribute | Price Unit | LIKE PEINH | Protected | |
| PRICE | Instance Attribute | Price for Ending Inventory Valuation | LIKE CK_EIPRICE | Protected | |
| PRICETYPE | Instance Attribute | Price Type for Material Prices | LIKE /FMP/MP_PRICE_TYPE | Protected | |
| READ_ONLY | Instance Attribute | Checkbox | LIKE XFELD | Protected | |
| TODAT | Instance Attribute | Valid-To Date | LIKE /FMP/MP_TODAT | Protected | |
| TOYEARPER | Instance Attribute | Valid-To Period | LIKE /FMP/MP_TOYEARPER | Protected | |
| UNTPER | Instance Attribute | Value Structure Type | LIKE CK_UNTPER | Protected | |
| USED | Instance Attribute | Price has been used to change price | LIKE /FMP/MP_PRCCHGIND | Protected | |
| VPRSV | Instance Attribute | Price Control Indicator | LIKE VPRSV | Protected | |
| WAERS | Instance Attribute | Currency Key | LIKE WAERS | Protected |
Links to Related Class(s)
/FMP/CL_...Full list of available SAP object classes
Search for further information about these or an SAP related objects