K840004 SAP (Summarization level ST: 800 KK 01 KKROBJ 000002) Table details

Dictionary Type: Table
Description: Summarization level ST: 800 KK 01 KKROBJ 000002




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




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

K840004 is a standard SAP Table which is used to store Summarization level ST: 800 KK 01 KKROBJ 000002 data and is available within R/3 SAP systems depending on the version and release level.

The K840004 table consists of various fields, each holding specific information or linking keys about Summarization level ST: 800 KK 01 KKROBJ 000002 data available in SAP. These include PERIO (Period), UNITIN (Input Unit of Measure), UNITOUT (Output Unit of Measure), KOMGIN (Control Input Quantity).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP K840004 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
TRKEYNRKey number in summarization level key table RKE_TRKEYNUMC16NUM16
PERIOPeriod KKB_PERIONUMC3KKB_PERIO
UNITINInput Unit of Measure KKB_MEINH_INPUTUNIT3Assigned to domainCUNITMEINS
UNITOUTOutput Unit of Measure KKB_MEINH_OUTPUTUNIT3Assigned to domainCUNITMEINS
KOMGINControl Input Quantity KKB_KONTROLLMENGE_GES_INPUTQUAN15(3) MENGV8
KOMGOUTControl Output Quantity KKB_KONTROLLMENGE_GES_OUTPUTQUAN15(3) MENGV8
KOWFXFixed Control Costs in Controlling Area Currency KKB_KONTROLLKOSTEN_FIX_KWAEHRCURR15(2) WERTV8
KOWGSTotal Control Costs in Controlling Area Currency KKB_KONTROLLKOSTEN_GES_KWAEHRCURR15(2) WERTV8
KOWGSBTotal Control Costs in Company Code Currency KKB_KONTROLLKOSTEN_GES_BWAEHRCURR15(2) WERTV8
KOWGSOTotal Control Costs in Object Currency KKB_KONTROLLKOSTEN_GES_OWAEHRCURR15(2) WERTV8
MENGEINInput Quantity KKB_MENGE_INPUTQUAN15(3) MENGV8
MENGEOUTOutput Quantity KKB_MENGE_OUTPUTQUAN15(3) MENGV8
WRTFXFixed Value in Controlling Area Currency WKFXXXCURR15(2) WERTV8
WRTGSTotal Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
WRTGSBTotal value in company code currency WERT_GES_BWAEHRCURR15(2) WERTV8
WRTGSOTotal Value in Object Currency WOGXXXCURR15(2) WERTV8

Key field Non-key field



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

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

SELECT SINGLE *
FROM K840004
INTO CORRESPONDING FIELDS OF WA_K840004
WHERE...

How to access SAP table K840004

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