TF646 SAP (Recorded Fair Value Adjustments) Table details

Dictionary Type: Table
Description: Recorded Fair Value Adjustments




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




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

TF646 is a standard SAP Table which is used to store Recorded Fair Value Adjustments data and is available within R/3 SAP systems depending on the version and release level.

The TF646 table consists of various fields, each holding specific information or linking keys about Recorded Fair Value Adjustments data available in SAP. These include DIMEN (Dimension), ITCLG (Consolidation chart of accounts), RVERS (Consolidation (end-result) version), CONGR (Consolidation group).. 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: Cannot Be Enhanced


SAP TF646 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
DIMENDimension FC_DIMENCHAR2TF150FC_DIMENDINFC_DIMEN
ITCLGConsolidation chart of accounts FC_ITCLGCHAR2TF120FC_ITCLGITCFC_ITCLG
RVERSConsolidation (end-result) version FC_RVERSCHAR3TF200ALPHAFC_RVERSGVSFC_RVERS
CONGRConsolidation group FC_CONGRCHAR18TF180AFIMCFC_CONGRCGR
COICUInvestee unit FC_COICUCHAR18TF160AFIMCFC_BUNITCCU
CYEARFiscal year FC_RYEARNUMC4GJAHRGJAHRGFY
CPERIPeriod FC_PERIDNUMC3PERDEGFP
BUNITConsolidation unit FC_BUNITCHAR18TF160AFIMCFC_BUNITBUN
BUPTRPartner unit FC_BUPTRCHAR18TF160AFIMCFC_BUNIT
HRES1Fair value adjustment: main number FC_HRES1CHAR12TF640FC_HRES1
HRES2Fair value adjustment: Subnumber FC_HRES2CHAR4TF641FC_HRES2
COIACActivity for consolidation of investments FC_COIACCHAR2FC_COIACCOA
COINRConsolidation of investments activity number FC_COINRCHAR10ALPHABELNRCNR
AYEARYear of incurrence of the amount to be amortized/depreciated FC_AYEARNUMC4GJAHRGJAHR
APERIPeriod of incurrence of the amount to be amortized/depr'd FC_APERINUMC3PERDE
RLDNRLedger FC_RLDNRCHAR2Assigned to domainALPHARLDNRGLNFC_RLDNR
VGRAPGross book value of acquisition of fair value adjustment FC_HRVGRAPCURR17(2) WERTV9
VALAPOriginal Book Value (GC) FC_VALAPCURR17(2) WERTV9
VALDPAcc.Adjustment of Orig.Cost for Divest. in Pr.Periods (GC) FC_VALDPCURR17(2) WERTV9
VALBGBeginning Book Value (GC) FC_VALBGCURR17(2) WERTV9
VALDNAmortization Amount, Ordinary (GC) FC_VALDNCURR17(2) WERTV9
VALDEAmortization Amount, Extraordinary (GC) FC_VALDECURR17(2) WERTV9
VALWUWriteup (GC) FC_VALWUCURR17(2) WERTV9
VALDAAcc. Adjustment of Orig.Cost for Divest. in Curr.Period(GC) FC_VALDACURR17(2) WERTV9
VALDDAccumulated Amortization for Divestiture in Curr.Period(GC) FC_VALDDCURR17(2) WERTV9
VALENEnding Book Value (GC) FC_VALENCURR17(2) WERTV9

Key field Non-key field



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

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

SELECT SINGLE *
FROM TF646
INTO CORRESPONDING FIELDS OF WA_TF646
WHERE...

How to access SAP table TF646

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