/SAPPSSRM/S_TMPPF SAP (Mapping structure according to ERP DB table TMPPF) Structure details

Dictionary Type: Structure
Description: Mapping structure according to ERP DB table TMPPF




ABAP Code to SELECT data from /SAPPSSRM/S_TMPPF
Related tables to /SAPPSSRM/S_TMPPF
Access table /SAPPSSRM/S_TMPPF




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

/SAPPSSRM/S_TMPPF is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Mapping structure according to ERP DB table TMPPF" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/SAPPSSRM/S_TMPPF TYPE /SAPPSSRM/S_TMPPF.

The /SAPPSSRM/S_TMPPF table consists of various fields, each holding specific information or linking keys about Mapping structure according to ERP DB table TMPPF data available in SAP. These include MPROF (Manufacturer Part Profile), MPNPF (Indicator: Specification of manufacturer part no. mandatory), MPNCH (Indicator: Allow Changes to Manufacturer Part Number), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP /SAPPSSRM/S_TMPPF structure 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 MPROFCHAR4Assigned to domainMPROF
MPNPFIndicator: Specification of manufacturer part no. mandatory /SAPPSSRM/_MPNPFCHAR1CHAR1
MPNCHIndicator: Allow Changes to Manufacturer Part Number /SAPPSSRM/_MPNCHCHAR1CHAR1
MPINFIndicator: Info Records for MPN Material /SAPPSSRM/_MPINFCHAR1CHAR1
MPQINQuality inspection with MPN materials /SAPPSSRM/_MPQINCHAR1CHAR1
MPPRIIndicator: New price determination if MPN changed /SAPPSSRM/_MPPRICHAR1CHAR1
MPAMPIndicator: Approved Manufacturer Parts /SAPPSSRM/_MPAMPCHAR1CHAR1
MPLISIndicator: Update Info Structures in LIS /SAPPSSRM/_MPLISCHAR1CHAR1
MPBTXIndicator: Purchase Order Text for MPN Material /SAPPSSRM/_MPBTXCHAR1CHAR1
MPREVMPN Material Revision Level /SAPPSSRM/_MPREVCHAR1CHAR1
CKAMPCheck Rule for Manufacturer/Manufacturer Plant /SAPPSSRM/_CKAMPCHAR1/SAPPSSRM/_CKAMP
NWQUOTIndicator: Unrestricted Interchangeability in Quotation /SAPPSSRM/_NWQUOTCHAR1XFELD
MPNIMInventory-Managed Manufacturer Part /SAPPSSRM/_MPNIMCHAR1XFELD
RESFFFRestricted Interchangeability only between FFF Classes /SAPPSSRM/_RESFFFCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure /SAPPSSRM/S_TMPPF using ABAP code?

As /SAPPSSRM/S_TMPPF is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /SAPPSSRM/S_TMPPF as there is no data to select.

How to access SAP table /SAPPSSRM/S_TMPPF

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