I_SupplyProtectionRelevant

DDL: I_SUPPLYPROTECTIONRELEVANT Type: view_entity COMPOSITE Package: ODATA_ATP_DISP_PROD_AVAILY

ATP Supply Protection Relevant

I_SupplyProtectionRelevant is a Composite CDS View that provides data about "ATP Supply Protection Relevant" in SAP S/4HANA. It reads from 1 data source (I_SupplyProtection) and exposes 2 fields with key fields Plant, Material. Part of development package ODATA_ATP_DISP_PROD_AVAILY.

Data Sources (1)

SourceAliasJoin Type
I_SupplyProtection I_SupplyProtection from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label ATP Supply Protection Relevant view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
AccessControl.personalData.blocking #NOT_REQUIRED view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Plant Plant Valuation Area
KEY Material Material Vehicle Model

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 I_SupplyProtectionRelevant.
-- 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 I_SupplyProtectionRelevant AS
SELECT
  Plant,
  Material
FROM I_SupplyProtection
;