DUVMSEG_EXTRACT SAP (duv mseg extract for performance) Table details

Dictionary Type: Table
Description: duv mseg extract for performance




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




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

DUVMSEG_EXTRACT is a standard SAP Table which is used to store duv mseg extract for performance data and is available within R/3 SAP systems depending on the version and release level.

The DUVMSEG_EXTRACT table consists of various fields, each holding specific information or linking keys about duv mseg extract for performance data available in SAP. These include MBLNR (Number of Material Document), MJAHR (Material Document Year), ZEILE (Item in Material Document), BUDAT (Posting Date in the Document).. 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: Cannot Be Enhanced


SAP DUVMSEG_EXTRACT 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
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
ZEILEItem in Material Document MBLPONUMC4MBLPOPOS
BUDATPosting Date in the Document BUDATDATS8DATUM
BWARTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
INSMKStock Type MB_INSMKCHAR1MB_INSMK
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
AUFPSOrder Item Number CO_POSNRNUMC4CO_POSNR
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLInternal counter CIM_COUNTNUMC8CIM_COUNT

Key field Non-key field



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

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

SELECT SINGLE *
FROM DUVMSEG_EXTRACT
INTO CORRESPONDING FIELDS OF WA_DUVMSEG_EXTRACT
WHERE...

How to access SAP table DUVMSEG_EXTRACT

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