EWUPAK SAP (Euro conversion packages) Table details

Dictionary Type: Table
Description: Euro conversion packages




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




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

EWUPAK is a standard SAP Table which is used to store Euro conversion packages data and is available within R/3 SAP systems depending on the version and release level.

The EWUPAK table consists of various fields, each holding specific information or linking keys about Euro conversion packages data available in SAP. These include PAKET (Number of the changeover package), RELEAS (Release), PHASE (Conversion phases), DATUM (Changeover date).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = EWUPAKT


SAP EWUPAK 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
MANDANTClient MANDTCLNT3Assigned to domainMANDT
PAKETNumber of the changeover package EWUUMSPAKNUMC3EWUUMSPAKPAN
RELEASRelease EWUUMSRELCHAR4CHAR4
PHASEConversion phases EWUUMSPHASCHAR10EWUUMSPHAS
DATUMChangeover date EWUUMSDATDATS8DATUM
RESFLAGIndicator: Restart possible ? EWUUMSRESTCHAR1EWUUMSREST
ACTFLAGIndicator: Changeover package active? EWUUMSACTCHAR1EWUUMSACT
PRODFLAGIndicator: Changeover/runtime forecast EWUUMSPRODCHAR1EWUUMSPROD
PAKETTYPPacket Type EWUPAKTYPCHAR5EWUPAKTYP
PAKETSICHNumber of the changeover package EWUUMSPAKNUMC3Assigned to domainEWUUMSPAKPAN
PLANJAHRPlanned calendar year for the EMU changeover EWUPLANGJNUMC4GJAHRGJAHR
MACFLAGFlag for handling the matchcodes EWUUMSMACCHAR1CHAR01
IDXFLAGFlag for handling the index EWUUMSIDXCHAR1CHAR01
V01FLAGReserve flag 01 EWUUMSV01FCHAR1CHAR01
V02FLAGReserve flag 02 EWUUMSV02FCHAR1CHAR01
V03FLAGReserve flag 03 EWUUMSV03FCHAR1CHAR01
V04FLAGReserve flag 04 EWUUMSV04FCHAR1CHAR01
V05FLAGReserve flag 05 EWUUMSV05FCHAR1CHAR01
V06FLAGCluster: Planned Number of Background Processes EWUUMSV06FCHAR10CHAR10
V07FLAGCluster Method Activated? EWUUMSV07FCHAR10CHAR10
V08FLAGCluster: Manual Entry of Largest Tables? EWUUMSV08FCHAR10CHAR10
V09FLAGReserve Flag09 EWUUMSV09FCHAR10CHAR10
V10FLAGReserve Flag10 EWUUMSV10FCHAR10CHAR10
V11FLAGReserve Flag11 EWUUMSV11FCHAR10CHAR10
V12FLAGReserve Flag12 EWUUMSV12FCHAR10CHAR10
V13FLAGReserve Flag13 EWUUMSV13FCHAR10CHAR10
V14FLAGReserve Flag14 EWUUMSV14FCHAR10CHAR10
V15FLAGReserve Flag15 EWUUMSV15FCHAR10CHAR10

Key field Non-key field



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

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

SELECT SINGLE *
FROM EWUPAK
INTO CORRESPONDING FIELDS OF WA_EWUPAK
WHERE...

How to access SAP table EWUPAK

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