EWUFI_BAL SAP (EMU conversion: Logging transaction figures change) Table details

Dictionary Type: Table
Description: EMU conversion: Logging transaction figures change




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




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

EWUFI_BAL is a standard SAP Table which is used to store EMU conversion: Logging transaction figures change data and is available within R/3 SAP systems depending on the version and release level.

The EWUFI_BAL table consists of various fields, each holding specific information or linking keys about EMU conversion: Logging transaction figures change data available in SAP. These include PAKET (Number of the changeover package), PHASE (Conversion phases), TYPE (Source of the change in the transaction figures), LFDNR (Sequence Number).. 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: Not classified


SAP EWUFI_BAL 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
PHASEConversion phases EWUUMSPHASCHAR10EWUUMSPHAS
TYPESource of the change in the transaction figures EWU_CHTYPECHAR2EWU_CHTYPE
LFDNRSequence Number LFDNRCHAR3LFDNR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
KONTOAccount number (G/L account/customers/vendors) EWU_KONTOCHAR10ALPHAMAXKK
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
RTCURCurrency Key RTCURCUKY5Assigned to domainWAERSFWS
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
POPERPosting period POPERNUMC3POPERPOPR
SHBKZSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
TSLVT_SConverted transaction figure in item currency TSLVT_SCURR15(2) WERTV8
TSLVT_EItems/subledger total in item currency TSLVT_ECURR15(2) WERTV8
TSLVT_DItem currency difference TSLVT_DCURR15(2) WERTV8
LCVT1_SConverted transaction figure in first local currency LCVT1_SCURR15(2) WERTV8
LCVT1_EItems/subledger total in first local currency LCVT1_ECURR15(2) WERTV8
LCVT1_DFirst local currency difference LCVT1_DCURR15(2) WERTV8
LCVT2_SConverted transaction figure in second local currency LCVT2_SCURR15(2) WERTV8
LCVT2_EItems/subledger total in second local currency LCVT2_ECURR15(2) WERTV8
LCVT2_DSecond local currency difference LCVT2_DCURR15(2) WERTV8
LCVT3_SConverted transaction figure in third local currency LCVT3_SCURR15(2) WERTV8
LCVT3_EItems/subledger total in third local currency LCVT3_ECURR15(2) WERTV8
LCVT3_DThird local currency difference LCVT3_DCURR15(2) WERTV8
BELNRAccounting document number EWUBELNRCHAR10ALPHABELNRBLN

Key field Non-key field



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

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

SELECT SINGLE *
FROM EWUFI_BAL
INTO CORRESPONDING FIELDS OF WA_EWUFI_BAL
WHERE...

How to access SAP table EWUFI_BAL

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