SAP /FMP/CL_MP_HISTORY_VIEW OO Class - FMP View Material Prices History
/FMP/CL_MP_HISTORY_VIEW 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_HISTORY_VIEW 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_CONInterface 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_FIELDNAMESInterface 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_FIELDPOSInterface 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_GDATAInterface 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_RANGEMethod list of /FMP/CL_MP_HISTORY_VIEW 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 |
| ALV_GRID_INITIALIZE | Private | |
| CALL METHOD /fmp/cl_mp_history_view=>ALV_GRID_INITIALIZE...more details | ||
| AT_SELECTION_SCREEN | Private | |
| CALL METHOD /fmp/cl_mp_history_view=>AT_SELECTION_SCREEN...more details | ||
| AT_SELECTION_SCREEN_OUTPUT | Private | |
| CALL METHOD /fmp/cl_mp_history_view=>AT_SELECTION_SCREEN_OUTPUT...more details | ||
| COSTING_CALCULATION_DISPLAY | Private | |
| CALL METHOD /fmp/cl_mp_history_view=>COSTING_CALCULATION_DISPLAY...more details | ||
| FIELDCATALOG_SET | Private | |
| CALL METHOD /fmp/cl_mp_history_view=>FIELDCATALOG_SET...more details | ||
| GET_INSTANCE | Private | |
| CALL METHOD /fmp/cl_mp_history_view=>GET_INSTANCE...more details | ||
|
| ||
| HISTORY_DISPLAY | Private | |
| CALL METHOD /fmp/cl_mp_history_view=>HISTORY_DISPLAY...more details | ||
| MATERIAL_CHANGE_DOC_DISPLAY | Private | |
| CALL METHOD /fmp/cl_mp_history_view=>MATERIAL_CHANGE_DOC_DISPLAY...more details | ||
| ON_TOOLBAR | Private | |
| CALL METHOD /fmp/cl_mp_history_view=>ON_TOOLBAR...more details | ||
| ON_USER_COMMAND | Private | |
| CALL METHOD /fmp/cl_mp_history_view=>ON_USER_COMMAND...more details | ||
| PRICE_CHANGE_DOC_DISPLAY | Private | |
| CALL METHOD /fmp/cl_mp_history_view=>PRICE_CHANGE_DOC_DISPLAY...more details | ||
| PROCESS_AFTER_INPUT | Private | |
| CALL METHOD /fmp/cl_mp_history_view=>PROCESS_AFTER_INPUT...more details | ||
| PROCESS_BEFORE_OUTPUT | Private | |
| CALL METHOD /fmp/cl_mp_history_view=>PROCESS_BEFORE_OUTPUT...more details | ||
| START_PRICE_HISTORY | Material Price History | Public |
| CALL METHOD /fmp/cl_mp_history_view=>START_PRICE_HISTORY...more details | ||
/FMP/CL_MP_HISTORY_VIEW 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 |
| FALSE | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_AEDAT | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_AENAM | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_AEZET | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_BWTAR | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_CURTP | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_CURTP_TXT | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_DATAB | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_DATBI | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_FROMYEARPER | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_ICON | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_ICON_REF | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_KEY_FIXED | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_LIFNR | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_MATNR | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_MEINS | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_PEINH | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_PEINH_1 | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_PEINH_2 | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_PEINH_DELTA | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_PEINH_NEW | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_PEINH_OLD | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_PERCENTAGE | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_PERIOD_FROM | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_PERIOD_TO | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_POSNR | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_PRCTR | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_PRICE | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_PRICE_1 | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_PRICE_2 | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_PRICE_DELTA | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_PRICE_NEW | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_PRICE_OLD | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_PRTYP | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_PRTYP_TXT | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_PSPNR | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_TOYEARPER | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_USED | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_VBELN | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_WAERS | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_WERKS | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_YEAR_FROM | Instance Attribute | LIKE | Private | ||
| GC_FIELDNAME_YEAR_TO | Instance Attribute | LIKE | Private | ||
| GC_FIELDPOS_01 | Instance Attribute | LIKE | Private | ||
| GC_FIELDPOS_02 | Instance Attribute | LIKE | Private | ||
| GC_FIELDPOS_03 | Instance Attribute | LIKE | Private | ||
| GC_FIELDPOS_04 | Instance Attribute | LIKE | Private | ||
| GC_FIELDPOS_05 | Instance Attribute | LIKE | Private | ||
| GC_FIELDPOS_06 | Instance Attribute | LIKE | Private | ||
| GC_FIELDPOS_07 | Instance Attribute | LIKE | Private | ||
| GC_FIELDPOS_08 | Instance Attribute | LIKE | Private | ||
| GC_FIELDPOS_09 | Instance Attribute | LIKE | Private | ||
| GC_FIELDPOS_10 | Instance Attribute | LIKE | Private | ||
| GC_FIELDPOS_11 | Instance Attribute | LIKE | Private | ||
| GC_FIELDPOS_12 | Instance Attribute | LIKE | Private | ||
| GC_FIELDPOS_13 | Instance Attribute | LIKE | Private | ||
| GC_FIELDPOS_14 | Instance Attribute | LIKE | Private | ||
| GC_FIELDPOS_15 | Instance Attribute | LIKE | Private | ||
| GC_FIELDPOS_16 | Instance Attribute | LIKE | Private | ||
| GC_FIELDPOS_17 | Instance Attribute | LIKE | Private | ||
| GC_FIELDPOS_18 | Instance Attribute | LIKE | Private | ||
| GC_FIELDPOS_19 | Instance Attribute | LIKE | Private | ||
| GC_FIELDPOS_20 | Instance Attribute | LIKE | Private | ||
| GC_FIELDPOS_21 | Instance Attribute | LIKE | Private | ||
| GC_FIELDPOS_22 | Instance Attribute | LIKE | Private | ||
| GC_FIELD_BUKRS | Constant | Field Name | 'P5_BUKRS' | LIKE FIELDNAME | Private |
| GC_FIELD_PRTYP_LOW | Constant | Field Name | 'S5_PRTYP-LOW' | LIKE FIELDNAME | Private |
| GC_NUM_04 | Instance Attribute | LIKE | Private | ||
| GC_NUM_06 | Instance Attribute | LIKE | Private | ||
| GC_NUM_15 | Instance Attribute | LIKE | Private | ||
| GC_NUM_20 | Instance Attribute | LIKE | Private | ||
| GC_NUM_40 | Instance Attribute | LIKE | Private | ||
| GC_NUM_60 | Instance Attribute | LIKE | Private | ||
| GC_PARAM_ID_PRICETYPE | Instance Attribute | LIKE | Private | ||
| GC_PFKEY_DISPLAY | Constant | Current GUI Status | 'DISPLAY' | LIKE SY-PFKEY | Private |
| GC_PFKEY_OPT | Constant | Current GUI Status | 'SELECTION_OPT' | LIKE SY-PFKEY | Private |
| GC_REPID | Instance Attribute | LIKE | Private | ||
| GC_STRNAME_HISTORY | Constant | Name of a Structure | '/FMP/S_MP_REP_PRICE_HISTORY' | LIKE STRUKNAME | Private |
| GC_TITLE_HISTORY | Constant | Menu Painter: Title code | 'HISTORY' | LIKE GUI_TITLE | Private |
| GC_UCOMM_BACK | Instance Attribute | LIKE | Private | ||
| GC_UCOMM_CANCEL | Instance Attribute | LIKE | Private | ||
| GC_UCOMM_DOCUMENT | Instance Attribute | LIKE | Private | ||
| GC_UCOMM_EXIT | Instance Attribute | LIKE | Private | ||
| GC_UCOMM_FSEL | Instance Attribute | LIKE | Private | ||
| GC_UCOMM_SAVE | Instance Attribute | LIKE | Private | ||
| GC_UCOMM_VARIANT | Instance Attribute | LIKE | Private | ||
| GO_CONTAINER | Instance Attribute | Container for Custom Controls in Screen Area | LIKE CL_GUI_CUSTOM_CONTAINER | Private | |
| GO_GRID | Instance Attribute | SAP List Viewer | LIKE CL_GUI_ALV_GRID | Private | |
| GS_DATA | Instance Attribute | LIKE | Private | ||
| GT_FIELDCAT | Instance Attribute | Field Catalog for SAP List Viewer Control | LIKE LVC_T_FCAT | Private | |
| GT_HISTORY | Instance Attribute | Material Price History in ALV | LIKE /FMP/T_MP_REP_PRICE_HISTORY | Private | |
| GV_UCOMM | Instance Attribute | Function Code That Triggered PAI | LIKE SY-UCOMM | Private | |
| MR_INSTANCE | Static Attribute | FMP Reporting View | LIKE /FMP/CL_MP_HISTORY_VIEW | Private | |
| TRUE | Instance Attribute | LIKE | Private |
/FMP/CL_MP_HISTORY_VIEW types
GTYP_GDATA_MAIN -GTYP_GDATA_REP -
GTYP_MATNR_R -
GTYP_PRTYP_R -
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