Skcskb_V

DDL: SKCSKB_V SQL: SKCSKBV Type: view

Mass Maintenance: Cost Elements

Skcskb_V is a CDS View that provides data about "Mass Maintenance: Cost Elements" in SAP S/4HANA. It reads from 1 data source (cskb) and exposes 5 fields with key fields kokrs, kstar.

Data Sources (1)

SourceAliasJoin Type
cskb cskb from

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName SKCSKBV view
ClientDependent true view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Mass Maintenance: Cost Elements view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #X view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY kokrs kokrs Org. Value
KEY kstar kstar Settlement CE
katyp katyp CElem category
mgefl mgefl Record Quantity
msehi msehi Unit of measmnt

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view Skcskb_V.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: SKCSKBV

CREATE VIEW Skcskb_V AS
SELECT
  kokrs,
  kstar,
  katyp,
  mgefl,
  msehi
FROM cskb
;