WINT_WAM1 SAP (Excerpt MARA and MAW1 for assortment transfer) Structure details

Dictionary Type: Structure
Description: Excerpt MARA and MAW1 for assortment transfer




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




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

WINT_WAM1 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 "Excerpt MARA and MAW1 for assortment transfer" 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_WINT_WAM1 TYPE WINT_WAM1.

The WINT_WAM1 table consists of various fields, each holding specific information or linking keys about Excerpt MARA and MAW1 for assortment transfer data available in SAP. These include MATNR (Material Number), LVORM (Deletion Indicator), MTART (Material Type), MBRSH (Industry sector).. 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: Not classified


SAP WINT_WAM1 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
LVORMDeletion Indicator LVORMCHAR1XFELD
MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
MBRSHIndustry sector MBRSHCHAR1Assigned to domainMBRSHMTP
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
BWVORProcurement rule BWVORCHAR1Assigned to domainBWVOR
BWSCLSource of Supply BWSCLCHAR1Assigned to domainBQSCL
SAISOSeason Category SAISOCHAR4Assigned to domainSAISOSAISO
DATABValid-From Date DATABDATS8DATUM
LIQDTDeletion date LIQDTDATS8DATUM
SATNRCross-Plant Configurable Material SATNRCHAR18Assigned to domainMATN1MATNR
ATTYPMaterial Category ATTYPCHAR2ATTYPMTY
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
BSTMEPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
MLGUTEmpties Bill of Material W_MITLEERGCHAR1FLAG
MATNR1Material Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
SSTUFAssortment grade SSTUFCHAR2Assigned to domainSSTUF
PFLKSExternal assortment priority PFLKSCHAR1Assigned to domainPFLKS
LSTFLListing procedure for store or other assortment categories LSTFLCHAR2Assigned to domainLSTFLWLV
LSTVZListing procedure for distr. center assortment categories LSTVZCHAR2Assigned to domainLSTFL
LSTAKListing functions (assortments) are active LSTAKCHAR1LSTAK
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
STRLIList as component of a structured material W_STRULICHAR1W_STRULI
BWSCL_OLDSource of Supply BWSCLCHAR1Assigned to domainBQSCL
CLASS_CHNGCheckbox XFELDCHAR1XFELD
VARIA_NEWCheckbox XFELDCHAR1XFELD
Q_BWSCLCheckbox XFELDCHAR1XFELD
Q_CLASSCheckbox XFELDCHAR1XFELD
Q_LTIMECheckbox XFELDCHAR1XFELD
Q_LAYOUTCheckbox XFELDCHAR1XFELD
Q_SEPARATCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table WINT_WAM1

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