EWUFI_CDOC SAP (EMU conversion: Documents to RFEWUDOC) Table details

Dictionary Type: Table
Description: EMU conversion: Documents to RFEWUDOC




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




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

EWUFI_CDOC is a standard SAP Table which is used to store EMU conversion: Documents to RFEWUDOC data and is available within R/3 SAP systems depending on the version and release level.

The EWUFI_CDOC table consists of various fields, each holding specific information or linking keys about EMU conversion: Documents to RFEWUDOC data available in SAP. These include PAKET (Number of the changeover package), BUKRS (Company Code), BELNR (Accounting document number), GJAHR (Fiscal Year).. 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_CDOC 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting document number EWUBELNRCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
KOARTAccount Type KOARTCHAR1KOART
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWKEYReference Key AWKEYCHAR20AWKEY
PSWBT_CONVAmount for Updating in General Ledger PSWBTCURR13(2) WERT7
PSWBT_MOVEAmount for Updating in General Ledger PSWBTCURR13(2) WERT7
DMBTR_CONVAmount in Local Currency DMBTRCURR13(2) WERT7
DMBTR_MOVEAmount in Local Currency DMBTRCURR13(2) WERT7
DMBE2_CONVAmount in Second Local Currency DMBE2CURR13(2) WERT7
DMBE2_MOVEAmount in Second Local Currency DMBE2CURR13(2) WERT7
DMBE3_CONVAmount in Third Local Currency DMBE3CURR13(2) WERT7
DMBE3_MOVEAmount in Third Local Currency DMBE3CURR13(2) WERT7

Key field Non-key field



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

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

SELECT SINGLE *
FROM EWUFI_CDOC
INTO CORRESPONDING FIELDS OF WA_EWUFI_CDOC
WHERE...

How to access SAP table EWUFI_CDOC

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