P_MISS_BOMCOMP_PRED_INPV1

DDL: P_MISS_BOMCOMP_PRED_INPV1 Type: view_entity COMPOSITE Package: CS_MODEL

Input for pred. missing comp. in BOM

P_MISS_BOMCOMP_PRED_INPV1 is a Composite CDS View that provides data about "Input for pred. missing comp. in BOM" in SAP S/4HANA. It reads from 1 data source (P_BOMCOMP_PRED_INP) and exposes 15 fields with key fields ID, BillOfMaterialComponent. Part of development package CS_MODEL.

Data Sources (1)

SourceAliasJoin Type
P_BOMCOMP_PRED_INP P_BOMCOMP_PRED_INP from

Annotations (7)

NameValueLevelField
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MASTER view
VDM.viewType #COMPOSITE view
VDM.private true view
AccessControl.authorizationCheck #NOT_REQUIRED view

Fields (15)

KeyFieldSource TableSource FieldDescription
KEY ID ID WorklistID
KEY BillOfMaterialComponent BillOfMaterialComponent Component
BillOfMaterialHeaderUUID BillOfMaterialHeaderUUID Guid
BillOfMaterialVariantUsage BillOfMaterialVariantUsage Usage
BillOfMaterialCategory BillOfMaterialCategory BOM category
BillOfMaterial BillOfMaterial BOM
BillOfMaterialVariant BillOfMaterialVariant AlternativeBOM
BillOfMaterialVersion BillOfMaterialVersion BOM Version
EngineeringChangeDocument EngineeringChangeDocument Change Number
Material Material Vehicle Model
Plant Plant Valuation Area
ValidityStartDate ValidityStartDate Validity Start Date
ValidityEndDate ValidityEndDate ValidTo
BOMID BOMID
TargetComponent TargetComponent

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 P_MISS_BOMCOMP_PRED_INPV1.
-- 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.

CREATE VIEW P_MISS_BOMCOMP_PRED_INPV1 AS
SELECT
  ID,
  BillOfMaterialComponent,
  BillOfMaterialHeaderUUID,
  BillOfMaterialVariantUsage,
  BillOfMaterialCategory,
  BillOfMaterial,
  BillOfMaterialVariant,
  BillOfMaterialVersion,
  EngineeringChangeDocument,
  Material,
  Plant,
  ValidityStartDate,
  ValidityEndDate,
  BOMID,
  TargetComponent
FROM P_BOMCOMP_PRED_INP
;