The EWUPGSTAT table in SAP ERP or S/4HANA stores Conversion programs status data. There are total 15 fields in EWUPGSTAT table. The Conversion programs status table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of EWUPGSTAT table. It is in All objects for EURO conversion (EWU) ABAP package and is part of the Local Currency Changeover (CA-EUR-CNV) module.
SAP EWUPGSTAT Table Fields
Following is the list of fields that are available in SAP EWUPGSTAT table. The primary key fields of the table are MANDT (Client), PAKET (Number of the changeover package), PHASE (Conversion phases), PROGRAMM (Program name).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| PAKET | Number of the changeover package | EWUUMSPAK | EWUPAK | NUMC (3) |
| PHASE | Conversion phases | EWUUMSPHAS | EWUPGCT | CHAR (10) |
| PROGRAMM | Program name | EWUUMSPGM | EWUPGCT | CHAR (40) |
| VORGAENGER | Preceding program | EWUUMSPGMV | * | CHAR (40) |
| STATUS | Status of the program | EWUUMSSTAT | CHAR (3) | |
| STARTDATUM | Start date of the program | EWUUMSSDAT | DATS (8) | |
| STARTZEIT | Start time of the program | EWUUMSSTRT | CHAR (6) | |
| ENDEDAT | End date of the program | EWUUMSEDAT | DATS (8) | |
| ENDEZEIT | End time of the program | EWUUMSENDE | CHAR (6) | |
| PROTNAME | Log name | EWUUMSPROT | CHAR (40) | |
| AUFSETZARG | EMU conversion: Restart argument for terminated conversion | EWUUMSAUFA | CHAR (255) | |
| ZEIT | EMU conversion: Program net runtime for a restart in seconds | EWUUMSZEIT | INT4 (10) | |
| JOBNAME | Background job name | BTCJOB | CHAR (32) | |
| JOBCOUNT | Job ID | BTCJOBCNT | CHAR (8) |


