TMPPF SAP (Control Profile for Manufacturer Part Number Management) Table details

Dictionary Type: Table
Description: Control Profile for Manufacturer Part Number Management




ABAP Code to SELECT data from TMPPF
Related tables to TMPPF
Access table TMPPF




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

TMPPF is a standard SAP Table which is used to store Control Profile for Manufacturer Part Number Management data and is available within R/3 SAP systems depending on the version and release level.

The TMPPF table consists of various fields, each holding specific information or linking keys about Control Profile for Manufacturer Part Number Management data available in SAP. These include MPROF (Manufacturer Part Profile), MPNPF (Indicator: Specification of Manufacturer Part No. Mandatory), MPNCH (Indicator: Manufacturer Part Number May Be Changed), MPINF (Indicator: Info Records for MPN Material).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = TMPPFT


SAP TMPPF 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
MPROFManufacturer Part Profile MPROFCHAR4MPROF
MPNPFIndicator: Specification of Manufacturer Part No. Mandatory MPNPFCHAR1CHAR1
MPNCHIndicator: Manufacturer Part Number May Be Changed MPNCHCHAR1CHAR1
MPINFIndicator: Info Records for MPN Material MPINFCHAR1CHAR1
MPQINQuality Inspection with MPN Materials MPQINCHAR1CHAR1
MPPRIIndicator: New Price Determination if MPN Changed MPPRICHAR1CHAR1
MPAMPIndicator: Approved Manufacturer Parts List Management MPAMPCHAR1CHAR1
MPLISIndicator: Updating of Info Structures in LIS MPLISCHAR1CHAR1
MPBTXIndicator: Purchase Order Text for MPN Material MPBTXCHAR1CHAR1
MPREVRevision level from MPN material MPREVCHAR1CHAR1
CKAMPChecking Rule for Manufacturer/Manufacturer Plant CKAMPCHAR1CKAMP
NWQUOTIndicator: Any Exchange in Quotation NWQUOTCHAR1XFELD
MPNIMInventory-Managed Manufacturer Part MPNIMCHAR1XFELD
RESFFFRestricted interchangeability only between FFF Classes RESFFFCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table TMPPF using ABAP code

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

SELECT SINGLE *
FROM TMPPF
INTO CORRESPONDING FIELDS OF WA_TMPPF
WHERE...

How to access SAP table TMPPF

Within an ECC or HANA version of SAP you can also view further information about TMPPF 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!