SAP K830004 Summarization level ST: 400 KC 01 CF996 000002 Table data and field list

K830004 is a standard SAP Table which is used to store Summarization level ST: 400 KC 01 CF996 000002 data in SAP systems, such as SAP R/3, S/4HANA, depending on the version and release level.

The K830004 table consists of various fields, each holding specific information or linking keys about Summarization level ST: 400 KC 01 CF996 000002 data available in SAP. These include YEARB (Fiscal Year), PERDE (Period), QUANT_UNIT (Unit), CON1 (Contrib. margin 1)... 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. .

K830004 table Technical Details:

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 K830004 table fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the K830004 table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
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
YEARBFiscal Year CFYEARBNUMC4GJAHRGJAHRFSY
PERDEPeriod CFPERDENUMC3POPERPRD
QUANT_UNITUnit RKCG_UNITUNIT3Assigned to domainCUNITMEINS
CON1Contrib. margin 1 RKCG_CON1CURR15(2) CGSCURR
CON2Contribut. Margin 2 RKCG_CON2CURR15(2) CGSCURR
CON3Contr. Margin 3 RKCG_CON3CURR15(2) CGSCURR
QUANTQuantity RKCG_QUANTQUAN15(3) RKCG_QUAN
REV1Revenue RKCG_REV1CURR15(2) CGSCURR
VARM1Material variance RKCG_VARM1CURR15(2) CGSCURR
VARP2Production variances RKCG_VARP2CURR15(2) CGSCURR
XRECOrevenue in ComC.Curr RKCG_XRECOCURR15(2) CGSCURR
XREVCrevenue (curr.) RKCG_XREVCCURR15(2) CGSCURR

Key field Non-key field



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

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

SELECT SINGLE *
FROM K830004
INTO CORRESPONDING FIELDS OF WA_K830004
WHERE...

How to access SAP table K830004

Within an ECC or HANA version of SAP you can also view further information about K830004 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).