TF160 SAP (Consolidation Units) Table details

Dictionary Type: Table
Description: Consolidation Units




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




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

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

The TF160 table consists of various fields, each holding specific information or linking keys about Consolidation Units data available in SAP. These include DIMEN (Dimension), BUNIT (Consolidation unit), ROIND (Rollup consolidation unit), REASN (Reason for inclusion).. 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

Text table = TF161


SAP TF160 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_BUNITCHAR18AFIMCFC_BUNITBUN
ROINDRollup consolidation unit FC_ROINDCHAR1CHAR1_X
REASNReason for inclusion FC_REASNCHAR2TF173FC_REASNFC_REASN
EXINDExempt from inclusion FC_EXINDCHAR1CHAR1_X
SETBUPartner set prefix FC_SETBUCHAR10FC_SETBU
GCINDEntry in group currency FC_GCINDCHAR1CHAR1_X
LANGU_BULanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
BLINEIndustrial sector FC_BLINECHAR30FC_BLINE
LFORMLegal form FC_LFORMCHAR30FC_LFORM
LSINDLegal entity FC_LSINDCHAR1CHAR1_X
INPINDPeriodic data entry FC_INPINDCHAR1CHAR1_X

Key field Non-key field



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

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

SELECT SINGLE *
FROM TF160
INTO CORRESPONDING FIELDS OF WA_TF160
WHERE...

How to access SAP table TF160

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