P_KEKO

CDS View

Private View - KEKO

P_KEKO is a CDS View in S/4HANA. Private View - KEKO. It contains 55 fields. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
I_CostEstimate view_entity from BASIC Cost Estimate
I_ProductCostEstimate view from BASIC Product Cost Estimate
I_ProductCostEstimateDEX view from BASIC Product Cost Estimate Extraction
I_SalesDocumentCostEstimate view_entity from BASIC Sales Document Cost Estimate
I_SalesOrderItemCostEstimate view_entity from BASIC Sales Order Item Cost Estimate

Fields (55)

KeyField CDS FieldsUsed in Views
KEY CostEstimate CostEstimate 2
KEY CostingDate CostingDate 2
KEY CostingReferenceObject CostingReferenceObject 2
KEY CostingType CostingType 2
KEY CostingVersion CostingVersion 2
KEY CostIsEnteredManually CostIsEnteredManually 2
KEY ValuationVariant ValuationVariant 2
AlternativeBillOfMaterial AlternativeBillOfMaterial 2
BillOfMaterial BillOfMaterial 2
CompanyCodeCurrency CompanyCodeCurrency 2
ComponentBreakdown ComponentBreakdown 2
ConfiguredProduct ConfiguredProduct 2
ControllingArea ControllingArea 2
ControllingAreaCurrency GlobalCurrency 2
CostComponentStructure CostComponentStructure 2
CostEstimateCostingLevel CostEstimateCostingLevel 2
CostEstimateCreatedByUser CostEstimateCreatedByUser 2
CostEstimateCreationDate CostEstimateCreationDate 2
CostEstimateIsReleased CostEstimateIsReleased 1
CostEstimateMarkedByUser CostEstimateMarkedByUser 2
CostEstimateMarkingDate CostEstimateMarkingDate 2
CostEstimateReleaseDate CostEstimateReleaseDate 1
CostEstimateReleasedByUser CostEstimateReleasedByUser 1
CostEstimateStatus CostEstimateStatus 2
CostEstimateTransferControl CostEstimateTransferControl 2
CostEstimateValidityEndDate CostEstimateValidityEndDate 2
CostEstimateValidityStartDate CostEstimateValidityStartDate 2
CostingItemIsProductComp CostingItemIsProductComp 2
CostingLotSize CostingLotSize 2
CostingOverhead CostingOverhead 2
CostingOverheadGroup CostingOverheadGroup 2
CostingSheet CostingSheet 2
CostingVariant CostingVariant 2
Ledger Ledger 2
Plant Plant 2
PostingFiscalYear PostingFiscalYear 2
PostingPeriod PostingPeriod 2
Product Product 2
ProductBOMUsage ProductBOMUsage 2
ProductionVersion ProductionVersion 2
ProductProcurementType ProductProcurementType 2
ProductValnPurgInfoRecdStrgy ProductValnPurgInfoRecdStrgy 2
ProductValuationStrategy ProductValuationStrategy 2
ProfitCenter ProfitCenter 2
QuantityStructureDate QuantityStructureDate 2
ReferenceLedger ReferenceLedger 2
SpecialProcurementPlant SpecialProcurementPlant 2
SpecialProcurementType SpecialProcurementType 2
TaskListGroup TaskListGroup 2
TaskListGroupCounter TaskListGroupCounter 2
TaskListType TaskListType 2
ValuationArea ValuationArea 2
ValuationDate ValuationDate 2
ValuationQuantityUnit ValuationQuantityUnit 2
ValuationType ValuationType 2

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Private View - KEKO
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_KEKO (
    COSTESTIMATE,
    COSTINGDATE,
    COSTINGREFERENCEOBJECT,
    COSTINGTYPE,
    COSTINGVERSION,
    COSTISENTEREDMANUALLY,
    VALUATIONVARIANT,
    ALTERNATIVEBILLOFMATERIAL,
    BILLOFMATERIAL,
    COMPANYCODECURRENCY,
    COMPONENTBREAKDOWN,
    CONFIGUREDPRODUCT,
    CONTROLLINGAREA,
    CONTROLLINGAREACURRENCY,
    COSTCOMPONENTSTRUCTURE,
    COSTESTIMATECOSTINGLEVEL,
    COSTESTIMATECREATEDBYUSER,
    COSTESTIMATECREATIONDATE,
    COSTESTIMATEISRELEASED,
    COSTESTIMATEMARKEDBYUSER,
    COSTESTIMATEMARKINGDATE,
    COSTESTIMATERELEASEDATE,
    COSTESTIMATERELEASEDBYUSER,
    COSTESTIMATESTATUS,
    COSTESTIMATETRANSFERCONTROL,
    COSTESTIMATEVALIDITYENDDATE,
    COSTESTIMATEVALIDITYSTARTDATE,
    COSTINGITEMISPRODUCTCOMP,
    COSTINGLOTSIZE,
    COSTINGOVERHEAD,
    COSTINGOVERHEADGROUP,
    COSTINGSHEET,
    COSTINGVARIANT,
    LEDGER,
    PLANT,
    POSTINGFISCALYEAR,
    POSTINGPERIOD,
    PRODUCT,
    PRODUCTBOMUSAGE,
    PRODUCTIONVERSION,
    PRODUCTPROCUREMENTTYPE,
    PRODUCTVALNPURGINFORECDSTRGY,
    PRODUCTVALUATIONSTRATEGY,
    PROFITCENTER,
    QUANTITYSTRUCTUREDATE,
    REFERENCELEDGER,
    SPECIALPROCUREMENTPLANT,
    SPECIALPROCUREMENTTYPE,
    TASKLISTGROUP,
    TASKLISTGROUPCOUNTER,
    TASKLISTTYPE,
    VALUATIONAREA,
    VALUATIONDATE,
    VALUATIONQUANTITYUNIT,
    VALUATIONTYPE,
    PRIMARY KEY (COSTESTIMATE, COSTINGDATE, COSTINGREFERENCEOBJECT, COSTINGTYPE, COSTINGVERSION, COSTISENTEREDMANUALLY, VALUATIONVARIANT)
);