WINT_LOC SAP (List assortments (internal transfer) per material) Structure details

Dictionary Type: Structure
Description: List assortments (internal transfer) per material




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




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

WINT_LOC 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 "List assortments (internal transfer) per material" 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_LOC TYPE WINT_LOC.

The WINT_LOC table consists of various fields, each holding specific information or linking keys about List assortments (internal transfer) per material data available in SAP. These include ACCEPT (General Flag), WCODE (Main. code item transfer assortments -> int. mat. maint.), IA_LIST_IN (Transfer code, Listing <-> Integrated Material Maintenance), ARTNR (Material Number).. 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 WINT_LOC 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
OKGeneral Flag FLAGCHAR1FLAG
ACCEPTGeneral Flag FLAGCHAR1FLAG
WCODEMain. code item transfer assortments -> int. mat. maint. W_WCODECHAR1CHAR1
IA_LIST_INTransfer code, Listing <-> Integrated Material Maintenance W_WCODE_IACHAR1W_WCODE_IA
ARTNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
ASORTAssortment ASORTCHAR10Assigned to domainALPHAASORTWSTWSOR
SKOPFIS-R assortment module BAUSTEINCHAR18Assigned to domainALPHAWSORTK
VLFKZAssortment Category W_SOTYPCHAR1W_SOTYP
PLUMICondition causes inclusion ( ) or exclusion (X) W_PLUMICHAR1FLAG
DATABValid-From Date DATABDATS8DATUM
DATUBValid-to date DATUBDATS8DATUM
ASS_CODEAssignment code interface assortment->integrated mat. main. W_ASSCODECHAR1CHAR1
TIME_CODETime assignment code, interface astmts -> int. mat. maint. W_TIMECODECHAR1CHAR1
LIST_EXCListing information / errors LIST_EXCCHAR1CHAR1
PFLKNAssortment Priority W_PFLKNCHAR1Assigned to domainPFLKS
SATNRCross-Plant Configurable Material SATNRCHAR18Assigned to domainMATN1MATNR
LSTFLListing procedure LSTVFCHAR2Assigned to domainLSTFLWLV
SSTUFAssortment grade SSTUFCHAR2Assigned to domainSSTUF
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LSTUFDel. lev, warehouse proc. W_LSTUFECHAR1W_LSTUFE
LIFWKPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
ERRNRMessage number MSGNRCHAR3Assigned to domainMSGNR
MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
MARC_MUSTCheckbox XFELDCHAR1XFELD
WLK1_MUSTCheckbox XFELDCHAR1XFELD
WLK2_MUSTCheckbox XFELDCHAR1XFELD
MBEW_MUSTCheckbox XFELDCHAR1XFELD
MVKE_MUSTCheckbox XFELDCHAR1XFELD
SEGMENTSCheckbox XFELDCHAR1XFELD
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
NAME1Name NAME1CHAR30TEXT30
STRLIList as component of a structured material W_STRULICHAR1W_STRULI
ATTYPMaterial Category ATTYPCHAR2ATTYPMTY
SSTATAssortment status W_SORTSTATCHAR1W_SORTSTAT
M_VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
M_VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
BWKEYValuation Area BWKEYCHAR4Assigned to domainBWKEYBWK
BWTTYValuation Category BWTTY_DCHAR1Assigned to domainBWTTY
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
BWTAR2Valuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
BWTAR3Valuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
BWT_CHECKDCheckbox XFELDCHAR1XFELD
MANSELCheckbox XFELDCHAR1XFELD
LISTEDMaterial already listed in assortment W_LISTEDCHAR1XFELD
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR

Key field Non-key field



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

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

How to access SAP table WINT_LOC

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