TBKK60 SAP (Account Hierarchy: Hierarchy Types) Table details

Dictionary Type: Table
Description: Account Hierarchy: Hierarchy Types




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




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

TBKK60 is a standard SAP Table which is used to store Account Hierarchy: Hierarchy Types data and is available within R/3 SAP systems depending on the version and release level.

The TBKK60 table consists of various fields, each holding specific information or linking keys about Account Hierarchy: Hierarchy Types data available in SAP. These include HYTYPE (Account Hierarchy: Hierarchy Type), MAX_DEEPNESS (Maximum Number of Levels of a Hierarchy), EXT_RA_POSSIBLE (Ind.: Ext. Root Account Permitted for a Hierarchy Category), DIFF_BNKAR_POSS (Indicator: Hierarchy Valid for Several bank 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = TBKK60T


SAP TBKK60 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
CLIENTClient MANDTCLNT3T000MANDT
HYTYPEAccount Hierarchy: Hierarchy Type BKK_HYTYPECHAR6ALPHABKK_HYTYPE
MAX_DEEPNESSMaximum Number of Levels of a Hierarchy BKK_HY_MAX_DEEPNESSNUMC7BKK_COUNT
EXT_RA_POSSIBLEInd.: Ext. Root Account Permitted for a Hierarchy Category BKK_HY_EXT_RA_POSSIBLECHAR1BKK_XFLAG
DIFF_BNKAR_POSSIndicator: Hierarchy Valid for Several bank Areas BKK_DIFF_BANKAREAS_POSSIBLECHAR1BKK_XFLAG
HYTYPE_ACTIVEIndicator: Hierarchy Active BKK_HY_ACTIVECHAR1BKK_XFLAG
TRNSTYPE_C_CHNGInd: Hierarchy with Ext. Root Acct. Trans.Type Cred. Change. BKK_HY_TRNST_C_CCHAR1BKK_XFLAG
TRNSTYPE_D_CHNGInd: Hierarchy with Ext.Root Acct. Trans.Type Debit Changebl BKK_HY_TRNST_D_CCHAR1BKK_XFLAG
PAYMETHOD_CHNGInd: Hierarchy with Ext. Root Acct. - Pay. Method Changeable BKK_HY_PAYM_CCHAR1BKK_XFLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBKK60
INTO CORRESPONDING FIELDS OF WA_TBKK60
WHERE...

How to access SAP table TBKK60

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