WSD_CATALOG_DATA_STY SAP (Catalog Data for Material Search) Structure details

Dictionary Type: Structure
Description: Catalog Data for Material Search




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




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

WSD_CATALOG_DATA_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 "Catalog Data for Material Search" 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_CATALOG_DATA_STY TYPE WSD_CATALOG_DATA_STY.

The WSD_CATALOG_DATA_STY table consists of various fields, each holding specific information or linking keys about Catalog Data for Material Search data available in SAP. These include MATL_DESC (Material Description (Short Text)), MATL_TYPE (Material Type), MATL_GROUP (Material Group), PROD_HIER (Product hierarchy).. 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 WSD_CATALOG_DATA_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
MATL_DESCMaterial Description (Short Text) MAKTXCHAR40TEXT40
MATL_TYPEMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
MATL_GROUPMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
PROD_HIERProduct hierarchy PRODH_DCHAR18Assigned to domainPRODHVPR
EAN_UPCInternational Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
BASE_UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
BASE_UOM_ISOBase unit of measure in ISO code MEINS_ISOCHAR3Assigned to domainISOCD_UNIT
PO_UNITPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
PO_UNIT_ISOOrder unit in ISO code BSTME_ISOCHAR3Assigned to domainISOCD_UNIT
GROSS_WTGross Weight BRGEWQUAN13(3) MENG13
NET_WEIGHTNet Weight NTGEWQUAN13(3) MENG13
UNIT_OF_WTWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
UNIT_OF_WT_ISOUnit of weight in ISO code GEWEI_ISOCHAR3Assigned to domainISOCD_UNIT
LENGTHLength LAENGQUAN13(3) MENG13
WIDTHWidth BREITQUAN13(3) MENG13
HEIGHTHeight HOEHEQUAN13(3) MENG13
UNIT_DIMUnit of Dimension for Length/Width/Height MEABMUNIT3Assigned to domainCUNITMEINS
UNIT_DIM_ISOUnit for length/breadth/height in ISO code MEABM_ISOCHAR3Assigned to domainISOCD_UNIT
VOLUMEVolume VOLUMQUAN13(3) MENG13
VOLUMEUNITVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
VOLUMEUNIT_ISOVolume unit in ISO code VOLEH_ISOCHAR3Assigned to domainISOCD_UNIT
VENDOR_NOAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
VEND_PARTVendor Subrange LTSNRCHAR6Assigned to domainLTSNR
VEND_MATMaterial number used by vendor IDNLF22CHAR22IDNEX22
VEND_MATGVendor Material Group WGLIFCHAR18CHAR18
PLND_DELRYPlanned Delivery Time in Days PLIFZDEC3DEC3
INFO_REC_NET_PRICEGross Purchasing Price WSD_IPREICURR11(2) WERT11
NET_PRICESales List Price WSD_NETPRCURR11(2) WERTV6
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_ISOISO Currency Code BAPIISOCDCHAR3ISOCD
PRICE_UNITPrice Unit EPEINDEC5DEC5
ORDERPR_UNOrder Price Unit (Purchasing) BBPRMUNIT3Assigned to domainCUNITMEINS
ORDERPR_UN_ISOISO code for purchase order price unit BBPRM_ISOCHAR3Assigned to domainISOCD_UNIT
NRM_PO_QTYStandard Purchase Order Quantity NORBMQUAN13(3) MENG13
.INCLU--AP 0
PRICECATALOGPRICAT: Unique internal catalog number WSD_PRINBRCHAR10WSD_PRINBR
VALIDITY_BASEPrice Catalog Inbound Start of Validity Period WSD_PRIVALIDITYDATS8DATUM
CONF_MATLCross-Plant Configurable Material SATNRCHAR18Assigned to domainMATN1MATNR
MASTER_VARIANTMaster Variant Copy WSD_MASTER_VARIANTCHAR1CHAR1
MATL_CATMaterial Category ATTYPCHAR2ATTYPMTY
VENDOR_SATNRPrice Catalog: Grouping Field: Generic Material Assignment WSD_VENDOR_SATNRCHAR20WSD_VENDOR_SATNR
.INCLU--AP 0
MFR_NONumber of a Manufacturer MFRNRCHAR10Assigned to domainALPHALIFNR
MANU_MATManufacturer Part Number MFRPNCHAR40CHAR40

Key field Non-key field



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

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

How to access SAP table WSD_CATALOG_DATA_STY

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