WINT_COPY SAP (Int. table with contents of dynpro 142 for SAPMWSO3) Structure details

Dictionary Type: Structure
Description: Int. table with contents of dynpro 142 for SAPMWSO3




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




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

WINT_COPY 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 "Int. table with contents of dynpro 142 for SAPMWSO3" 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_COPY TYPE WINT_COPY.

The WINT_COPY table consists of various fields, each holding specific information or linking keys about Int. table with contents of dynpro 142 for SAPMWSO3 data available in SAP. These include KORR (General Flag), KORR_ALT (General Flag), OK (General Flag), CHANGE (General Flag).. 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_COPY 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
KORR_ALTGeneral Flag FLAGCHAR1FLAG
OKGeneral Flag FLAGCHAR1FLAG
CHANGEGeneral Flag FLAGCHAR1FLAG
NAME1Name NAME1CHAR30TEXT30
PFLKNAssortment Priority W_PFLKNCHAR1Assigned to domainPFLKS
VTEXTDescription BEZEI40CHAR40TEXT40
STYPBModule type BAUSTYPCHAR1BAUSTYPWBT
WTDY22Selection indicator WTDY22CHAR1XFELD
OK_FLAGCopy when selected W_OK_FLAGCHAR1XFELD
FEHLERNo. of faulty materials W_FEHLERINT25INT2
GESAMTTotal no. of materials in module W_GESAMTINT25INT2
MANDTClient MANDTCLNT3T000MANDT
FILIALEAssortment ASORTCHAR10WRS1ALPHAASORTWSTWSOR
SKOPFAssortment module W_SORTKCHAR18WSOHALPHAWSORTKWBS
DATUBValid-to date DATUBDATS8DATUM
DATABValid-From Date DATABDATS8DATUM
ERSDACreated On ERSDADATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
LVORMDeletion indicator IS-R tables WLOEKCHAR1WLOEK
WAGRPMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
STAT2Status of assortment owner assignment W_FSTATCHAR1FLAG
LAY_LIST_UTDIndicates that layout listing conditions are up to date LAYOUT_LISTING_UPTODATECHAR1LAYOUT_LISTING_UPTODATE
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
VTWEGDistribution channel for intercompany billing VTWIVCHAR2Assigned to domainVTWEGVTW
VKORGSales organization for intercompany billing VKOIVCHAR4Assigned to domainVKORGVKO
VLFKZAssortment Category W_SOTYPCHAR1W_SOTYP
SSTATAssortment status W_SORTSTATCHAR1W_SORTSTAT

Key field Non-key field



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

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

How to access SAP table WINT_COPY

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