K840009 SAP (Summarization level KT: 800 KK 01 KKROBJ 000005) Table details

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




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




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

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

The K840009 table consists of various fields, each holding specific information or linking keys about Summarization level KT: 800 KK 01 KKROBJ 000005 data available in SAP. These include ABKAT (Variance Category), AGVER (Results Analysis Version), AUART (Order Type), AUFNR (Order Number).. 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 K840009 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
AUARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
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
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
OCURRCurrency Key OWAERCUKY5Assigned to domainWAERSOWS
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
SAFNRRun schedule header number SA_AUFNRCHAR12Assigned to domainALPHASA_AUFNR
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 K840009 using ABAP code

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

SELECT SINGLE *
FROM K840009
INTO CORRESPONDING FIELDS OF WA_K840009
WHERE...

How to access SAP table K840009

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