MATS_CS_OV SAP (Material List for Cross Selling Materials) Structure details

Dictionary Type: Structure
Description: Material List for Cross Selling Materials




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




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

MATS_CS_OV 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 "Material List for Cross Selling Materials" 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_MATS_CS_OV TYPE MATS_CS_OV.

The MATS_CS_OV table consists of various fields, each holding specific information or linking keys about Material List for Cross Selling Materials data available in SAP. These include MATWA (Material entered), POSNR (Sales Document Item), UEPOS (Higher-level item in bill of material structures), KWMENG (Cumulative Order Quantity in Sales Units).. 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 MATS_CS_OV 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATWAMaterial entered MATWACHAR18Assigned to domainMATN1MATNRMAT
POSNRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
UEPOSHigher-level item in bill of material structures UEPOSNUMC6Assigned to domainPOSNR
KWMENGCumulative Order Quantity in Sales Units KWMENGQUAN15(3) MENG15
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
NETWRNet Value in Document Currency NETWRCURR15(2) WERTV8
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
WLDATRequested delivery date EDATU_VBAKDATS8DATUM
REQQTYQuantity received or quantity required MNG01QUAN13(3) MENGV13
AVQTYQuantity received or quantity required MNG01QUAN13(3) MENGV13
AVDATDate DATUMDATS8DATUM
LSTACSCross-selling delivery control LSTACSCHAR1STATVCS
ATPPRAvailability check for sales VFPPRCHAR1XFELD
BRGEWGross Weight of the Item BRGEW_APQUAN15(3) MENG15
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
VSTELShipping Point/Receiving Point VSTELCHAR4Assigned to domainVSTELVST
ROUTERoute ROUTECHAR6Assigned to domainROUTE
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
BDARTRequirement type BDARTCHAR2BDARTBDA
PLARTPlanning type PLARTCHAR1Assigned to domainPLART
AULWERoute Schedule AULWECHAR10Assigned to domainAULWE
LADGRLoading Group LADGRCHAR4Assigned to domainLADGR
TRAGRTransportation Group TRAGRCHAR4Assigned to domainTRAGR
POPKZCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table MATS_CS_OV

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