E3AFKOL SAP (Production order header (AFKO, AUFK)) Structure details

Dictionary Type: Structure
Description: Production order header (AFKO, AUFK)




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




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

E3AFKOL 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 "Production order header (AFKO, AUFK)" 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_E3AFKOL TYPE E3AFKOL.

The E3AFKOL table consists of various fields, each holding specific information or linking keys about Production order header (AFKO, AUFK) data available in SAP. These include APRIO (Priority of Vacancy Assignment), APROZ (Scrap percentage), AUART (Order Type), AUFLD (Date of BOM Explosion/Routing Transfer).. 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: Cannot Be Enhanced


SAP E3AFKOL 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
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
APRIOPriority of Vacancy Assignment APRIOCHAR4SUBTY
APROZScrap percentage CO_APROZDEC5(2) DEC3_2
AUARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
AUFLDDate of BOM Explosion/Routing Transfer CO_AUFLDDATS8DATUM
AUTYPOrder category AUFTYPNUMC2AUFTYP
BAUMNGBase quantity BASMNQUAN13(3) MENG13
BMEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
BMENGEBase quantity BASMNQUAN13(3) MENG13
CY_SEQNRSeq. number order CY_SEQNRNUMC14CY_SEQNR
DISPOMRP controller for the order CO_DISPOCHAR3Assigned to domainDISPODGR
FEVORProduction Supervisor FEVORCHAR3Assigned to domainFEVORCFV
FHORIScheduling Margin Key for Floats FHORICHAR3Assigned to domainFHORI
FLG_MLTPSOrder with multiple items CO_MLTPSCHAR1KREUZ
FREIZRelease period (in days) FREIZNUMC3NUM3
FTRMIActual release date CO_FTRMIDATS8DATUM
FTRMSScheduled release date CO_FTRMSDATS8DATUM
GAMNGTotal order quantity GAMNGQUAN13(3) MENG13
GASMGTotal scrap quantity in the order GASMGQUAN13(3) MENG13
GETRIConfirmed Order Finish Date CO_GETRIDATS8DATUM
GEUZIConfirmed order finish (time) CO_GEUZITIMS6UHRZT
GLTRIActual finish date CO_GLTRIDATS8DATUM
GLTRPBasic finish date CO_GLTRPDATS8DATUM
GLTRSScheduled finish CO_GLTRSDATS8DATUM
GLUZPBasic finish (time) CO_GLUZPTIMS6UHRZT
GLUZSScheduled finish time CO_GLUZSTIMS6UHRZT
GMEINCommon unit of measure for all order items CO_GMEINUNIT3Assigned to domainCUNITMEINS
GSTRIActual start date CO_GSTRIDATS8DATUM
GSTRPBasic start date CO_GSTRPDATS8DATUM
GSTRSScheduled start CO_GSTRSDATS8DATUM
GSUZPBasic start time CO_GSUZPTIMS6UHRZT
GSUZSScheduled Start (Time) CO_GSUZSTIMS6ATIME
IASMGScrap confirmed for order CO_IASMGQUAN13(3) MENG13
IGMNGYield confirmed from order confirmation CO_IGMNGQUAN13(3) MENG13
LODIVLot size divisor LOSDIVQUAN13(3) MENG13
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PLAUFDate for routing transfer CO_PLAUFDATS8DATUM
PLGRPResponsible planner group/department VAGRPCHAR3Assigned to domainVAGRPH_T024A
PLNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
PLNMETask list unit of measure PLNMEUNIT3Assigned to domainCUNITMEINS
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
PLNTYTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PLSVBTo lot size LOSGRBISQUAN13(3) MENG13
PLSVNFrom Lot Size LOSGRVONQUAN13(3) MENG13
PSPELWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
REDKZReduction indicator for scheduling REDKZCHAR1REDKZ
RGEKZIndicator: Backflush RGEKZCHAR1XFELD
RMNGATotal confirmed rework quantity RMNGAQUAN13(3) MENGV13
SBMEHBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
SBMNGBase quantity BASMNQUAN13(3) MENG13
SICHZFloat after production (in days) SICHZNUMC3NUM3
SLSBSTo Lot Size LOSBSQUAN13(3) MENG13
SLSVNFrom Lot Size LOSVNQUAN13(3) MENG13
STLALAlternative BOM STALTCHAR2ALPHAALTNR
STLANBOM Usage STLANCHAR1Assigned to domainSTLANCSV
STLNRBill of material STNUMCHAR8NUMCVSTNUMSTLNR
TERKZScheduling type TERMKZCHAR1Assigned to domainTERART
VORGZFloat before production (in days) VORGZNUMC3NUM3
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PRUEFLOSInspection Lot Number QPLOSNUMC12Assigned to domainQPLOSQLSQALS
LTEXTLong Text Exists AUFLTEXTCHAR1XFELD
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO

Key field Non-key field



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

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

How to access SAP table E3AFKOL

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