KKB_SPLIT SAP (Cost Component Split Information System) Structure details

Dictionary Type: Structure
Description: Cost Component Split Information System




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




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

KKB_SPLIT 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 "Cost Component Split Information System" 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_KKB_SPLIT TYPE KKB_SPLIT.

The KKB_SPLIT table consists of various fields, each holding specific information or linking keys about Cost Component Split Information System data available in SAP. These include ELEMT_TEXT (Name of Cost Component), W000 (Cost Field), W001 (Cost Field), W002 (Cost Field).. 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 KKB_SPLIT 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
ELEMTCost Component Number CK_ELEMENTNUMC3Assigned to domainCK_ELEMENT
ELEMT_TEXTName of Cost Component CK_TXELECHAR20TEXT20
W000Cost Field KSTELCURR13(2) WERTV7
W001Cost Field KSTELCURR13(2) WERTV7
W002Cost Field KSTELCURR13(2) WERTV7
W010Cost Field KSTELCURR13(2) WERTV7
W011Cost Field KSTELCURR13(2) WERTV7
W012Cost Field KSTELCURR13(2) WERTV7
W020Cost Field KSTELCURR13(2) WERTV7
W021Cost Field KSTELCURR13(2) WERTV7
W022Cost Field KSTELCURR13(2) WERTV7
W100Cost Field KSTELCURR13(2) WERTV7
W101Cost Field KSTELCURR13(2) WERTV7
W102Cost Field KSTELCURR13(2) WERTV7
W110Cost Field KSTELCURR13(2) WERTV7
W111Cost Field KSTELCURR13(2) WERTV7
W112Cost Field KSTELCURR13(2) WERTV7
W120Cost Field KSTELCURR13(2) WERTV7
W121Cost Field KSTELCURR13(2) WERTV7
W122Cost Field KSTELCURR13(2) WERTV7
W200Cost Field KSTELCURR13(2) WERTV7
W201Cost Field KSTELCURR13(2) WERTV7
W202Cost Field KSTELCURR13(2) WERTV7
W210Cost Field KSTELCURR13(2) WERTV7
W211Cost Field KSTELCURR13(2) WERTV7
W212Cost Field KSTELCURR13(2) WERTV7
W220Cost Field KSTELCURR13(2) WERTV7
W221Cost Field KSTELCURR13(2) WERTV7
W222Cost Field KSTELCURR13(2) WERTV7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

As KKB_SPLIT 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 KKB_SPLIT as there is no data to select.

How to access SAP table KKB_SPLIT

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