SAP /FMP/IF_MP_PRICE_TYPES OO Class - PriceTypes
/FMP/IF_MP_PRICE_TYPES 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_TYPES 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_TYPES 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 |
| DOES_TYPE_EXIST | Check: Price Type Exists | Public |
| CALL METHOD /fmp/if_mp_price_types=>DOES_TYPE_EXIST...more details | ||
| GET_CUSTOM_TYPES | List of Freely Defined Price Types | Public |
| CALL METHOD /fmp/if_mp_price_types=>GET_CUSTOM_TYPES...more details | ||
| GET_HISTORY_TYPES | List of Price Types with History | Public |
| CALL METHOD /fmp/if_mp_price_types=>GET_HISTORY_TYPES...more details | ||
| GET_SYSTEM_TYPES | List of System Price Types | Public |
| CALL METHOD /fmp/if_mp_price_types=>GET_SYSTEM_TYPES...more details | ||
| GET_TYPE_PERIV | Fiscal Year Variant of Price Type | Public |
| CALL METHOD /fmp/if_mp_price_types=>GET_TYPE_PERIV...more details | ||
| GET_TYPTXT_LG | Long Text for Price Type | Public |
| CALL METHOD /fmp/if_mp_price_types=>GET_TYPTXT_LG...more details | ||
|
| ||
| GET_TYPTXT_MI | Medium Text for Price Type | Public |
| CALL METHOD /fmp/if_mp_price_types=>GET_TYPTXT_MI...more details | ||
| GET_TYPTXT_SH | Short Text for Price Type | Public |
| CALL METHOD /fmp/if_mp_price_types=>GET_TYPTXT_SH...more details | ||
| GET_VALALT_TYPES | List of Valuation Alternatives | Public |
| CALL METHOD /fmp/if_mp_price_types=>GET_VALALT_TYPES...more details | ||
| IS_CUSTOM_TYPE | Freely-Defined Price Type | Public |
| CALL METHOD /fmp/if_mp_price_types=>IS_CUSTOM_TYPE...more details | ||
| IS_SYSTEM_TYPE | System Price | Public |
| CALL METHOD /fmp/if_mp_price_types=>IS_SYSTEM_TYPE...more details | ||
| IS_TYPE_EDITIND | Price Type Indicator 'Can Be Changed Manually' | Public |
| CALL METHOD /fmp/if_mp_price_types=>IS_TYPE_EDITIND...more details | ||
| IS_TYPE_HISTIND | Price Type Indicator 'Write Change History' | Public |
| CALL METHOD /fmp/if_mp_price_types=>IS_TYPE_HISTIND...more details | ||
| IS_TYPE_INVCHGIND | Price Type Indicator 'Allowed For Future Price' | Public |
| CALL METHOD /fmp/if_mp_price_types=>IS_TYPE_INVCHGIND...more details | ||
| IS_TYPE_PRCPER_D | Periodicity of Price Type = Day? | Public |
| CALL METHOD /fmp/if_mp_price_types=>IS_TYPE_PRCPER_D...more details | ||
| IS_TYPE_PRCPER_NONE | Price Types Without Periodicity | Public |
| CALL METHOD /fmp/if_mp_price_types=>IS_TYPE_PRCPER_NONE...more details | ||
| IS_TYPE_PRCPER_NONE_VF | Price Types Without Periodicity but with Valid From Date | Public |
| CALL METHOD /fmp/if_mp_price_types=>IS_TYPE_PRCPER_NONE_VF...more details | ||
| IS_TYPE_PRCPER_P | Periodicity of Price Types = Period? | Public |
| CALL METHOD /fmp/if_mp_price_types=>IS_TYPE_PRCPER_P...more details | ||
| IS_VALALT_TYPE | Valuation Alternative | Public |
| CALL METHOD /fmp/if_mp_price_types=>IS_VALALT_TYPE...more details | ||
| RESET_BUFFER_TYPES | Delete Price Types Buffer | Public |
| CALL METHOD /fmp/if_mp_price_types=>RESET_BUFFER_TYPES...more details | ||
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