EWUCLSTAT SAP (EMU Cnv: Status Table for Conversion with Clusters) Table details

Dictionary Type: Table
Description: EMU Cnv: Status Table for Conversion with Clusters




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




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

EWUCLSTAT is a standard SAP Table which is used to store EMU Cnv: Status Table for Conversion with Clusters data and is available within R/3 SAP systems depending on the version and release level.

The EWUCLSTAT table consists of various fields, each holding specific information or linking keys about EMU Cnv: Status Table for Conversion with Clusters data available in SAP. These include PAKET (Number of the changeover package), TABNAME (Name of Table to be Converted), TASK_NUMB (EMU Cnv: Number of Tasks for Conversion), PROGRAMM (Program name).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EWUCLSTAT 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 MANDTCLNT3Assigned to domainMANDT
PAKETNumber of the changeover package EWUUMSPAKNUMC3Assigned to domainEWUUMSPAKPAN
TABNAMEName of Table to be Converted EWUTABNAMECHAR30Assigned to domainAS4TAB
TASK_NUMBEMU Cnv: Number of Tasks for Conversion EWUUMTNUMBNUMC2NUMC02
PROGRAMMProgram name EWUUMSPGMCHAR40PROGNAME
CLU_RELIDEMU Cnv: Memory Area of Cluster EWUUMRELIDCHAR2CHAR02
STATUS_PHSProgram Mode (Selection / Update) EWUUMSSTMOCHAR3EWUUMSSTMO
STATUS_TECTechnical Status of Program EWUUMSSTTECHAR3EWUUMSSTTE
STATUS_LOGStatus of the program EWUUMSSTATCHAR3EWUUMSSTAT
C_ERR_INTEMU Cnv: Number of Cancelled Conversions in the Interval EWUERR_STRNUMC1NUMC1
C_ERR_ENTEMU Cnv: Number of Faulty/Non-Convertible Entries EWUERR_ENTNUMC3NUMC3
COUNT_TOTNumber of records for a table EWUUMSANZINT410EWUINT
COUNT_READNumber of records read during the changeover EWUANZUMSRINT410EWUINT
COUNT_UPDANumber of records changed during the changeover EWUANZUMSUINT410EWUINT
SIZE_UNCOMEMU Cnv: Size of Dataset [Byte] Not Compressed EWUSIZEUNCNUMC10NUMC10
SIZE_COMPREMU Cnv: Size of Dataset [Byte] Compressed EWUSIZECOMNUMC10NUMC10
SDATEStart date of the program EWUUMSSDATDATS8DATUM
STIMEStart time of the program EWUUMSSTRTCHAR6TIME6
EDATEEnd date of the program EWUUMSEDATDATS8DATUM
ETIMEEnd time of the program EWUUMSENDECHAR6TIME6
DTIMEEMU conversion: Program net runtime for a restart in seconds EWUUMSZEITINT410EWUINT
PROTNAMELog name EWUUMSPROTCHAR40PROTNAME
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
PRIDWork process ID BTCWPPIDINT410
LIMIT_LOWEMU Cnv: Lower Interval Limit for Processing Clusters EWULIMLOWCHAR4CHAR04
LIMIT_HIGHEMU Cnv: Upper Interval Limit for Processing Clusters EWULIMHIGHCHAR4CHAR04
LIMIT_RESTEMU conversion: Restart argument for terminated conversion EWUUMSAUFACHAR255CHAR255
SUBTABFLGIndicator: Subtable EWUSBTBFLGCHAR1EWUUMSFLAG
PROCESSEDCompleted indicator EWUERLKZCHAR1EWUERLKZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM EWUCLSTAT
INTO CORRESPONDING FIELDS OF WA_EWUCLSTAT
WHERE...

How to access SAP table EWUCLSTAT

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