K840007 SAP (Summarization level KT: 800 KK 01 KKROBJ 000004) Table details

Dictionary Type: Table
Description: Summarization level KT: 800 KK 01 KKROBJ 000004




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




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

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

The K840007 table consists of various fields, each holding specific information or linking keys about Summarization level KT: 800 KK 01 KKROBJ 000004 data available in SAP. These include ABKAT (Variance Category), AGVER (Results Analysis Version), BEKNZ (Debit/Credit Indicator), BUKRS (Company Code).. 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 K840007 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
ABKATVariance Category COPC_AWKATNUMC2ABKATCOPC_AWKAT
AGVERResults Analysis Version VERSN_ABGRCHAR3Assigned to domainALPHAVERSN_ABGRACV
BEKNZDebit/Credit Indicator COPC_BEKNZCHAR1COPC_BEKNZ
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ELEHKCost Component Structure - CGM and Sales/Administr. Costs CK_ELESMHKCHAR2Assigned to domainCK_ELESMHKEHK
ELEMTCost Component Number CK_ELEMENTNUMC3Assigned to domainCK_ELEMENT
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
IVERSActual version VERSN_ACTCHAR3Assigned to domainALPHACOVERSIKVT
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PROCNRProduction Process CKML_F_PROCNRNUMC12Assigned to domainCK_KALNRCKML_PROCNR
PROGRProduct Group for Product Cost Controlling Information Sys KKR_PROGRCHAR18CHAR18
PVERSPlan Version KKB_VERSNCHAR3Assigned to domainALPHACOVERSI
SVERSTarget Cost Version AWVRSCHAR3Assigned to domainALPHAAWVRSVAV
VALUTYPValuation View VALUTYPNUMC1VALUTYPVTP
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
WRTTPValue Type COPC_WRTTPCHAR2COPC_WRTTP

Key field Non-key field



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

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

SELECT SINGLE *
FROM K840007
INTO CORRESPONDING FIELDS OF WA_K840007
WHERE...

How to access SAP table K840007

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