PPC_MAT SAP (Super BOM for Backflushed Materials) Table details

Dictionary Type: Table
Description: Super BOM for Backflushed Materials




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




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

PPC_MAT is a standard SAP Table which is used to store Super BOM for Backflushed Materials data and is available within R/3 SAP systems depending on the version and release level.

The PPC_MAT table consists of various fields, each holding specific information or linking keys about Super BOM for Backflushed Materials data available in SAP. These include MATID (Key - Backflush Material (Number Range)), MATNR (Material Number), WERKS (Plant), LGORT (Storage Location).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP PPC_MAT 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
MATIDKey - Backflush Material (Number Range) PPC_MATIDNUMC10
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
PRVBEProduction Supply Area PRVBECHAR10Assigned to domainPRVBEPVB
GMOVE_INDGoods movement type: GI / GR of primary, co- and by-product PPC_GMOVE_INDCHAR1PPC_GMOVE_IND
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
KZBWSValuation of Special Stock KZBWSCHAR1KZBWS
KZVBRConsumption Posting KZVBRCHAR1KZVBR
FLG_CHARIndicator: Batches exist PPC_FLG_CHARCHAR1AS4FLAG
SYNC_INDIndicator for synchronous ('X') or asynchronous posting PPC_SYNC_INDCHAR1AS4FLAG
BASE_UNITUnit of measure of backflushed quantity PPC_CONFUNITUNIT3T006CUNITMEINS
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
RSARTRecord type RSARTCHAR1RSART

Key field Non-key field



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

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

SELECT SINGLE *
FROM PPC_MAT
INTO CORRESPONDING FIELDS OF WA_PPC_MAT
WHERE...

How to access SAP table PPC_MAT

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