MPPA SAP (View of planned order (MPS)) Structure details

Dictionary Type: Structure
Description: View of planned order (MPS)




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




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

MPPA 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 "View of planned order (MPS)" 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_MPPA TYPE MPPA.

The MPPA table consists of various fields, each holding specific information or linking keys about View of planned order (MPS) data available in SAP. These include PLNUM (Planned order number), PLWRK (Planning Plant), PWWRK (Production plant in planned order), PAART (Order type).. 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 MPPA 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
OBARTObject type OBARTCHAR1OBART
PLNUMPlanned order number PLNUMCHAR10Assigned to domainALPHAPLNUMPAF
PLWRKPlanning Plant PLWRKCHAR4Assigned to domainWERKSWRK
PWWRKProduction plant in planned order PWWRKCHAR4T001WWERKS
PAARTOrder type PAARTCHAR4PAART
BESKZProcurement Type BESKZCHAR1BESKZMBS
SOBESSpecial procurement type SOBESCHAR1SOBES
GSMNGTotal planned order quantity GSMNGQUAN13(3) MENG13
AVMNGFixed quantity of scrap from production AVMNGQUAN13(3) MENG13
BDMNGRequirement Quantity BDMNGQUAN13(3) MENG13
PSTTROrder start date in planned order PSTTRDATS8DATUM
PEDTROrder finish date in the planned order PEDTRDATS8DATUM
PERTRPlanned opening date in planned order PERTRDATS8DATUM
WEBAZGoods Receipt Processing Time in Days WEBAZDEC3DEC3
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
AUFFXIndicator: fixeing lot size in planned order FIX01CHAR1XFELD
STLFXIndicator: fixing explosion in planned order FIX02CHAR1XFELD
UMSKZConversion indicator for planned order PLUMSCHAR1XFELD
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
FLIEFFixed Vendor FLIEFCHAR10LFA1ALPHALIFNR
KONNRNumber of Principal Purchase Agreement KONNRCHAR10EKKOALPHAEBELNKTR
KTPNRItem Number of Principal Purchase Agreement KTPNRNUMC5EKPOEBELP
KNTTPAccount Assignment Category KNTTPCHAR1T163KKNTTPKNT
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
KZVBRConsumption Posting KZVBRCHAR1KZVBR
KDAUFSales Order Number KDAUFCHAR10VBUKALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
PSPELWBS Element PS_POSNRNUMC8PRPSABPSPPS_POSNR
AKTALCurrent explosion available AKTALCHAR1XFLAG
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
SERNRBOM explosion number SERNRCHAR8SNUMSERNR
PALTRExplosion date PALTRDATS8DATUM
TECHSParameter Variant/Standard Variant TECHSCHAR12TECHS
REVLVRevision Level REVLVCHAR2NUMCVREVLVRVS
VERIDProduction Version VERIDCHAR4MKALVERIDVER
STLANBOM Usage STLANCHAR1Assigned to domainSTLANCSV
STALTAlternative BOM STALTCHAR2ALPHAALTNR
STSTABOM status STLSTNUMC2Assigned to domainSTLST
VERTODistribution key for quantity produced SA_VERTOCHAR4T437VSA_VERTL
AUFNRRun schedule header number SA_AUFNRCHAR12SAFKALPHASA_AUFNR
AENNRChange Number AENNRCHAR12AENRAENNRAENNRAEN
FRTHWProduction note in the planned order FRTHWCHAR1FRTHW
CUOBJConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
EBELNAgreement Number EVRTNCHAR10EKKOALPHAEBELNVRT
EBELPAgreement Item EVRTPNUMC5EKPOEBELP
QUNUMNumber of Quota Arrangement QUNUMCHAR10ALPHAQUNUM
QUPOSQuota Arrangement Item QUPOSNUMC3NUM03
AKTFTIndicator 'Detailed scheduling available' AKTFTCHAR1XFELD
BEDIDID of the capacity requirements record BEDIDNUMC12Assigned to domainBEDID
TRMERScheduling error TRMERCHAR2TRMER
AKTRTIndicator: 'scheduling rates of production' available AKTRTCHAR1XFELD
RATIDIndex for the results of scheduling production rates RATIDNUMC12Assigned to domainBEDID
RATERScheduling error in scheduling production rates RATERCHAR2TRMER
AKTGTIndicator: 'rough-cut scheduling available' AKTGTCHAR1XFELD
GROIDIndex for rough scheduling results GROIDNUMC12Assigned to domainBEDID
GROERScheduling error in rough scheduling GROERCHAR2TRMER
PRNKZInd.: Leading order in collective order is planned ordre PRNKZCHAR1KREUZ
KAPFXIndicator: capacity for planned order dispatched KAPFXCHAR1XFELD
VRPLAIndicator: planning without final assembly VRPLACHAR1XFELD
PBDNRRequirements Plan Number PBDNRCHAR10CHAR10PBN
KZBWSValuation of Special Stock KZBWSCHAR1KZBWS
WAMNGIssued Quantity WAMNGQUAN13(3) MENG13
WEMNGQuantity of Goods Received WEMNGQUAN13(3) MENG13
PLANRPlanning segment number PLANRCHAR20PLANR
PLAABMaterial requirements planning segment PLAABNUMC2PLAAB
EMATNMaterial Number Corresponding to Manufacturer Part Number EMATNCHAR18Assigned to domainMATN1MATNRHTN
PLIFZPlanned Delivery Time in Days PLIFZDEC3DEC3
SRM_CONTRACT_IDCentral Contract SRM_CONTRACT_IDCHAR10ALPHABBP_BAPI_EBELNMMBSI_MEKK_CC
SRM_CONTRACT_ITMCentral Contract Item Number SRM_CONTRACT_ITEMNUMC10BBP_ITEMNO
.INCLU--AP 0
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR

Key field Non-key field



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

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

How to access SAP table MPPA

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