SAP /FMP/CA_MP_PRICE_HISTORY OO Class - Agent Material Price History
/FMP/CA_MP_PRICE_HISTORY 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/CA_MP_PRICE_HISTORY including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /FMP/CA_MP_PRICE_HISTORY is /FMP/CB_MP_PRICE_HISTORYInterface 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_PRICE_HISTORIESMethod list of /FMP/CA_MP_PRICE_HISTORY 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 |
| ASSIGN_PRICED_MATERIAL | Assign Priced Material | Protected |
| CALL METHOD /fmp/ca_mp_price_history=>ASSIGN_PRICED_MATERIAL...more details | ||
| CLASS_CONSTRUCTOR | Class Constructor | Public |
| CALL METHOD /fmp/ca_mp_price_history=>CLASS_CONSTRUCTOR...more details | ||
| GET_LIST_BY_RANGES | Private | |
| CALL METHOD /fmp/ca_mp_price_history=>GET_LIST_BY_RANGES...more details | ||
| IS_ANY_PRICETYPE_IN_TABLE | Are prices to be read in the table | Protected |
| CALL METHOD /fmp/ca_mp_price_history=>IS_ANY_PRICETYPE_IN_TABLE...more details | ||
| MOVE_RANGES_TO_WHERE_DO_BEFORE | Link Together WHERE - Conditions | Protected |
| CALL METHOD /fmp/ca_mp_price_history=>MOVE_RANGES_TO_WHERE_DO_BEFORE...more details | ||
| MOVE_RANGES_TO_WHERE_FOR_TABLE | Link Together WHERE - Conditions | Protected |
| CALL METHOD /fmp/ca_mp_price_history=>MOVE_RANGES_TO_WHERE_FOR_TABLE...more details | ||
|
| ||
| MOVE_TO_DB_DATA_FROM_FLAT | Read Table | Protected |
| CALL METHOD /fmp/ca_mp_price_history=>MOVE_TO_DB_DATA_FROM_FLAT...more details | ||
| READ_FROM_VIEW | Read Table | Protected |
| CALL METHOD /fmp/ca_mp_price_history=>READ_FROM_VIEW...more details | ||
| READ_FROM_VIEW_CD | Read Table | Protected |
| CALL METHOD /fmp/ca_mp_price_history=>READ_FROM_VIEW_CD...more details | ||
| READ_FROM_VIEW_HIS | Read Table | Protected |
| CALL METHOD /fmp/ca_mp_price_history=>READ_FROM_VIEW_HIS...more details | ||
| _SET_HISTORY | Private | |
| CALL METHOD /fmp/ca_mp_price_history=>_SET_HISTORY...more details | ||
/FMP/CA_MP_PRICE_HISTORY 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 |
| AGENT | Static Attribute | Class Agent - Singleton | LIKE /FMP/CA_MP_PRICE_HISTORY | Public | |
| MC_HISTORY_FLAT_INIT | Instance Attribute | LIKE | Private | ||
| MO_QUERY | Instance Attribute | LIKE | Private | ||
| MO_QUERY_MANAGER | Instance Attribute | LIKE | Private | ||
| MO_STATE | Instance Attribute | LIKE | Private | ||
| 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_PRICED_MATERIALS | 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/CA_MP_PRICE_HISTORY 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_PRICED_MATERIAL -
GTY_PRICED_MATERIALS -
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/CA_...Full list of available SAP object classes
Search for further information about these or an SAP related objects