MCAFKOV SAP (Versions: Order Header Data - PP Orders) Table details

Dictionary Type: Table
Description: Versions: Order Header Data - PP Orders




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




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

MCAFKOV is a standard SAP Table which is used to store Versions: Order Header Data - PP Orders data and is available within R/3 SAP systems depending on the version and release level.

The MCAFKOV table consists of various fields, each holding specific information or linking keys about Versions: Order Header Data - PP Orders data available in SAP. These include SSOUR (Statistic(s) origin), VRSIO (Version number in the information structure), AUFNR (Order Number), AUFPL (Routing number of operations in the order).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP MCAFKOV table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
SSOURStatistic(s) origin SSOURCHAR4SSOUR
VRSIOVersion number in the information structure VRSIOCHAR3Assigned to domainVRSIOMCV
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
AUARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
AUTYPOrder category AUFTYPNUMC2AUFTYP
ERDATCreated on AUFERFDATDATS8DATUM
AEDATChange date for Order Master AUFAEDATDATS8DATUM
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PLGRPResponsible planner group/department VAGRPCHAR3Assigned to domainVAGRPH_T024A
DISPOMRP controller for the order CO_DISPOCHAR3Assigned to domainDISPODGR
FEVORResponsible planner group/department VAGRPCHAR3Assigned to domainVAGRPH_T024A
GLTRPBasic finish date CO_GLTRPDATS8DATUM
GSTRPBasic start date CO_GSTRPDATS8DATUM
FTRMSScheduled release date CO_FTRMSDATS8DATUM
GLTRSScheduled finish CO_GLTRSDATS8DATUM
GSTRSScheduled start CO_GSTRSDATS8DATUM
GSTRIActual start date CO_GSTRIDATS8DATUM
GETRIConfirmed Order Finish Date CO_GETRIDATS8DATUM
GLTRIActual finish date CO_GLTRIDATS8DATUM
FTRMIActual release date CO_FTRMIDATS8DATUM
FTRMPPlanned release date CO_FTRMPDATS8DATUM
GASMGTotal Scrap Quantity in the Order MC_GASMGQUAN15(3) MENGV15
GAMNGTotal order quantity MC_GAMNGQUAN15(3) MENGV15
GMEINBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
MDV01Production line MDV01CHAR8Assigned to domainMDVXX
MDV02Planning identification 2 MDV02CHAR8Assigned to domainMDVXX
KUNUMCustomer Number KUNUMCHAR10Assigned to domainALPHAKUNNRKUN
AMEINUnit of measure for in-house production CO_AUFMEUNIT3Assigned to domainCUNITMEINS
ADummy function in length 1 DUMMYCHAR1DUMMY
VDATUDate of update for statistics updating MC_VDATUMDATS8DATUM
DUMMYDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



How do I retrieve data from SAP table MCAFKOV using ABAP code

The following ABAP code Example will allow you to do a basic selection on MCAFKOV to SELECT all data from the table
DATA: WA_MCAFKOV TYPE MCAFKOV.

SELECT SINGLE *
FROM MCAFKOV
INTO CORRESPONDING FIELDS OF WA_MCAFKOV
WHERE...

How to access SAP table MCAFKOV

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