/KYK/SPLAF SAP (Planned order) Structure details

Dictionary Type: Structure
Description: Planned order




ABAP Code to SELECT data from /KYK/SPLAF
Related tables to /KYK/SPLAF
Access table /KYK/SPLAF




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

/KYK/SPLAF 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 "Planned order" 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_/KYK/SPLAF TYPE /KYK/SPLAF.

The /KYK/SPLAF table consists of various fields, each holding specific information or linking keys about Planned order data available in SAP. These include PSTTR (Order start date in planned order), PEDTR (Order finish date in the planned order), MATNR (Planning material), GSMNG (Total planned order quantity).. 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 /KYK/SPLAF 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
PERTRPlanned opening date in planned order PERTRDATS8DATUM
PSTTROrder start date in planned order PSTTRDATS8DATUM
PEDTROrder finish date in the planned order PEDTRDATS8DATUM
MATNRPlanning material PLMATCHAR18Assigned to domainMATN1MATNRMAT
GSMNGTotal planned order quantity GSMNGQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
PLNUMPlanned order number PLNUMCHAR10Assigned to domainALPHAPLNUMPAF
AUFNRRun schedule header number SA_AUFNRCHAR12Assigned to domainALPHASA_AUFNR
PWWRKProduction plant in planned order PWWRKCHAR4Assigned to domainWERKS
PLGRPProduction Supervisor FEVORCHAR3Assigned to domainFEVORCFV
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
PSPELWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
SERNRBOM explosion number SERNRCHAR8Assigned to domainSERNR
AUFFXFirming indicator for planned order data PLAFXCHAR1XFELD
KAPFXIndicator: capacity for planned order dispatched KAPFXCHAR1XFELD
MDPBVPlanned order: confirmation of availability MDPBVCHAR1MDPBV
PLWRKPlanning Plant PLWRKCHAR4Assigned to domainWERKSWRK
BERIDMRP Area BERIDCHAR10Assigned to domainBERIDBERID
DISPOMRP Controller (Materials Planner) DISPOCHAR3Assigned to domainDISPODGRHS_T024D

Key field Non-key field



How do I retrieve data from SAP structure /KYK/SPLAF using ABAP code?

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

How to access SAP table /KYK/SPLAF

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