EWUFI_SPLIT SAP (EMU Implementation: Table of FAGL_SPLINFO* to Be Corrected) Table details

Dictionary Type: Table
Description: EMU Implementation: Table of FAGL_SPLINFO* to Be Corrected




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




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

EWUFI_SPLIT is a standard SAP Table which is used to store EMU Implementation: Table of FAGL_SPLINFO* to Be Corrected data and is available within R/3 SAP systems depending on the version and release level.

The EWUFI_SPLIT table consists of various fields, each holding specific information or linking keys about EMU Implementation: Table of FAGL_SPLINFO* to Be Corrected data available in SAP. These include PAKET (Number of the changeover package), PHASE (Conversion phases), BUKRS (Company Code), BELNR (Accounting Document 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: Can be enhanced (character-type or numeric)


SAP EWUFI_SPLIT 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 EWUUMSPAKNUMC3EWUPAKEWUUMSPAKPAN
PHASEConversion phases EWUUMSPHASCHAR10EWUUMSPHAS
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEISix-figure number of line item BUZEI6NUMC6BUZEI6BUZ
LDGRPLedger Group FAGL_LDGRPCHAR4Assigned to domainFAGL_LDGRPGLDGRP_FLEX
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
XOPVWIndicator: Open item management? XOPVWCHAR1XFELD
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
WRBTR_DAmount in document currency WRBTRCURR13(2) WERT7
PSWBTAmount for Updating in General Ledger PSWBTCURR13(2) WERT7
PSWBT_DAmount for Updating in General Ledger PSWBTCURR13(2) WERT7
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
DMBTR_DAmount in Local Currency DMBTRCURR13(2) WERT7
DMBE2Amount in Second Local Currency DMBE2CURR13(2) WERT7
DMBE2_DAmount in Second Local Currency DMBE2CURR13(2) WERT7
DMBE3Amount in Third Local Currency DMBE3CURR13(2) WERT7
DMBE3_DAmount in Third Local Currency DMBE3CURR13(2) WERT7
SPL_NOSequence Number of Splitting Information FAGL_INDEXNUMC6NUMC06

Key field Non-key field



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

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

SELECT SINGLE *
FROM EWUFI_SPLIT
INTO CORRESPONDING FIELDS OF WA_EWUFI_SPLIT
WHERE...

How to access SAP table EWUFI_SPLIT

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