KKB_ISS_CK13_1 SAP (Structure for generated infoset for program /SREP/IS_COPC_MA) Structure details

Dictionary Type: Structure
Description: Structure for generated infoset for program /SREP/IS_COPC_MA




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




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

KKB_ISS_CK13_1 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 generated infoset for program /SREP/IS_COPC_MA" 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_ISS_CK13_1 TYPE KKB_ISS_CK13_1.

The KKB_ISS_CK13_1 table consists of various fields, each holding specific information or linking keys about Structure for generated infoset for program /SREP/IS_COPC_MA data available in SAP. These include TVERS (Costing Version), BUKRS (Company Code), WERKS (Plant), MATNR (Material 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: Cannot Be Enhanced


SAP KKB_ISS_CK13_1 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
KLVARCosting Variant CK_KLVARCHAR4Assigned to domainKLVARKRT
TVERSCosting Version CK_TVERSNUMC2CK_VERSIONVSN
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
KADKYCosting Date (Key) CK_KADKYDATS8CK_KADATKKK
KADATCosting Date From CK_ABDATDATS8CK_KADATKDA
BIDATCosting Date To CK_BIDATDATS8CK_KADATKDB
FEH_STACosting Status CK_FEH_STACHAR2CK_STATUSFEHSTA
STUFE Level0
KALNRCost Estimate Number for Cost Est. w/o Qty Structure CK_KALNRNUMC12Assigned to domainCK_KALNRKNR
POSNRUnit Costing Line Item Number CK_POSNRNUMC5Assigned to domainCK_POSNR
TYPPSItem Category TYPPSCHAR1TYPPS
TYPPS_TEXT Item Category (Text)0
RESOUResource KKB_RESOUCHAR30CHAR30
ELEMTCost Component Number of Main Cost Component Split CK_ELEMENTHSNUMC3Assigned to domainCK_ELEMENT
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
HRKFTOrigin (Material) KKB_HRKFTCHAR4Assigned to domainHRKFT
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
PWERKPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PMATNMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PMTARMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
ARBPL Work Center0
PRZNRBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
INFNRNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
ASNUMActivity Number ASNUMCHAR18Assigned to domainALPHAASNUMASN
BAUGR Indic. Assembly0
DINKEL Indic. Co-Product0
PTVERCosting Version CK_TVERSNUMC2CK_VERSIONVSN
PKALKCosting Type CK_KALKACHAR2Assigned to domainCK_KALKAKKA
PKADKCosting Date (Key) CK_KADKYDATS8CK_KADATKKK
STPOSBOM Item Number SPOSNCHAR4NUMCVSPOSN
FEHLK Error Indicator0
PSKNZLot-Size-Independent Indicator PSKNZCHAR1CHAR1
VALCGTotal Value KKB_WERTCURR15(2) CVAL8
VALCFFixed Value KKB_WERTFCURR15(2) CVAL8
VALCVVariable Value KKB_WERTVARCURR15(2) CVAL8
AUSPROZScrap Factor CK_SCRAPDEC6(3) DEC3_3
PRECGTotal Price KKB_PREISCURR15(2) WERTV8
PRECFFixed Price KKB_PREISFCURR15(2) WERTV8
PRECVVariable Price KKB_PREISVCURR15(2) WERTV8
WAERSControlling area currency KWAERCUKY5Assigned to domainWAERSKWS
MENGE Quantity0
AUSMG Scrap Quantity0
AUSMGKO Comp. Scrap Quantity0
MEEHTOutput Unit of Measure KKB_MEINH_OUTPUTUNIT3Assigned to domainCUNITMEINS
PMEHTBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
LTEXT Resource (Text)0
AUSMEUnit of issue AUSMEUNIT3Assigned to domainCUNITMEINS
AMENG Qty Issued0
SCRAK_CScrap KKB_SCRAPCURR15(2) CVAL8
SCRAP_CComponent Scrap KKB_SCRAKCURR15(2) CVAL8
SICHTCost Component View CK_SICHTNUMC2Assigned to domainCK_SICHT

Key field Non-key field



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

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

How to access SAP table KKB_ISS_CK13_1

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