EWUFI_INTV SAP (Intervals for document conversion for EMU conversion) Table details

Dictionary Type: Table
Description: Intervals for document conversion for EMU conversion




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




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

EWUFI_INTV is a standard SAP Table which is used to store Intervals for document conversion for EMU conversion data and is available within R/3 SAP systems depending on the version and release level.

The EWUFI_INTV table consists of various fields, each holding specific information or linking keys about Intervals for document conversion for EMU conversion data available in SAP. These include PAKET (Number of the changeover package), LFDNR (Sequence Number), BUKRS_LOW (Company Code), BELNR_LOW (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: Not classified


SAP EWUFI_INTV 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
LFDNRSequence Number LFDNRCHAR3LFDNR
BUKRS_LOWCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNR_LOWAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHR_LOWFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUKRS_HIGHCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNR_HIGHAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHR_HIGHFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUKRS_RESTCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNR_RESTAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHR_RESTFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
XSTARTIndicator: Conversion for interval started EWUC_STARTCHAR1XFELD
XREADYIndicator: Conversion for interval completed EWUC_READYCHAR1XFELD
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
TIME_VALSystem Time SYUZEITTIMS6SYTIME
TIME_NEEDSystem Time SYUZEITTIMS6SYTIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM EWUFI_INTV
INTO CORRESPONDING FIELDS OF WA_EWUFI_INTV
WHERE...

How to access SAP table EWUFI_INTV

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