T000K SAP (Group) Table details

Dictionary Type: Table
Description: Group




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




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

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

The T000K table consists of various fields, each holding specific information or linking keys about Group data available in SAP. These include GTEXT (Group name), GCURR (Currency Key for the Group Currency), GSBK (Business area consolidation active), GBSNO (Activate: online zero balnce for business areas).. 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 T000K 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
GTEXTGroup name GROUPTXTCHAR30TEXT30
GCURRCurrency Key for the Group Currency KZWRSCUKY5TCURCWAERS
GSBKBusiness area consolidation active GSBKCHAR1GSBK
GBSNOActivate: online zero balnce for business areas GBSNOCHAR1X
GSNKCompany consolidation activated GSNKCHAR1GSNK
PCKProfit center consolidation activated PCKCHAR1PCK
PERIVFiscal year variant for consolidation PERIV_LCCHAR2T009PERIV
INDLCIndicator: Consolidation system LC INDLCCHAR1X
INDMCEC-CS Consolidation System INDMCCHAR1X
INDRFKONSIndicator: Consolidation system RF-KONS INDRFKONSCHAR1X
INDADActual - realtime update LC_INDADCHAR1X
INDARActual rollup indicator LC_INDARCHAR1X
INDAEIndicator: FI extract of actual data LC_INDAECHAR1X
INDASActual step consolidation indicator LC_INDASCHAR1X
INDPRBudgeted Rollup indic'r LC_INDPRCHAR1X
INDPEBudgeted FI-Extract indic'r LC_INDPECHAR1X
RLDNR_RURollup ledger for consolidation RLDNR_RUCHAR2T881ALPHARLDNRGLN
RLDNR_LCConsolidation ledger RLDNR_LCCHAR2T881ALPHARLDNR
RLDNR_GCLedger for business area consolidation RLDNR_BCCHAR2T881ALPHARLDNR
RLDNR_PCLedger for Profit Center Consolidation FC_LD_PCCHAR2T881ALPHARLDNR
IND_LD_ONEIndicator: Update specified ledger only LC_LD_ONECHAR1X
MVCT_SFLDSender field for FI -> FI-LC interface LC_SFIELDCHAR1LC_SFIELD
MVCT_ACSETItem selection for the FI -> FI-LC interface LC_ACCSETCHAR12SETNR
ADD1_SFLDSender field for FI -> FI-LC interface LC_SFIELDCHAR1LC_SFIELD
ADD1_ACSETItem selection for the FI -> FI-LC interface LC_ACCSETCHAR12SETNR
ADD2_SFLDSender field for FI -> FI-LC interface LC_SFIELDCHAR1LC_SFIELD
ADD2_ACSETItem selection for the FI -> FI-LC interface LC_ACCSETCHAR12SETNR
ADD3_SFLDSender field for FI -> FI-LC interface LC_SFIELDCHAR1LC_SFIELD
ADD3_ACSETItem selection for the FI -> FI-LC interface LC_ACCSETCHAR12SETNR
GSB_COBLCKCheck if company code/business area is active in doc. FC_GBCOBLCHAR1X
ROLLUP_1Rollup for Company Consolidation FC_ROLLUP1CHAR8T807HROLLUPN
ROLLUP_2Rollup for Business Area Consolidation FC_ROLLUP2CHAR8T807HROLLUPN
ROLLUP_3Rollup for Profit Center Consolidation FC_ROLLUP3CHAR8T807HROLLUPN
DTF_RUData transfer procedure for rollups FC_DTF_RUNUMC1FC_DTF_RU
RLDNR_RU_1Sender Ledger for Rollup to Company Consolidation FC_RLDNR1CHAR2T881ALPHARLDNR
RLDNR_RU_2Sender Ledger for Rollup to Business Area Consolidation FC_RLDNR2CHAR2T881ALPHARLDNR
RLDNR_RU_3Sender Ledger for Rollup to Profit Center Consolidation FC_RLDNR3CHAR2T881ALPHARLDNR
INDDP_1Realtime Update is Data Transfer Method for Company Cons. FC_INDDP1CHAR1X
INDRU_1Transfer Method for Company Cons is Rollup FC_INDRU1CHAR1X
INDDP_2Realtime Update is Data Transfer Method for Bus.Area Cons. FC_INDDP2CHAR1X
INDRU_2Transfer Method for Business Area Cons is Rollup FC_INDRU2CHAR1X
MAIL_DPRealtime Update: Send Express Mail with Error List FC_MAILDPCHAR1CHAR1_X
INDPE_1Periodic Extract is Data Transfer Method for Company Cons. FC_INDPE1CHAR1CHAR1_X
INDPE_2Transfer Method for Business Area Cons is Periodic Extract FC_INDPE2CHAR1CHAR1_X
INDBA_CSBusiness area consolidation active GSBKCHAR1GSBK
INDCO_CSCompany consolidation activated GSNKCHAR1GSNK
GSNK_RFCompany consolidation activated GSNKCHAR1GSNK
INDLS_1Ledger Selection is Active for Company Consolidation FC_INDLS1CHAR1CHAR1_X
INDLS_2Ledger Selection is Active for Business Area Consolidation FC_INDLS2CHAR1CHAR1_X

Key field Non-key field



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

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

SELECT SINGLE *
FROM T000K
INTO CORRESPONDING FIELDS OF WA_T000K
WHERE...

How to access SAP table T000K

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