MCAFPOV SAP (Versions: Order Item) Table details

Dictionary Type: Table
Description: Versions: Order Item




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




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

MCAFPOV is a standard SAP Table which is used to store Versions: Order Item data and is available within R/3 SAP systems depending on the version and release level.

The MCAFPOV table consists of various fields, each holding specific information or linking keys about Versions: Order Item data available in SAP. These include SSOUR (Statistic(s) origin), VRSIO (Version number in the information structure), AUFNR (Order Number), POSNR (Order Item Number).. 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 MCAFPOV 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
POSNROrder Item Number CO_POSNRNUMC4CO_POSNR
MATNRMaterial Number for Order CO_MATNRCHAR18Assigned to domainMATN1MATNRMAT
PWERKPlanning plant for the order CO_PWERKCHAR4Assigned to domainWERKS
ETRMPOpening date of the planned order CO_ETRMPDATS8DATUM
STRMPStart date of the planned order CO_STRMPDATS8DATUM
LTRMPDelivery date from planned order CO_LTRMPDATS8DATUM
LTRMIActual delivery/finish date CO_LTRMIDATS8DATUM
PAMNGFixed quantity of scrap from production MC_AVMNGQUAN15(3) MENGV15_3
PGMNGTotal planned order quantity MC_GSMNGQUAN15(3) MENGV15_3
MEINSBase Unit of Measure LAGMEUNIT3Assigned to domainCUNITMEINS
PSAMGScrap quantity in item MC_PSAMGQUAN15(3) MENGV15_3
PSMNGOrder item quantity MC_PSMNGQUAN15(3) MENGV15_3
WEMNGQuantity of goods received MC_WEMNGQUAN15(3) MENGV15_3
IAMNGActual scrap quantity from an order item MC_IAMNGQUAN15(3) MENGV15_3
AMEINUnit of measure for in-house production CO_AUFMEUNIT3Assigned to domainCUNITMEINS
UMREZNumerator for Conversion to Base Units of Measure UMREZDEC5UMBSZ
UMRENDenominator for conversion to base units of measure UMRENDEC5UMBSN
DFZEHUnit of measure for execution time DFZEHUNIT3CUNITEINHEIT
S_DFZTarget execution time S_DFZQUAN7(1) DAUER_6_1V
I_DFZActual execution time I_DFZQUAN7(1) DAUER_6_1V
KEINHUnit of of measure for displaying capacity requirements CY_KEINHUNIT3Assigned to domainCUNITMEINS
KSUMSTotal target capacity requirements MC_KSUMSQUAN7(1) DAUER_6_1V
PLNUMPlanned order number PLNUMCHAR10Assigned to domainALPHAPLNUMPAF
KDAUFSales order number CO_KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSSales order item CO_KDPOSNUMC6Assigned to domainPOSNRAUP
KDEINDelivery Schedule for Sales Order KDEINNUMC4NUM04
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
SAFNRRun schedule header number SA_AUFNRCHAR12Assigned to domainALPHASA_AUFNR
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
SERNRBOM explosion number SERNRCHAR8Assigned to domainSERNR
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
SOPNRSOP order number SAFNRCHAR10SAFNR
ADummy function in length 1 DUMMYCHAR1DUMMY
VDATUDate of update for statistics updating MC_VDATUMDATS8DATUM
DUMMYDummy function in length 1 DUMMYCHAR1DUMMY
DFZEXEHUnit for execution time (exact) DFZEXEHUNIT3CUNITEINHEIT
S_DFZ_EXTarget execution time (exact) S_DFZ_EXQUAN12(2) DAUER_10_2V
I_DFZ_EXActual execution time (exact) I_DFZ_EXQUAN12(2) DAUER_10_2V
S_DLZ_EXTarget lead time (exact) S_DLZ_EXQUAN12(2) DAUER_10_2V
I_DLZ_EXActual lead time (exact) I_DLZ_EXQUAN12(2) DAUER_10_2V

Key field Non-key field



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

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

SELECT SINGLE *
FROM MCAFPOV
INTO CORRESPONDING FIELDS OF WA_MCAFPOV
WHERE...

How to access SAP table MCAFPOV

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