TFIN010 SAP (Consolidation Unit Integration) Table details

Dictionary Type: Table
Description: Consolidation Unit Integration




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




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

TFIN010 is a standard SAP Table which is used to store Consolidation Unit Integration data and is available within R/3 SAP systems depending on the version and release level.

The TFIN010 table consists of various fields, each holding specific information or linking keys about Consolidation Unit Integration data available in SAP. These include DIMEN (Dimension), BUNIT (Consolidation unit), ROIND (Rollup consolidation unit), CONTP (Consolidation type for integration purposes only).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TFIN010 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
BUNITConsolidation unit FC_BUNITCHAR18TF160AFIMCFC_BUNITBUN
ROINDRollup consolidation unit FC_ROINDCHAR1CHAR1_X
CONTPConsolidation type for integration purposes only FC_CONTYPCHAR1Assigned to domainFC_CONTYPFC_CONTYP
LOGSYSLogical system LOGSYSCHAR10TBDLSALPHALOGSYS
LMANDTClient of the local SAP System FC_LMANDTCLNT3T000MANDT
RCOMPCompany RCOMP_DCHAR6T880ALPHARCOMPGCC
GSBER_KONSConsolidation business area GSBER_KONSCHAR4TGSBKGSBER_KONS
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PRCTRGRPProfit center group FC_PCGRPCHAR34FC_SETID

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFIN010
INTO CORRESPONDING FIELDS OF WA_TFIN010
WHERE...

How to access SAP table TFIN010

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