E3SAFKL SAP (Run schedule header (SAFK)) Structure details

Dictionary Type: Structure
Description: Run schedule header (SAFK)




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




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

E3SAFKL 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 "Run schedule header (SAFK)" 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_E3SAFKL TYPE E3SAFKL.

The E3SAFKL table consists of various fields, each holding specific information or linking keys about Run schedule header (SAFK) data available in SAP. These include ALNAG (Group Counter), APLAL (Group Counter), ALORT (Receiving storage location for repetitive manufacturing), ARBID (Object ID of the resource).. 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: Not classified


SAP E3SAFKL 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
AUFNRRun schedule header number SA_AUFNRCHAR12Assigned to domainALPHASA_AUFNR
ALNAGGroup Counter PLNALCHAR2ALPHAALTNRPAL
APLALGroup Counter PLNALCHAR2ALPHAALTNRPAL
ALORTReceiving storage location for repetitive manufacturing ALORTCHAR4Assigned to domainLGORT
ARBIDObject ID of the resource CR_OBJIDNUMC8Assigned to domainCR_OBJID
BSTMAUpper value of the lot-size interval SA_LOSBSQUAN13(3) MENG13
BSTMILower value of the lot-size interval SA_LOSVNQUAN13(3) MENG13
DISLSLot size (materials planning) DISLSCHAR2Assigned to domainDISLS
DISPOMRP controller of the run schedule header SA_DISPOCHAR3Assigned to domainDISPODGR
ENDAYEnd of validity period of the RS header ENDAYDATS8DATUM
GAMNGTotal run schedule header quantity SA_GAMNGQUAN13(3) MENG13
GASMGTotal scrap quantity in the order GASMGQUAN13(3) MENG13
GMEINBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
KTEXTDescription of Run Schedule Header SA_KTEXTCHAR40TEXT40
MATNRMaterial number SA_MATNRCHAR18Assigned to domainMATN1MATNR
MDV01Production line MDV01CHAR8Assigned to domainMDVXX
MDV02Planning identification 2 MDV02CHAR8Assigned to domainMDVXX
PERIOTime bucket SA_PERIOCHAR1SA_PERIO
PLNNGKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
PLNTYTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PLTYGTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
RGEKZIndicator: backflush for RS header SA_RGEKZCHAR1CO_RGEKZ
STDAYStart of the validity period of the RS header STDAYDATS8DATUM
STLALAlternative BOM STLALCHAR2ALPHAALTNR
STLANBOM Usage STLANCHAR1Assigned to domainSTLANCSV
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
VERTODistribution key for quantity produced SA_VERTOCHAR4Assigned to domainSA_VERTL
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C

Key field Non-key field



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

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

How to access SAP table E3SAFKL

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