CNV_10510_FCVMAP SAP (Mappingtable for conversion of foreign currencies) Table details

Dictionary Type: Table
Description: Mappingtable for conversion of foreign currencies




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




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

CNV_10510_FCVMAP is a standard SAP Table which is used to store Mappingtable for conversion of foreign currencies data and is available within R/3 SAP systems depending on the version and release level.

The CNV_10510_FCVMAP table consists of various fields, each holding specific information or linking keys about Mappingtable for conversion of foreign currencies data available in SAP. These include PACKID (Conversion: Conversion package number), RLDNR (Ledger), BUKRS (Company Code), SAKNR (G/L Account 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CNV_10510_FCVMAP 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
PACKIDConversion: Conversion package number CNV_PACKCHAR5Assigned to domainCNV_PACKCNV_PACK
RLDNRLedger CNVMBTASF_RLDNRCHAR2Assigned to domainALPHARLDNR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SAKNRG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
CURTPCurrency Type and Valuation View CURTPCHAR2CURTP
BWBERFI depreciation areas CNV_10510_BWBERCHAR2Assigned to domainCNV_10510_BWBER
METHDRevaluation methods in FI CNV_10510_UMBWMCHAR3CNV_10510_UMBWM
DATUMDate DATUMDATS8DATUM
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
RUNIDRun ID CNV_10510_RUNIDNUMC2NUMC2
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
BWSHBValuation Difference CNV_10510_BWSHBCURR15(2) CNV_10510_WRTV8
REVERSE_IDReversed by Run ID CNV_10510_REVERSNUMC2NUMC2
VAL_REVERSEDCheckbox XFELDCHAR1XFELD
RUNID_NEWRun ID CNV_10510_RUNIDNUMC2NUMC2
CONVConvert flag CNV_10510_CONVCHAR1CNV_10510_CONV
BUKRS_NEWCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUKRS_PRIOConversion: Priority Qualifier for Double Records CNV_PRIOCHAR1X
SAKNR_NEWG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
SAKNR_PRIOConversion: Priority Qualifier for Double Records CNV_PRIOCHAR1X

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNV_10510_FCVMAP
INTO CORRESPONDING FIELDS OF WA_CNV_10510_FCVMAP
WHERE...

How to access SAP table CNV_10510_FCVMAP

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