TF150 SAP (Dimensions) Table details

Dictionary Type: Table
Description: Dimensions




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




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

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

The TF150 table consists of various fields, each holding specific information or linking keys about Dimensions data available in SAP. These include DIMEN (Dimension), IAIND (Status indicator), BULGH (Length of the consolidation unit), CGLGH (Length of 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: 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 = TF151


SAP TF150 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_DIMENCHAR2FC_DIMENDINFC_DIMEN
IAINDStatus indicator FC_IAIND_DCHAR1CHAR1_X
BULGHLength of the consolidation unit FC_BULGHNUMC2NUMC02
CGLGHLength of consolidation group FC_CGLGHNUMC2NUMC02
INDGSCompany consolidation activated GSNKCHAR1GSNK
INDGBBusiness area consolidation active GSBKCHAR1GSBK
INDPCProfit center consolidation activated PCKCHAR1PCK
ITCLG_FIConsolidation chart of accounts for data transfer FC_ITCLG_ICHAR2TF120FC_ITCLG
SITYP_FISubitem category for data transfers FC_SITYP_ICHAR3TF110FC_SITYP
SIGNC_FIDelimiter for Companies & Business Areas FC_SIGNCFICHAR1CHAR01
IGSGB_FISequence for converting companies/business areas FC_IGSGBFINUMC1FC_IGSGBFI
HLINDUse hierarchy levels FC_HLINDCHAR1X
PCUINDSubstitute the partner unit during the rollup FC_PCUINDCHAR1X
REVINDReverse documents FC_REVINDCHAR1X
PROTYPApportionment Procedure for Two-sided Eliminations FC_PROTYPNUMC1FC_PROTYP
CIINVCHECKCheck Investment Against Equity FC_CIINVCHECKCHAR1X
HRFSCATCons frequency of amortization of reported fair value adjs FC_HRFSCATCHAR1TF240FC_FSCAT
USTPFLGUniversal Statistical Posting Logic FC_USTPFLGCHAR1X
NEWLL_YEARFiscal Year from Which New Level Logic Is to Be Applied FC_NEWLL_YEARNUMC4GJAHRGJAHR
SETGENMODEOptions for automatic set generation FC_SETGENMODENUMC1FC_SETGENMODE
SETGENCGYYear or Period-dependent Sets for Cons Groups FC_SETGENCGYCHAR1X
DOCTY_ACSDocument type for standardizing entries FC_DOCTY_10CHAR2TF500FC_DOCTYBARFC_DOCTY_10
ASTHFSAssets Held for Sale FC_ASTHFSCHAR1X

Key field Non-key field



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

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

SELECT SINGLE *
FROM TF150
INTO CORRESPONDING FIELDS OF WA_TF150
WHERE...

How to access SAP table TF150

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