WSD_MV_BASIC_STY SAP (Structure for material view basic data) Structure details

Dictionary Type: Structure
Description: Structure for material view basic data




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




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

WSD_MV_BASIC_STY 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 "Structure for material view basic data" 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_WSD_MV_BASIC_STY TYPE WSD_MV_BASIC_STY.

The WSD_MV_BASIC_STY table consists of various fields, each holding specific information or linking keys about Structure for material view basic data data available in SAP. These include PLANT (Plant), MATL_DESC (Material Description (Short Text)), ITEM_CAT (Item category group from material master), ITEM_CAT_TXT (Description).. 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 (Deep)


SAP WSD_MV_BASIC_STY 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
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATL_DESCMaterial Description (Short Text) MAKTXCHAR40TEXT40
ITEM_CATItem category group from material master MTPOSCHAR4Assigned to domainMTPOS
ITEM_CAT_TXTDescription BEZEI20CHAR20TEXT20
MATL_GROUPMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
MATL_GROUP_TXTMaterial Group Description WGBEZCHAR20TEXT20
PROD_HIERProduct hierarchy PRODH_DCHAR18Assigned to domainPRODHVPR
PROD_HIER_TXTDescription BEZEI40CHAR40TEXT40
EAN_UPCInternational Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
OLD_MAT_NOOld material number BISMTCHAR18BISMT
BASIC_DATA_TXTS 0
SALES_TXTS 0
X_SAL_STATUSCross-distribution-chain material status MSTAVCHAR2Assigned to domainVMSTA
X_SAL_STATUS_TXTDescription BEZEI20CHAR20TEXT20
SAL_STATUSDistribution-chain-specific material status VMSTACHAR2Assigned to domainVMSTA
SAL_STATUS_TXTDescription BEZEI20CHAR20TEXT20
PUR_STATUSPlant-Specific Material Status MMSTACHAR2Assigned to domainMMSTA
PUR_STATUS_TXTDescription BEZEI20CHAR20TEXT20
MIN_ORDERMinimum order quantity in base unit of measure MINAUQUAN13(3) MENG13
BASE_UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MIN_DELYMinimum delivery quantity in delivery note processing MINLFQUAN13(3) MENG13
DELY_UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
LENGTHLength LAENGQUAN13(3) MENG13
WIDTHWidth BREITQUAN13(3) MENG13
HEIGHTHeight HOEHEQUAN13(3) MENG13
UNIT_DIMUnit of Dimension for Length/Width/Height MEABMUNIT3Assigned to domainCUNITMEINS
VOLUMNVolume VOLUMQUAN13(3) MENG13
VOLUMNUNITVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
GROSS_WTGross Weight BRGEWQUAN13(3) MENG13
NET_WEIGHTNet Weight NTGEWQUAN13(3) MENG13
UNIT_OF_WTWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
UOMS 0

Key field Non-key field



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

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

How to access SAP table WSD_MV_BASIC_STY

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