K840003 SAP (Summarization level KT: 800 KK 01 KKROBJ 000002) Table details

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




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




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

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

The K840003 table consists of various fields, each holding specific information or linking keys about Summarization level KT: 800 KK 01 KKROBJ 000002 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 K840003 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
PROGRProduct Group for Product Cost Controlling Information Sys KKR_PROGRCHAR18CHAR18
PVERSPlan Version KKB_VERSNCHAR3Assigned to domainALPHACOVERSI
SVERSTarget Cost Version AWVRSCHAR3Assigned to domainALPHAAWVRSVAV
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
WRTTPValue Type COPC_WRTTPCHAR2COPC_WRTTP
PROCNRProduction Process CKML_F_PROCNRNUMC12Assigned to domainCK_KALNRCKML_PROCNR
VALUTYPValuation View VALUTYPNUMC1VALUTYPVTP

Key field Non-key field



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

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

SELECT SINGLE *
FROM K840003
INTO CORRESPONDING FIELDS OF WA_K840003
WHERE...

How to access SAP table K840003

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