KKS01 SAP (Structure for Saving the Work List (variance, scrap)) Structure details

Dictionary Type: Structure
Description: Structure for Saving the Work List (variance, scrap)




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




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

KKS01 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 "Structure for Saving the Work List (variance, scrap)" 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_KKS01 TYPE KKS01.

The KKS01 table consists of various fields, each holding specific information or linking keys about Structure for Saving the Work List (variance, scrap) data available in SAP. These include AUFNR (Order Number), POSNR (Order Item Number), AWVRS (Target Cost Version), WERKS (Plant).. 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 KKS01 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
SELKZCheckbox XFELDCHAR1XFELD
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
POSNROrder Item Number CO_POSNRNUMC4CO_POSNR
AWVRSTarget Cost Version AWVRSCHAR3Assigned to domainALPHAAWVRSVAV
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
SAFNRRun schedule header number SA_AUFNRCHAR12Assigned to domainALPHASA_AUFNR
PROCNRProduction Process CKML_F_PROCNRNUMC12Assigned to domainCK_KALNRCKML_PROCNR
AUARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
AUTYPOrder category AUFTYPNUMC2AUFTYP
KSTRGCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
LAUFNLeading order in current processing CO_LAUFNRCHAR12Assigned to domainALPHAAUFNR
MLTPSOrder with multiple items CO_MLTPSCHAR1KREUZ
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
OBJIDCost Object (Cost Accounting Object) CO_OBJIDCHAR62TEXT62
OBJNPObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
SUBRCReturn Code for Calculation of Variances and Scrap KKS01SUBRCCHAR2CHAR2
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGNOMessage number MSGNRCHAR3Assigned to domainMSGNR
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
MSGTXMessage Text KVMSGTXCHAR132CHAR132
SICONIcon internal format ICON_INTCHAR8ICON_INT
RICONIcon internal format ICON_INTCHAR8ICON_INT
INITIWorklist for Variance Calculation: Initial Flag Order KKS01_INICHAR1CHAR1
FILTRWorklist: Filter KKS01_FILTERCHAR1CHAR1

Key field Non-key field



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

As KKS01 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 KKS01 as there is no data to select.

How to access SAP table KKS01

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