CNV_20425_BAL SAP (EMU conversion: Logging transaction figures change) Table details

Dictionary Type: Table
Description: EMU conversion: Logging transaction figures change




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




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

CNV_20425_BAL is a standard SAP Table which is used to store EMU conversion: Logging transaction figures change data and is available within R/3 SAP systems depending on the version and release level.

The CNV_20425_BAL table consists of various fields, each holding specific information or linking keys about EMU conversion: Logging transaction figures change data available in SAP. These include TYPE (Source of the change in the transaction figures), BUKRS (Company Code), KONTO (General Ledger Account), GSBER (Business Area).. 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 CNV_20425_BAL 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
TYPESource of the change in the transaction figures EWU_CHTYPECHAR2EWU_CHTYPE
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
KONTOGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
RTCURCurrency Key RTCURCUKY5Assigned to domainWAERSFWS
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
POPERPosting period POPERNUMC3POPERPOPR
SHBKZSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
TSLVT_SConverted transaction figure in item currency TSLVT_SCURR15(2) WERTV8
TSLVT_EItems/subledger total in item currency TSLVT_ECURR15(2) WERTV8
TSLVT_DItem currency difference TSLVT_DCURR15(2) WERTV8
LCVT1_SConverted transaction figure in first local currency LCVT1_SCURR15(2) WERTV8
LCVT1_EItems/subledger total in first local currency LCVT1_ECURR15(2) WERTV8
LCVT1_DFirst local currency difference LCVT1_DCURR15(2) WERTV8
LCVT2_SConverted transaction figure in second local currency LCVT2_SCURR15(2) WERTV8
LCVT2_EItems/subledger total in second local currency LCVT2_ECURR15(2) WERTV8
LCVT2_DSecond local currency difference LCVT2_DCURR15(2) WERTV8
LCVT3_SConverted transaction figure in third local currency LCVT3_SCURR15(2) WERTV8
LCVT3_EItems/subledger total in third local currency LCVT3_ECURR15(2) WERTV8
LCVT3_DThird local currency difference LCVT3_DCURR15(2) WERTV8
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNV_20425_BAL
INTO CORRESPONDING FIELDS OF WA_CNV_20425_BAL
WHERE...

How to access SAP table CNV_20425_BAL

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