KKS09 SAP (Variance Calculation: Objects to Be Processed) Structure details

Dictionary Type: Structure
Description: Variance Calculation: Objects to Be Processed




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




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

KKS09 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Variance Calculation: Objects to Be Processed" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_KKS09 TYPE KKS09.

The KKS09 table consists of various fields, each holding specific information or linking keys about Variance Calculation: Objects to Be Processed data available in SAP. These include MATNR (Material Number for Order), AUFNR (Order Number), POSNR (Order Item Number), OBJNR (Object 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP KKS09 structure 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
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number for Order CO_MATNRCHAR18Assigned to domainMATN1MATNRMAT
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
POSNROrder Item Number CO_POSNRNUMC4CO_POSNR
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
OBJNPObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
PKOSACost collector for production process PROCNR PKOSA_DCHAR12Assigned to domainALPHAAUFNR
OBJNCObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
AUARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
AUTYPOrder category AUFTYPNUMC2AUFTYP
ERDATCreated on AUFERFDATDATS8DATUM
WAERSOrder Currency AUFWAERSCUKY5Assigned to domainWAERS
IDAT2Technical completion date AUFIDAT2DATS8DATUM
LOEKZDeletion flag AUFLOEKZCHAR1XFELD
AWSLSVariance Key AWSLSCHAR6Assigned to domainAWSLS
ABGSLResults Analysis Key ABGR_SCHLCHAR6Assigned to domainABGR_SCHLACS
LAUFNLeading order in current processing CO_LAUFNRCHAR12Assigned to domainALPHAAUFNR
LTRMIActual delivery/finish date CO_LTRMIDATS8DATUM
ELIKZ'Delivery Completed' Indicator ELIKZCHAR1XFELD
SAFNRRun schedule header number SA_AUFNRCHAR12Assigned to domainALPHASA_AUFNR
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
KONTYAccount assignment category KONTYCHAR2OBARTJ_OBART_LD
PERBZSettlement type PERBZ_LDCHAR3PERBZPERBZ_LD
KSTRGCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
PROJNWork breakdown structure element (WBS element) PS_PSP_ELENUMC8Assigned to domainKONPRPS_POSNR
KDAUFSales order number CO_KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSSales order item CO_KDPOSNUMC6Assigned to domainPOSNRAUP
KZBWSValuation of Special Stock KZBWSCHAR1KZBWS
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
PRNETIndicator: Order is part of collective order CO_PRODNETCHAR1KREUZ
CPROCCollective order with/without automatic goods movement CO_COLORDPRCCHAR1CO_COLORDPRC
MLTPSOrder with multiple items CO_MLTPSCHAR1KREUZ
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
FXPRUFixed-Price Co-Product CK_FIXPRKUCHAR1XFELD
PROTYProcess Category (Procurement/Consumption) CKML_PROZESS_TYPCHAR4Assigned to domainCKML_PROZESS_TYP
PROCNRProduction Process CKML_F_PROCNRNUMC12Assigned to domainCK_KALNRCKML_PROCNR
PWERKPlanning plant for the order CO_PWERKCHAR4Assigned to domainWERKS
MAUFNRNumber of superior order MAUFNRCHAR12Assigned to domainALPHAAUFNRUAF
SPLSTATStatus of an order in a split hierarchy SPLIT_STATCHAR1SPLIT_STAT
SUBRCReturn Code SYSUBRCINT410SYST_SHORT

Key field Non-key field



How do I retrieve data from SAP structure KKS09 using ABAP code?

As KKS09 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on KKS09 as there is no data to select.

How to access SAP table KKS09

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