KKBW_CCS_DS SAP (DataSource for Actual Cost Component Split CO-PC-ACT) Structure details

Dictionary Type: Structure
Description: DataSource for Actual Cost Component Split CO-PC-ACT




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




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

KKBW_CCS_DS 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 "DataSource for Actual Cost Component Split CO-PC-ACT" 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_KKBW_CCS_DS TYPE KKBW_CCS_DS.

The KKBW_CCS_DS table consists of various fields, each holding specific information or linking keys about DataSource for Actual Cost Component Split CO-PC-ACT data available in SAP. These include PLANT (Plant), MATERIAL (Material Number), VAL_TYPE (Valuation Type), VAL_CLASS (Valuation Class).. 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 KKBW_CCS_DS 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
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
VAL_TYPEValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
VAL_CLASSValuation Class BKLASCHAR4Assigned to domainBKLAS
STLMT_CTRLMaterial Price Determination: Control CK_ML_ABSTCHAR1CK_ML_ABST
DOC_NUMBERSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
S_ORD_ITEMItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
WBS_ELEMTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
VAL_STRUC_TYPEValue Structure Type CK_UNTPERNUMC3CK_UNTPER
RUN_ACTCosting Run in Actual Costing CKML_RUN_TYPECHAR8Assigned to domainCKML_RUN_TYPECKML_RUN_TYPE
RUN_APPLMaterial Ledger Costing Run Application CKML_RUN_APPLCHAR4CKML_RUN_APPL
CATEGCategory in Material Ledger Data Display CKML_CATEGCHAR2CKML_CATEG
PROCCATEGProcess Category (Procurement/Consumption) CKML_PROZESS_TYPCHAR4Assigned to domainCKML_PROZESS_TYP
CCOMPTYPEType of Cost Component Split for Product Costing KEARTCHAR1KEART
ELESMHKCost Component Structure - CGM and Sales/Administr. Costs CK_ELESMHKCHAR2Assigned to domainCK_ELESMHKEHK
ELEMENTCost Component Number CK_ELEMENTNUMC3Assigned to domainCK_ELEMENT
STUFEIndicator Lower Level/Level CK_STUFECHAR1CK_STUFE
CURTYPECurrency type CURTYPECHAR2RSCURTYPE
VALUATIONValuation View VALUTYPNUMC1VALUTYPVTP
FISCVARNTFiscal year variant RSFISCVARCHAR2RSFISCVAR
FISCPERFiscal year / period RSFISCPERNUMC7PERI7RSFISCPER
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BASE_UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
QUANTITYQuantity KKB_ML_MENGEQUAN15(3) MENGV8
PERVAL_FPreliminary Valuation KKB_ML_BEWERCURR15(2) WERTV8
PRCDIF_SFSingle-Level Price Differences KKB_ML_PABWE_ECURR15(2) WERTV8
PRCDIF_MFMultilevel Price Differences KKB_ML_PABWE_MCURR15(2) WERTV8
EXRDIF_SFSingle-Level Exchange Rate Differences KKB_ML_KABWE_ECURR15(2) WERTV8
EXRDIF_MFMultilevel Exchange Rate Differences KKB_ML_KABWE_MCURR15(2) WERTV8
PERVAL_VPreliminary Valuation KKB_ML_BEWERCURR15(2) WERTV8
PRCDIF_SVSingle-Level Price Differences KKB_ML_PABWE_ECURR15(2) WERTV8
PRCDIF_MVMultilevel Price Differences KKB_ML_PABWE_MCURR15(2) WERTV8
EXRDIF_SVSingle-Level Exchange Rate Differences KKB_ML_KABWE_ECURR15(2) WERTV8
EXRDIF_MVMultilevel Exchange Rate Differences KKB_ML_KABWE_MCURR15(2) WERTV8

Key field Non-key field



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

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

How to access SAP table KKBW_CCS_DS

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