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

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




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




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

EWUFICRDOC 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 EWUFICRDOC 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), AWTYP (Reference Transaction), AWKEY (Reference Key), HKONT (General Ledger Account).. 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 EWUFICRDOC 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
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWKEYReference Key AWKEYCHAR20AWKEY
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting document number EWUBELNRCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
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 EWUFICRDOC using ABAP code

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

SELECT SINGLE *
FROM EWUFICRDOC
INTO CORRESPONDING FIELDS OF WA_EWUFICRDOC
WHERE...

How to access SAP table EWUFICRDOC

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