WEWU SAP (EMU: Planning of currency conversions) Table details

Dictionary Type: Table
Description: EMU: Planning of currency conversions




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




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

WEWU is a standard SAP Table which is used to store EMU: Planning of currency conversions data and is available within R/3 SAP systems depending on the version and release level.

The WEWU table consists of various fields, each holding specific information or linking keys about EMU: Planning of currency conversions data available in SAP. These include EWUVW (EMU: Object Use for Currency Conversion), EWUOA (EMU: Object Type for Currency Conversion), EWUOS (EMU: Variable Object Key), WRSVO (EMU: Currency Prior to Conversion).. 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)


SAP WEWU 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 MANDTCLNT3T000MANDT
EWUVWEMU: Object Use for Currency Conversion EWUVWCHAR2EWUVW
EWUOAEMU: Object Type for Currency Conversion EWUOACHAR2EWUOA
EWUOSEMU: Variable Object Key EWUOSCHAR50EWUOS
WRSVOEMU: Currency Prior to Conversion WRSVOCUKY5TCURCWAERS
UMDATEMU: latest conversion date EUMDTDATS8DATUM
WRSNAEMU: currency after conversion WRSNACUKY5TCURCWAERS
BNDATCurrency conversion: Date on which agent notified BNDATDATS8DATUM
KONAMEMU: name of user coordinating conversion EKONAMCHAR12USR02XUBNAME
BENAMEMU: name of user carrying out conversion BENAMCHAR12USR02XUBNAME
BEOROCurrency conversion: organizational object of agent BEOROCHAR14HROBJEC_14
ERDATDate on Which Record Was Created ERDATDATS8DATUM
BADATEMU: date on which processing was completed EBADATDATS8DATUM
FRDATEMU: Date of Release EFRDATDATS8DATUM
UMSTACurrency conversion: Status of a conversion plan UMSTACHAR1UMSTA
BAZETTime UZEITTIMS6UZEIT
BELNRNumber of pricing document KBELNCHAR10Assigned to domainALPHAKBELN

Key field Non-key field



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

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

SELECT SINGLE *
FROM WEWU
INTO CORRESPONDING FIELDS OF WA_WEWU
WHERE...

How to access SAP table WEWU

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