/FMP/C_MP_PTYP SAP (Price Types) Table details

Dictionary Type: Table
Description: Price Types




ABAP Code to SELECT data from /FMP/C_MP_PTYP
Related tables to /FMP/C_MP_PTYP
Access table /FMP/C_MP_PTYP




Table field list including key, data, relationships and ABAP select examples

/FMP/C_MP_PTYP is a standard SAP Table which is used to store Price Types data and is available within R/3 SAP systems depending on the version and release level.

The /FMP/C_MP_PTYP table consists of various fields, each holding specific information or linking keys about Price Types data available in SAP. These include PRICETYPE (Price Type for Material Prices), PERIV (Fiscal Year Variant), PRCPER (Periodicity of Price Type), PLHISTIND (Price Type Indicator: Write Change History).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = /FMP/C_MP_PTYP_T


SAP /FMP/C_MP_PTYP table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
PRICETYPEPrice Type for Material Prices /FMP/MP_PRICE_TYPECHAR3/FMP/MP_PRICE_TYPE_D
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
PRCPERPeriodicity of Price Type /FMP/MP_PRCPERCHAR1/FMP/MP_PRCPER_D
PLHISTINDPrice Type Indicator: Write Change History /FMP/MP_PLHISTINDCHAR1BOOLE
PLEDITINDPrice Type Indicator: Can Be Changed Manually /FMP/MP_PLEDITINDCHAR1BOOLE
PLINVCHGINDPrice Type Indicator: Allowed for Future Price /FMP/MP_PLINVCHGINDCHAR1BOOLE
PRICETYPCLASSPrice Type Class /FMP/MP_PRICE_TYPCLCHAR1/FMP/MP_PRICE_TYPCL_D
TXTCMRemark /FMP/MP_TXTCMCHAR40TEXT40

Key field Non-key field



How do I retrieve data from SAP table /FMP/C_MP_PTYP using ABAP code

The following ABAP code Example will allow you to do a basic selection on /FMP/C_MP_PTYP to SELECT all data from the table
DATA: WA_/FMP/C_MP_PTYP TYPE /FMP/C_MP_PTYP.

SELECT SINGLE *
FROM /FMP/C_MP_PTYP
INTO CORRESPONDING FIELDS OF WA_/FMP/C_MP_PTYP
WHERE...

How to access SAP table /FMP/C_MP_PTYP

Within an ECC or HANA version of SAP you can also view further information about /FMP/C_MP_PTYP and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


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!