MV50L SAP (Communication Work Area for VL06) Structure details

Dictionary Type: Structure
Description: Communication Work Area for VL06




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




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

MV50L 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 "Communication Work Area for VL06" 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_MV50L TYPE MV50L.

The MV50L table consists of various fields, each holding specific information or linking keys about Communication Work Area for VL06 data available in SAP. These include SPDNR (Forwarding agent), ROUTE (Route), KODAT (Date as of which data is to be selected), KODAT_BIS (Date up to which data is to be selected).. 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)


SAP MV50L 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
VSTELShipping Point/Receiving Point VSTELCHAR4TVSTVSTELVST
SPDNRForwarding agent SPDNRCHAR10LFA1ALPHALIFNR
ROUTERoute ROUTECHAR6TVROROUTE
KODATDate as of which data is to be selected DATUM_VONDATS8DATUM
KODAT_BISDate up to which data is to be selected DATUM_BISDATS8DATUM
TDDATDate as of which data is to be selected DATUM_VONDATS8DATUM
TDDAT_BISDate up to which data is to be selected DATUM_BISDATS8DATUM
LDDATDate as of which data is to be selected DATUM_VONDATS8DATUM
LDDAT_BISDate up to which data is to be selected DATUM_BISDATS8DATUM
WADATDate as of which data is to be selected DATUM_VONDATS8DATUM
WADAT_BISDate up to which data is to be selected DATUM_BISDATS8DATUM
LSTELLoading Point LSTELCHAR2TVLALSTEL
KZFESOnly picking without WM XFELD_FESTCHAR1XFELD
KZLVSOnly WM picking XFELD_LVSCHAR1XFELD
KZKOMIndicator: both picking types XFELD_KOMCHAR1XFELD
KZROUSelect deliveries without route only XFELD_ROUTCHAR1XFELD
SMARTGroup type SMARTCHAR1Assigned to domainSMARTGRA
SAMMGGroup SAMMGCHAR10VBSKALPHASAMMGGRN
KSCHLPicking list KSCHL_KOMMCHAR4T685KSCHL
NA_KSCHLOutput Type NA_KSCHLCHAR4T685KSCHLNACCSH_NA_KSCHL
TEXT1Description BEZEI20CHAR20TEXT20
TEXT2Description BEZEI20CHAR20TEXT20
KAPPL_V2Application KAPPLCHAR2Assigned to domainKAPPLKAP
KAPPL_V4Application KAPPLCHAR2Assigned to domainKAPPLKAP
KVEWE_BUsage of the condition table KVEWECHAR1Assigned to domainKVEWEKVW
KZSPEDisplay Forwarding Agent KZSPECHAR1KZSPE50S
KSCHL_V5Grouped output KSCHL_V5CHAR4T685KSCHL
KZWEMRead address of ship-to party KZWEMCHAR1XFELD50E
KZREZID: Reference number assignment MM-WM KZREZCHAR1XFELD
KZGWMIndicator: Exclude existing groups in WM KZGWMCHAR1XFELD
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3T300LGNUMLGN
POSDARead item data POSDACHAR1XFELD
UGEWDisplay in weight unit UGEWUNIT3T006CUNITMEINS
UVOLDisplay in volume unit UVOLUNIT3T006CUNITMEINS
KZHEADCheck at header level XFELD_HEADCHAR1XFELD
KZLGPOSCheck at item level XFELD_POSCHAR1XFELD
INB_KSCHLOutput Type NA_KSCHLCHAR4T685KSCHLNACCSH_NA_KSCHL
UNCHARead Unchecked Outbound Deliveries Again UNCHACHAR1XFELD
FA_DISPLAYDisplay Forwarding Agent MV50L_FA_DISPLAYCHAR1XFELD
ANZPOSIndicator: Determine Number of Delivery Items MV50L_ANZPOSCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table MV50L

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