EWIK SAP (Winding Group) Table details

Dictionary Type: Table
Description: Winding Group




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




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

EWIK is a standard SAP Table which is used to store Winding Group data and is available within R/3 SAP systems depending on the version and release level.

The EWIK table consists of various fields, each holding specific information or linking keys about Winding Group data available in SAP. These include WGRUPPE (Winding group), WNUMMER (Consecutive number of winding), WANDART (Transformer type), WTYP (Winding category).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EWIK table 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
MANDTClient MANDTCLNT3T000MANDT
WGRUPPEWinding group WGRUPPECHAR8ALPHAGEGSTEWK
WNUMMERConsecutive number of winding WNUMMERNUMC2LFDNR2
WANDARTTransformer type WANDARTCHAR1WANDART
WTYPWinding category WTYPCHAR1WTYP
WARTWinding type WARTCHAR1TE381WART
WSPANNTransformer voltage (prim. and sec.) for transformer factor WSPANNDEC6WSPANNP
WSTROMTransormer current (prim. and sec.) for transformer factor WSTROMDEC7(1) WSTROM
WLEISTDemand of winding WLEISTDEC4(1) DEC3_1
WLEIST_CDemand of winding in characters WLEIST_CCHAR5Assigned to domainWLEIST
WGKLASSEAccuracy class of device GKLASSECHAR4TE285GKLASSE
PRIMKENNZPropose primary winding PRIMKENNZCHAR1KENNZX
SECKENNZSecondary winding is default winding SECKENNZCHAR1KENNZX
SUCHBEGSearch term for winding group SUCHBEGWGCHAR8TE275SUCHBEGWG
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
NOMINALVOLTNominal Voltage NOMINALVOLTCHAR6TE276NVOLTNOMINALVOLT

Key field Non-key field



How do I retrieve data from SAP table EWIK using ABAP code

The following ABAP code Example will allow you to do a basic selection on EWIK to SELECT all data from the table
DATA: WA_EWIK TYPE EWIK.

SELECT SINGLE *
FROM EWIK
INTO CORRESPONDING FIELDS OF WA_EWIK
WHERE...

How to access SAP table EWIK

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