KKB_IS2_VA_SREP SAP (Production Costs Anaylsis) Structure details

Dictionary Type: Structure
Description: Production Costs Anaylsis




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




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

KKB_IS2_VA_SREP 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 "Production Costs Anaylsis" 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_KKB_IS2_VA_SREP TYPE KKB_IS2_VA_SREP.

The KKB_IS2_VA_SREP table consists of various fields, each holding specific information or linking keys about Production Costs Anaylsis data available in SAP. These include FISCVARNT (Fiscal year variant), FISCPER (Fiscal year / period), CO_AREA (Controlling Area), PLANT (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: Can be enhanced (character-type or numeric)


SAP KKB_IS2_VA_SREP 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
FISCVARNTFiscal year variant RSFISCVARCHAR2RSFISCVAR
FISCPERFiscal year / period RSFISCPERNUMC7PERI7RSFISCPER
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
PLANTPlant EWERKCHAR4Assigned to domainWERKSWRK
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PRODVRSNProduction Version VERIDCHAR4Assigned to domainVERIDVER
PRODPROCNRProduction Process CKML_F_PROCNRNUMC12Assigned to domainCK_KALNRCKML_PROCNR
PRODORDEROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
FLG_DELFLGDeletion Indicator FLG_DELFLGCHAR1FLG_DELFLG
ORDERITEMOrder Item Number CO_POSNRNUMC4CO_POSNR
VTYPEValue type for Reporting RSVTYPENUMC3Assigned to domainRSVTYPE
MEASTYPEKey Figure Category RSMETYPENUMC6Assigned to domainRSMETYPE
VTDETAILDetailing the value type RSVTDETAILNUMC2Assigned to domainRSVTDETAIL
VERSIONVersion VERSNCHAR3Assigned to domainALPHACOVERSIKVS
VALUTYPValuation View VALUTYPNUMC1VALUTYPVTP
COSTELMNTCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
SENRECEIVDebit/credit indicator BEKNZCHAR1BEKNZBEKNZ
POBJTYPEPartner InfoObject (4 Figure) OMPIOBJSVCHAR4OMIOBJSV
PARTOBJCharacteristic Value of a Partner InfoObject OMPIOVALUECHAR28OMIOVALUE
AMOUNTAmount SWKGRCURR15(2) WERTV8
AMOUNTFXFixed Amount SWKFRCURR15(2) WERTV8
AMOUNTVRVariable Amount SWKVRCURR15(2) WERTV8
CONTRAMControl Costs CONTCOSTCURR15(2) WERTV8
QUANTINConsumption quantity SMEGRQUAN15(3) MENGV8
QUANTINFXFixed Consumption Quantity SMEFRQUAN15(3) MENGV8
QUANTINVRVariable Consumption Quantity SMEVRQUAN15(3) MENGV8
QUANTOUTActivity Quantity LSTXXQUAN15(3) MENGV8
CURTYPECurrency type RSCURTYPECHAR2RSCURTYPE
CURRENCYCurrency Key RSCURRENCYCUKY5Assigned to domainWAERS
UNIT_INUnit of Measure CO_MEINHUNIT3Assigned to domainCUNITMEINS
UNIT_OUTActivity Unit LEINHUNIT3Assigned to domainCUNITMEINS
MAT_INPUTMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PLT_INPUTPlant EWERKCHAR4Assigned to domainWERKSWRK
CCT_INPUTCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
ACT_INPUTActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
BP_INPUTBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
BEWEGBusiness Transaction on Manufacturing Orders KKB_BEWEGCHAR1BEWEGKKB_BEWEG
HERKUOrigin for Primary and Secondary Cost Elements KKB_HERKUCHAR46CHAR46
HKTYPOrigin Type KKB_POBARTCHAR2CHAR2
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
PROGRProduct hierarchy PRODH_DCHAR18Assigned to domainPRODHVPR
ELEHKCost Component Structure - CGM and Sales/Administr. Costs CK_ELESMHKCHAR2Assigned to domainCK_ELESMHKEHK
ELEMTCost Component Number CK_ELEMENTNUMC3Assigned to domainCK_ELEMENT

Key field Non-key field



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

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

How to access SAP table KKB_IS2_VA_SREP

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