WINT_POS SAP (Transfer assortment items to maint. functions) Structure details

Dictionary Type: Structure
Description: Transfer assortment items to maint. functions




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




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

WINT_POS 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 assortment items to maint. functions" 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_POS TYPE WINT_POS.

The WINT_POS table consists of various fields, each holding specific information or linking keys about Transfer assortment items to maint. functions data available in SAP. These include KORR (General Flag), OK (General Flag), MEINS (Sales unit), MANDT (Client).. 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_POS 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
FLAGGeneral Flag FLAGCHAR1FLAG
KORRGeneral Flag FLAGCHAR1FLAG
OKGeneral Flag FLAGCHAR1FLAG
MEINSSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
MANDTClient MANDTCLNT3T000MANDT
SKOPFAssortment module W_SORTKCHAR18WSOHALPHAWSORTKWBS
SPOSIMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
DATUBValid-to date DATUBDATS8DATUM
DATUVValid-From Date DATABDATS8DATUM
LVORMDeletion indicator IS-R tables WLOEKCHAR1WLOEK
ERSDACreated On ERSDADATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
NEGATNegation of assortment item or materials W_NEG_SORTCHAR1FLAG
PFLKNAssortment Priority W_PFLKNCHAR1Assigned to domainPFLKS
URSACListing cause (where does assortment item originate) W_LI_URSCHAR1W_LI_URS
SATNRCross-Plant Configurable Material SATNRCHAR18MARAMATN1MATNR
LSTFLListing procedure for store or other assortment categories LSTFLCHAR2TWLVLSTFLWLV
ATFSASelection ID 'Generic material / structured material' ATFSACHAR1FLAG
KZFSAID: variants of generic material chosen by selection W_KZFSACHAR1FLAG
SSTUFAssortment grade SSTUFCHAR2TWSSSSTUF
LSTVZListing procedure for store or other assortment categories LSTFLCHAR2TWLVLSTFLWLV
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
STRLIList as component of a structured material W_STRULICHAR1W_STRULI
SSTATAssortment status W_SORTSTATCHAR1W_SORTSTAT
ASORTAssortment ASORTCHAR10Assigned to domainALPHAASORTWSTWSOR

Key field Non-key field



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

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

How to access SAP table WINT_POS

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