WINT_WLK2 SAP (Transfer structure, maint. WLK2) Structure details

Dictionary Type: Structure
Description: Transfer structure, maint. WLK2




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




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

WINT_WLK2 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 "Transfer structure, maint. WLK2" 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_WLK2 TYPE WINT_WLK2.

The WINT_WLK2 table consists of various fields, each holding specific information or linking keys about Transfer structure, maint. WLK2 data available in SAP. These include MANDTOLD (Client), MATNROLD (Material Number), VKORGOLD (Sales organization in distribution chain, IS-R), VTWEGOLD (Distribution channel in distribution chain, IS-R).. 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_WLK2 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
FLAG1General Flag FLAGCHAR1FLAG
MANDTOLDClient MANDTCLNT3Assigned to domainMANDT
MATNROLDMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
VKORGOLDSales organization in distribution chain, IS-R W_VKORGCHAR4Assigned to domainVKORGVKO
VTWEGOLDDistribution channel in distribution chain, IS-R W_VTWEGCHAR2Assigned to domainVTWEGVTW
WERKSOLDRetail plant W_WERKSCHAR4Assigned to domainWERKSWRK
.INCLU-OLD 0
DATAEOLDDate of last change DATAEDATS8DATUM
AENAMOLDName of Person Who Changed Object AENAMCHAR12USNAM
KWDHTOLDNo repeat key KWDHTCHAR1KWDHT
PRERFOLDPrice required PRERFCHAR1XFELD
VKDABOLDDate from which sold in the store VDVFLDATS8DATS
VKBISOLDDate to which sold in the store VDBFLDATS8DATS
MSTAVOLDDistribution-chain-specific material status VMSTACHAR2TVMSVMSTA
MSTDVOLDDate from which distr.-chain-spec. material status is valid VMSTDDATS8DATUM
RBZULOLDDiscount allowed RBZULCHAR1XFELD
SCAGROLDScales group SCAGRCHAR4TWWAGSCAGR
MANDTNEWClient MANDTCLNT3T000MANDT
MATNRNEWMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
VKORGNEWSales organization in distribution chain, IS-R W_VKORGCHAR4TVKOVKORGVKO
VTWEGNEWDistribution channel in distribution chain, IS-R W_VTWEGCHAR2TVTWVTWEGVTW
WERKSNEWRetail plant W_WERKSCHAR4T001WWERKSWRK
.INCLU-NEW 0
DATAENEWDate of last change DATAEDATS8DATUM
AENAMNEWName of Person Who Changed Object AENAMCHAR12USNAM
KWDHTNEWNo repeat key KWDHTCHAR1KWDHT
PRERFNEWPrice required PRERFCHAR1XFELD
VKDABNEWDate from which sold in the store VDVFLDATS8DATS
VKBISNEWDate to which sold in the store VDBFLDATS8DATS
MSTAVNEWDistribution-chain-specific material status VMSTACHAR2TVMSVMSTA
MSTDVNEWDate from which distr.-chain-spec. material status is valid VMSTDDATS8DATUM
RBZULNEWDiscount allowed RBZULCHAR1XFELD
SCAGRNEWScales group SCAGRCHAR4TWWAGSCAGR
LOCNRAssortment ASORTCHAR10Assigned to domainALPHAASORTWSTWSOR

Key field Non-key field



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

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

How to access SAP table WINT_WLK2

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