TF660 SAP (Equity Holdings Adjustments) Table details

Dictionary Type: Table
Description: Equity Holdings Adjustments




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




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

TF660 is a standard SAP Table which is used to store Equity Holdings Adjustments data and is available within R/3 SAP systems depending on the version and release level.

The TF660 table consists of various fields, each holding specific information or linking keys about Equity Holdings Adjustments data available in SAP. These include DIMEN (Dimension), RLDNR (Ledger), ITCLG (Consolidation chart of accounts), ASSVS (Version: Changes in investee equity).. 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 TF660 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
RLDNRLedger FC_RLDNRCHAR2T881ALPHARLDNRGLNFC_RLDNR
ITCLGConsolidation chart of accounts FC_ITCLGCHAR2TF120FC_ITCLGITCFC_ITCLG
ASSVSVersion: Changes in investee equity FC_EQUVSCHAR3TF220ALPHAFC_EQUVSFC_EQUVS
COICUInvestee unit FC_COICUCHAR18TF160AFIMCFC_BUNITCCU
RYEARFiscal year FC_RYEARNUMC4GJAHRGJAHRGFY
PERIDPeriod FC_PERIDNUMC3PERDEGFP
DTEQIScope of reported data for the equity method FC_DTEQINUMC1TF665FC_DTEQIFC_DTEQI
COINRConsolidation of investments activity number FC_COINRCHAR10ALPHABELNRCNR
SVALUSign of book value change FC_SVALUCHAR1FC_SIGN
BKVLCValue in local currency FC_VLC_EQCURR17(2) WERT9
BKVRCBook value in group currency FC_VRC_EQCURR17(2) WERTV9
CTYPEExchange rate indicator FC_EXRINDCHAR1TF420FC_EXRINDFC_EXRIND
CRATEExchange rate FC_CRATEDEC9(5) UKURS
FFACTRatio for the 'From' Currency Units FFACT_CURRDEC9DEC9
TFACTRatio for the 'To' Currency Units TFACT_CURRDEC9DEC9

Key field Non-key field



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

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

SELECT SINGLE *
FROM TF660
INTO CORRESPONDING FIELDS OF WA_TF660
WHERE...

How to access SAP table TF660

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