TF630 SAP (Changes in Investee Equity) Table details

Dictionary Type: Table
Description: Changes in Investee Equity




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




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

TF630 is a standard SAP Table which is used to store Changes in Investee Equity data and is available within R/3 SAP systems depending on the version and release level.

The TF630 table consists of various fields, each holding specific information or linking keys about Changes in Investee Equity data available in SAP. These include DIMEN (Dimension), RLDNR (Ledger), ITCLG (Consolidation chart of accounts), EQUVS (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 TF630 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
EQUVSVersion: Changes in investee equity FC_EQUVSCHAR3TF220ALPHAFC_EQUVSFC_EQUVS
COICUInvestee unit FC_COICUCHAR18TF160AFIMCFC_BUNITCCU
RYEARFiscal year FC_RYEARNUMC4GJAHRGJAHRGFY
PERIDPeriod FC_PERIDNUMC3PERDEGFP
ITEMFinancial statement item FC_ITEMCHAR10TF100BFIMCFC_ITEMITM
SEQNRSequence number FC_SEQNR2NUMC2NUMC2
COIACActivity: Investee equity FC_COIACEQCHAR2FC_COIACEQCOA
COINRConsolidation of investments activity number FC_COINRCHAR10ALPHABELNRCNR
SITYPSubitem category FC_SITYPCHAR3TF110FC_SITYPSTPFC_SITYP
SITEMSubitem FC_SITEMCHAR10TF115FC_SITEMSTM
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
NSHARNumber of shares FC_NSHARENUMC12NUMC12

Key field Non-key field



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

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

SELECT SINGLE *
FROM TF630
INTO CORRESPONDING FIELDS OF WA_TF630
WHERE...

How to access SAP table TF630

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