PLSV SAP (Structure for collective availability check - planned orders) Structure details

Dictionary Type: Structure
Description: Structure for collective availability check - planned orders




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




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

PLSV 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 "Structure for collective availability check - planned orders" 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_PLSV TYPE PLSV.

The PLSV table consists of various fields, each holding specific information or linking keys about Structure for collective availability check - planned orders data available in SAP. These include MATNR (Planning material), 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 PLSV 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
PLNUMPlanned order number PLNUMCHAR10Assigned to domainALPHAPLNUMPAF
MATNRPlanning material PLMATCHAR18Assigned to domainMATN1MATNRMAT
PLWRKPlanning Plant PLWRKCHAR4Assigned to domainWERKSWRK
PWWRKProduction plant in planned order PWWRKCHAR4Assigned to domainWERKS
PAARTOrder type PAARTCHAR4PAART
GSMNGTotal planned order quantity GSMNGQUAN13(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 PLWEZDEC3DEC3
DISPOMRP controller PLDSPCHAR3Assigned to domainDISPO
UMSKZConversion indicator for planned order PLUMSCHAR1XFELD
AUFFXFirming indicator for planned order data PLAFXCHAR1XFELD
STLFXFixing indicator for BOM explosion PLSFXCHAR1XFELD
KNTTPAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
KDEINDelivery Schedule for Sales Order KDEINNUMC4NUM04
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
PSPELWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
SERNRBOM explosion number SERNRCHAR8Assigned to domainSERNR
AENNRChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
SAUFNRRun schedule header number SA_AUFNRCHAR12Assigned to domainALPHASA_AUFNR
PLGRPProduction Supervisor FEVORCHAR3Assigned to domainFEVORCFV
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
REVLVRevision Level REVLVCHAR2NUMCVREVLVRVS
SEQNRSeq. number order CY_SEQNRNUMC14CY_SEQNR
MONKZIndicator: for assembly order procedures MONKZCHAR1XFELD
MDPBVPlanned order: confirmation of availability MDPBVCHAR1MDPBV
VFMNGPlanned order: committed quantity VFMNGQUAN13(3) MENG13
MDACHAction control: planned order processing MDACHCHAR2Assigned to domainMDACH
MDACCAction: planned order processing MDACCCHAR4Assigned to domainMDACC
MDACDDate of action: planned order MDACDDATS8DATUM
MDACTTime of action: Planned order processing MDACTTIMS6UZEIT
GSBTRTotal commitment date of plnd ord. after ATP check f.comps. GSBTR_PLAFDATS8DATUM
KZAVCIndicator for type of availability check KZAVCCHAR1KZAVC
TERSTStart date for production TERSTDATS8DATUM
TEREDFinish date for production TEREDDATS8DATUM
TRMKZScheduling indicator TRMKZCHAR1XFELD
PSTTIStart Time of Planned Order PSTTITIMS6UZEIT
PEDTIEnd Time of Planned Order PEDTITIMS6UZEIT
MATXTMaterial description CO_MATXTCHAR40TEXT40
MDV01Production line MDV01CHAR8Assigned to domainMDVXX
MDV02Planning identification 2 MDV02CHAR8Assigned to domainMDVXX
BSFAKConfirmation factor confirmed qty. for order quantity CO_BSFAKQUAN3RSDQUAN
PROZENTUnit for the Rate (Percent) QPROZENTUNIT2QPROZENT
BSDIFDifference betw. rqmts. date and order date in fact.cal.days BSDIFCHAR3CHAR3
RETCODEResult of availability check RC_VERFCHAR2CHAR2
KAPFXIndicator: capacity for planned order dispatched KAPFXCHAR1XFELD
REMFLRepetitive Manufacturing indicator REMFLCHAR1REMFL

Key field Non-key field



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

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

How to access SAP table PLSV

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