PPC_APOCOMPLIST_EXT SAP (Extended Material List for Processing the R/3 Processes) Structure details

Dictionary Type: Structure
Description: Extended Material List for Processing the R/3 Processes




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




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

PPC_APOCOMPLIST_EXT 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 "Extended Material List for Processing the R/3 Processes" 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_PPC_APOCOMPLIST_EXT TYPE PPC_APOCOMPLIST_EXT.

The PPC_APOCOMPLIST_EXT table consists of various fields, each holding specific information or linking keys about Extended Material List for Processing the R/3 Processes data available in SAP. These include HEADID (Internal backflush header key (GUID, format RAW16)), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PPC_APOCOMPLIST_EXT 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
HEADIDInternal backflush header key (GUID, format RAW16) PPC_HEADID_INTRAW16SYSUUID
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
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
GMOVE_INDGoods movement type: GI / GR of primary, co- and by-product PPC_GMOVE_INDCHAR1PPC_GMOVE_IND
SYNC_INDIndicator for synchronous ('X') or asynchronous posting PPC_SYNC_INDCHAR1AS4FLAG
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
KZVBRConsumption Posting KZVBRCHAR1KZVBR
KZBWSValuation of Special Stock KZBWSCHAR1KZBWS
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
PSPNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
KUNNRAccount Number of Customer EKUNNCHAR10Assigned to domainALPHAKUNNRKUN
CONFQUANTBackflushed Withdrawal Quantity PPC_CONFQUANTQUAN13(3) MENGV13
CONFUNITUnit of measure of backflushed quantity PPC_CONFUNITUNIT3Assigned to domainCUNITMEINS
DELTA_CONFQUANTVariance With Target Quantity (Actual - Target) PPC_DELTA_CONFQUANTQUAN13(3) MENGV13
BDTERRequirement Date for the Component BDTERDATS8DATUM
SCRAP_QUANTBackflushed Withdrawal Quantity PPC_CONFQUANTQUAN13(3) MENGV13
BWARTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
BAUGRMaterial number of higher-level assembly BAUGRCHAR18Assigned to domainMATN1MATNR
REPPOINTInternal reporting point (GIUD 16 Byte) PPC_REPPOINT_INTRAW16SYSUUID
FLG_REVERSALReversal Backflush (Document-Neutral) PPC_FLG_REVCHAR1AS4FLAG
FLG_SCRAPScrap indicator PPC_FLG_SCRAPCHAR1AS4FLAG
MAT_KDAUFSales Order Number of Valuated Sales Order Stock MAT_KDAUFCHAR10Assigned to domainALPHAVBELNAUN
MAT_KDPOSSales Order Item of Valuated Sales Order Stock MAT_KDPOSNUMC6NUM06KPO
MAT_PSPNRValuated Sales Order Stock WBS Element MAT_PSPNRNUMC8Assigned to domainKONPRPS_POSNR
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3Assigned to domainLGNUMLGN
LGTYPStorage Type LGTYPCHAR3Assigned to domainLGTYPLGTH_T301
LGPLAStorage Bin LGPLACHAR10Assigned to domainLGPLALGPLAG1
BERKZMaterial Staging Indicator for Production Supply BERKZCHAR1LVS_BERKZ
KALN1Cost Estimate Number - Product Costing CK_KALNR1NUMC12Assigned to domainCK_KALNRKNE
GRUNDReason for Movement MB_GRBEWNUMC4Assigned to domainMB_GRBEW
BWA2STPMovement Type for the Two-Step PPCGO Logic PPC_BWARTCHAR3Assigned to domainBWART
LGONMRPStorage Location for Two-Step Backflush (not MRP Relevant) PPC_LGORTCHAR4Assigned to domainLGORT

Key field Non-key field



How do I retrieve data from SAP structure PPC_APOCOMPLIST_EXT using ABAP code?

As PPC_APOCOMPLIST_EXT 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 PPC_APOCOMPLIST_EXT as there is no data to select.

How to access SAP table PPC_APOCOMPLIST_EXT

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