KKS00A SAP (Variance Calculation: Screen Fields (Objects)) Structure details

Dictionary Type: Structure
Description: Variance Calculation: Screen Fields (Objects)




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




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

KKS00A 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: Screen Fields (Objects)" 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_KKS00A TYPE KKS00A.

The KKS00A table consists of various fields, each holding specific information or linking keys about Variance Calculation: Screen Fields (Objects) data available in SAP. These include BEZEI (Name of the controlling area), WERKS (Plant), WRKTX (Name), INCLF (Parameter 'Including Production Orders').. 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 KKS00A 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
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
BEZEIName of the controlling area BEZEICHAR25TEXT25
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
WRKTXName NAME1CHAR30TEXT30
INCLFParameter 'Including Production Orders' INCL_FAUFCHAR1FLAG
INCLPParameter 'Including Production Cost Collectors' INCL_PKOSACHAR1FLAG
INCLIParameter 'Including Process Orders' INCL_PIAUFCHAR1FLAG
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
MATTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
MATNBTo material number MATNR_BCHAR18MARAMATN1MATNR
VERIDProduction Version VERIDCHAR4MKALVERIDVER
VERTXShort text on the production version VERS_TEXTCHAR40TEXT40
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
KTEXTDescription AUFTEXTCHAR40TEXT40
AUFNBOrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
POSNROrder Item Number CO_POSNRNUMC4CO_POSNR
AUARTOrder Type AUFARTCHAR4T003OAUFARTAAT
ARTXTText, 40 Characters Long TEXT40CHAR40TEXT40
AUTYPOrder category AUFTYPNUMC2AUFTYP
TYPTXExplanatory short text DDTEXTCHAR60DDTEXT
SAFNRRun schedule header number SA_AUFNRCHAR12SAFKALPHASA_AUFNR
SAFTXDescription of Run Schedule Header SA_KTEXTCHAR40TEXT40
SAFNBRun schedule header number SA_AUFNRCHAR12SAFKALPHASA_AUFNR
PROCNRProduction Process CKML_F_PROCNRNUMC12Assigned to domainCK_KALNRCKML_PROCNR
PROCNBProduction Process CKML_F_PROCNRNUMC12Assigned to domainCK_KALNRCKML_PROCNR
PROCTXDescription of procurement alternative / process CKML_ALPROC_TEXTCHAR50TEXT50
PROBTXDescription of procurement alternative / process CKML_ALPROC_TEXTCHAR50TEXT50
KDAUFSales order number CO_KDAUFCHAR10VBUKALPHAVBELNAUN
KDAUBSales order number CO_KDAUFCHAR10VBUKALPHAVBELNAUN
KDPOSSales order item CO_KDPOSNUMC6Assigned to domainPOSNRAUP
PROJNWork breakdown structure element (WBS element) PS_PSP_ELENUMC8PRPSKONPRPS_POSNR
PROJBWork breakdown structure element (WBS element) PS_PSP_ELENUMC8PRPSKONPRPS_POSNR
AWVRSTarget Cost Version AWVRSCHAR3TKV09ALPHAAWVRSVAV
AWSTXName AWTXTCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table KKS00A

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