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_HISTORY

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_PRICE_HISTORIES

Method 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 NameDescriptionVisability
ASSIGN_PRICED_MATERIALAssign Priced MaterialProtected
CALL METHOD /fmp/ca_mp_price_history=>ASSIGN_PRICED_MATERIAL...more details

CLASS_CONSTRUCTORClass ConstructorPublic
CALL METHOD /fmp/ca_mp_price_history=>CLASS_CONSTRUCTOR...more details

GET_LIST_BY_RANGESPrivate
CALL METHOD /fmp/ca_mp_price_history=>GET_LIST_BY_RANGES...more details

IS_ANY_PRICETYPE_IN_TABLEAre prices to be read in the tableProtected
CALL METHOD /fmp/ca_mp_price_history=>IS_ANY_PRICETYPE_IN_TABLE...more details

MOVE_RANGES_TO_WHERE_DO_BEFORELink Together WHERE - ConditionsProtected
CALL METHOD /fmp/ca_mp_price_history=>MOVE_RANGES_TO_WHERE_DO_BEFORE...more details

MOVE_RANGES_TO_WHERE_FOR_TABLELink Together WHERE - ConditionsProtected
CALL METHOD /fmp/ca_mp_price_history=>MOVE_RANGES_TO_WHERE_FOR_TABLE...more details

MOVE_TO_DB_DATA_FROM_FLATRead TableProtected
CALL METHOD /fmp/ca_mp_price_history=>MOVE_TO_DB_DATA_FROM_FLAT...more details

READ_FROM_VIEWRead TableProtected
CALL METHOD /fmp/ca_mp_price_history=>READ_FROM_VIEW...more details

READ_FROM_VIEW_CDRead TableProtected
CALL METHOD /fmp/ca_mp_price_history=>READ_FROM_VIEW_CD...more details

READ_FROM_VIEW_HISRead TableProtected
CALL METHOD /fmp/ca_mp_price_history=>READ_FROM_VIEW_HIS...more details

_SET_HISTORYPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
AGENTStatic AttributeClass Agent - SingletonLIKE
/FMP/CA_MP_PRICE_HISTORY
Public
MC_HISTORY_FLAT_INITInstance AttributeLIKE
Private
MO_QUERYInstance AttributeLIKE
Private
MO_QUERY_MANAGERInstance AttributeLIKE
Private
MO_STATEInstance AttributeLIKE
Private
MT_BWKEY_RTInstance AttributeLIKE
Private
MT_BWTAR_RTInstance AttributeLIKE
Private
MT_CURTP_RTInstance AttributeLIKE
Private
MT_FROMDAT_RTInstance AttributeLIKE
Private
MT_FROMYEARPER_RTInstance AttributeLIKE
Private
MT_FUNCTION_RTInstance AttributeLIKE
Private
MT_KALNR_RTInstance AttributeLIKE
Private
MT_LIFNR_RTInstance AttributeLIKE
Private
MT_MATNR_RTInstance AttributeLIKE
Private
MT_MEINH_RTInstance AttributeLIKE
Private
MT_PEINH_RTInstance AttributeLIKE
Private
MT_POSNR_RTInstance AttributeLIKE
Private
MT_PRICED_MATERIALSInstance AttributeLIKE
Private
MT_PRICETYPE_RTInstance AttributeLIKE
Private
MT_PRICE_RTInstance AttributeLIKE
Private
MT_PSPNR_RTInstance AttributeLIKE
Private
MT_TIMESTAMPL_RTInstance AttributeLIKE
Private
MT_TODAT_RTInstance AttributeLIKE
Private
MT_TOYEARPER_RTInstance AttributeLIKE
Private
MT_UNAME_RTInstance AttributeLIKE
Private
MT_UNTPER_RTInstance AttributeLIKE
Private
MT_USED_RTInstance AttributeLIKE
Private
MT_VBELN_RTInstance AttributeLIKE
Private
MT_WAERS_RTInstance AttributeLIKE
Private
MV_SKIPInstance AttributeLIKE
Private
MV_UPTOInstance AttributeLIKE
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



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!