KKBUD SAP (Screen Fields for Tree Handling) Structure details

Dictionary Type: Structure
Description: Screen Fields for Tree Handling




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




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

KKBUD is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Screen Fields for Tree Handling" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_KKBUD TYPE KKBUD.

The KKBUD table consists of various fields, each holding specific information or linking keys about Screen Fields for Tree Handling data available in SAP. These include VISIB (Show Cost Elements/Cost Component Group), TREE (Report tree), DEACT (Report tree inactive), KTEXT (Text for Reporting Tree).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP KKBUD structure 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
CUSTOCheck of sets with Customizing KKB_CUSTOCHAR1XFELD
VISIBShow Cost Elements/Cost Component Group KKB_VISIBCHAR1XFELD
TREEReport tree KKB_TRRECHAR4SYCHAR04
DEACTReport tree inactive KKB_DEACTCHAR1CHAR1
KTEXTText for Reporting Tree KKB_TRTEXTCHAR30CHAR30
RTYPEReport Type for Report Tree KKB_REPORTYPECHAR2KKB_REPORTYPE
PBEEFAccess Flexible Cost Component Report KKB_PBEEFCHAR1XFELD
PBEUFAccess Flexible Itemization KKB_PBEUFCHAR1XFELD
PAVSMDisplay Variants Accessible to All Users (Shared) KKB_PAVSMCHAR1XFELD
PKKUPUpdated Control Costs KKB_PKKUPCHAR1XFELD
PBEKFFlexible cost display KKB_PBEKFCHAR1XFELD
FEH_STA_TEXTText on Error Status KKB_FEH_STA_TEXTCHAR40KKB_FEH_STA_TEXT

Key field Non-key field



How do I retrieve data from SAP structure KKBUD using ABAP code?

As KKBUD is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on KKBUD as there is no data to select.

How to access SAP table KKBUD

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