MCVCNCHAR SAP (SIS Characteristics: Delivery Note - Item) Structure details

Dictionary Type: Structure
Description: SIS Characteristics: Delivery Note - Item




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




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

MCVCNCHAR 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 "SIS Characteristics: Delivery Note - Item" 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_MCVCNCHAR TYPE MCVCNCHAR.

The MCVCNCHAR table consists of various fields, each holding specific information or linking keys about SIS Characteristics: Delivery Note - Item data available in SAP. These include MEINS (Base Unit of Measure), GEWEI (Weight Unit), VOLEH (Volume unit), ERDAT (Date on Which Record Was Created).. 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: Can be enhanced (character-type or numeric)


SAP MCVCNCHAR 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
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
VOLEHVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AEDATChanged On AEDATDATS8DATUM
STADATStatistics date STADATDATS8DATUM
UMVKZNumerator (factor) for conversion of sales quantity into SKU UMVKZDEC5UMBSZ
UMVKNDenominator (Divisor) for Conversion of Sales Qty into SKU UMVKNDEC5UMBSN
PSTYVSales document item category PSTYVCHAR4Assigned to domainPSTYV
VGTYPActivity or element category VGTYPCHAR3VORG_TYP
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
PRODHProduct hierarchy PRODH_DCHAR18Assigned to domainPRODHVPR
FAKSPBlock FAKSPCHAR2Assigned to domainFAKSP
VGBELDocument number of the reference document VGBELCHAR10Assigned to domainALPHAVBELN
VGPOSItem number of the reference item VGPOSNUMC6Assigned to domainPOSNR
KOMKZIndicator for picking control KOMKZCHAR1KOMKZ
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3Assigned to domainLGNUMLGN
LGTYPStorage Type LGTYPCHAR3Assigned to domainLGTYPLGTH_T301
LGPLAStorage Bin LGPLACHAR10Assigned to domainLGPLALGPLAG1
POSARItem type POSARCHAR1POSAR
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
VKBURSales Office VKBURCHAR4Assigned to domainVKBURVKB
VKGRPSales Group VKGRPCHAR3Assigned to domainVKGRPVKG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
KVGR1Customer group 1 KVGR1CHAR3Assigned to domainKVGR1
KVGR2Customer group 2 KVGR2CHAR3Assigned to domainKVGR2
KVGR3Customer group 3 KVGR3CHAR3Assigned to domainKVGR3
KVGR4Customer group 4 KVGR4CHAR3Assigned to domainKVGR4
KVGR5Customer group 5 KVGR5CHAR3Assigned to domainKVGR5
MVGR1Material group 1 MVGR1CHAR3Assigned to domainMVGR1
MVGR2Material group 2 MVGR2CHAR3Assigned to domainMVGR2
MVGR3Material group 3 MVGR3CHAR3Assigned to domainMVGR3
MVGR4Material group 4 MVGR4CHAR3Assigned to domainMVGR4
MVGR5Material group 5 MVGR5CHAR3Assigned to domainMVGR5
WBSTAGoods movement status WBSTACHAR1STATV
KOSTAPicking status/Putaway status KOSTACHAR1STATV
KOQUAConfirmation status of picking/putaway KOQUACHAR1STATV
.INCLU--AP 0
APERDATCreation Date of Order Item MC_APERDATDATS8DATUM
KZVBRConsumption Posting KZVBRCHAR1KZVBR
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERZETEntry time ERZETTIMS6UZEIT
PS_POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO

Key field Non-key field



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

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

How to access SAP table MCVCNCHAR

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