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 NameDescriptionVisability
DOES_TYPE_EXISTCheck: Price Type ExistsPublic
CALL METHOD /fmp/if_mp_price_types=>DOES_TYPE_EXIST...more details

GET_CUSTOM_TYPESList of Freely Defined Price TypesPublic
CALL METHOD /fmp/if_mp_price_types=>GET_CUSTOM_TYPES...more details

GET_HISTORY_TYPESList of Price Types with HistoryPublic
CALL METHOD /fmp/if_mp_price_types=>GET_HISTORY_TYPES...more details

GET_SYSTEM_TYPESList of System Price TypesPublic
CALL METHOD /fmp/if_mp_price_types=>GET_SYSTEM_TYPES...more details

GET_TYPE_PERIVFiscal Year Variant of Price TypePublic
CALL METHOD /fmp/if_mp_price_types=>GET_TYPE_PERIV...more details

GET_TYPTXT_LGLong Text for Price TypePublic
CALL METHOD /fmp/if_mp_price_types=>GET_TYPTXT_LG...more details

GET_TYPTXT_MIMedium Text for Price TypePublic
CALL METHOD /fmp/if_mp_price_types=>GET_TYPTXT_MI...more details

GET_TYPTXT_SHShort Text for Price TypePublic
CALL METHOD /fmp/if_mp_price_types=>GET_TYPTXT_SH...more details

GET_VALALT_TYPESList of Valuation AlternativesPublic
CALL METHOD /fmp/if_mp_price_types=>GET_VALALT_TYPES...more details

IS_CUSTOM_TYPEFreely-Defined Price TypePublic
CALL METHOD /fmp/if_mp_price_types=>IS_CUSTOM_TYPE...more details

IS_SYSTEM_TYPESystem PricePublic
CALL METHOD /fmp/if_mp_price_types=>IS_SYSTEM_TYPE...more details

IS_TYPE_EDITINDPrice Type Indicator 'Can Be Changed Manually'Public
CALL METHOD /fmp/if_mp_price_types=>IS_TYPE_EDITIND...more details

IS_TYPE_HISTINDPrice Type Indicator 'Write Change History'Public
CALL METHOD /fmp/if_mp_price_types=>IS_TYPE_HISTIND...more details

IS_TYPE_INVCHGINDPrice Type Indicator 'Allowed For Future Price'Public
CALL METHOD /fmp/if_mp_price_types=>IS_TYPE_INVCHGIND...more details

IS_TYPE_PRCPER_DPeriodicity of Price Type = Day?Public
CALL METHOD /fmp/if_mp_price_types=>IS_TYPE_PRCPER_D...more details

IS_TYPE_PRCPER_NONEPrice Types Without PeriodicityPublic
CALL METHOD /fmp/if_mp_price_types=>IS_TYPE_PRCPER_NONE...more details

IS_TYPE_PRCPER_NONE_VFPrice Types Without Periodicity but with Valid From DatePublic
CALL METHOD /fmp/if_mp_price_types=>IS_TYPE_PRCPER_NONE_VF...more details

IS_TYPE_PRCPER_PPeriodicity of Price Types = Period?Public
CALL METHOD /fmp/if_mp_price_types=>IS_TYPE_PRCPER_P...more details

IS_VALALT_TYPEValuation AlternativePublic
CALL METHOD /fmp/if_mp_price_types=>IS_VALALT_TYPE...more details

RESET_BUFFER_TYPESDelete Price Types BufferPublic
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!