KKB_ISS_CK13_11 SAP (Einzelnachweis) Structure details

Dictionary Type: Structure
Description: Einzelnachweis




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




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

KKB_ISS_CK13_11 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 "Einzelnachweis" 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_11 TYPE KKB_ISS_CK13_11.

The KKB_ISS_CK13_11 table consists of various fields, each holding specific information or linking keys about Einzelnachweis 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: Can be enhanced (character-type or numeric)


SAP KKB_ISS_CK13_11 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
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
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
WAERSObject Currency CK_OWAERCUKY5Assigned to domainWAERS
MENGEQuantity MENGE_POSQUAN15(3) CQUA8
AUSMGScrap Quantity CK_AUSMGQUAN15(3) CQUA8
AUSMGKOComponent Scrap Quantity CK_AUSMGKOQUAN15(3) CQUA8
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
AMENGReplenishment quantity AMENGQUAN13(3) MENG13
SCRAK_CScrap KKB_SCRAPCURR15(2) CVAL8
SCRAP_CComponent Scrap KKB_SCRAKCURR15(2) CVAL8
SICHTCost Component View CK_SICHTNUMC2Assigned to domainCK_SICHT
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC

Key field Non-key field



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

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

How to access SAP table KKB_ISS_CK13_11

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