C_JITDlvSqncGrpSupCtrlAssgmtTP

DDL: C_JITDLVSQNCGRPSUPCTRLASSGMTTP Type: view_entity CONSUMPTION Package: NJIT_APP_DSG

JIT Deliv Sqnc Grp Supply Ctrl Asmt - TP

C_JITDlvSqncGrpSupCtrlAssgmtTP is a Consumption CDS View that provides data about "JIT Deliv Sqnc Grp Supply Ctrl Asmt - TP" in SAP S/4HANA. It reads from 1 data source (R_JITDlvSqncGrpSupCtrlAssgmtTP) and exposes 17 fields with key field JITDelivSqncSupCtrlUUID. It is exposed through 1 OData service (NJIT_UI_JITDELIVERYSEQUENCEGRP). Part of development package NJIT_APP_DSG.

Data Sources (1)

SourceAliasJoin Type
R_JITDlvSqncGrpSupCtrlAssgmtTP R_JITDlvSqncGrpSupCtrlAssgmtTP projection

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #REQUIRED view
EndUserText.label JIT Deliv Sqnc Grp Supply Ctrl Asmt - TP view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #CONSUMPTION view

OData Services (1)

ServiceBindingVersionContractRelease
NJIT_UI_JITDELIVERYSEQUENCEGRP

Fields (17)

KeyFieldSource TableSource FieldDescription
KEY JITDelivSqncSupCtrlUUID JITDelivSqncSupCtrlUUID NodeID
JITDelivSqncGrpUUID JITDelivSqncGrpUUID NodeID
SupplyControlUUID SupplyControlUUID NodeID
SupplyControlID SupplyControlID Supply Control ID
Customer Customer Sold-to Party
Plant Plant Valuation Area
CustSupplyArea CustSupplyArea Cust. Supply Area
Material Material Vehicle Model
SupplyControlDesclocalized
ProductNamelocalized
SupplyAreaDesclocalized
PlantName
CustomerName
JITCustomer _JITDeliverySequenceGrpTP Customer Sold-to Party
ReferencePlant _JITDeliverySequenceGrpTP Plant Valuation Area
JITCustSupplyArea _JITDeliverySequenceGrpTP CustSupplyArea Cust. Supply Area
_JITSupplyControl _JITSupplyControl

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 C_JITDlvSqncGrpSupCtrlAssgmtTP.
-- 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 C_JITDlvSqncGrpSupCtrlAssgmtTP AS
SELECT
  JITDelivSqncSupCtrlUUID,
  JITDelivSqncGrpUUID,
  SupplyControlUUID,
  SupplyControlID,
  Customer,
  Plant,
  CustSupplyArea,
  Material,
  _JITSupplyControl._Description.SupplyControlDesc : localized AS SupplyControlDesclocalized,
  _JITSupplyControl._Material._Text.ProductName : localized AS ProductNamelocalized,
  _JITSupplyControl._JITCustomerSupplyArea._JITCustomerSupplyAreaDesc.SupplyAreaDesc : localized AS SupplyAreaDesclocalized,
  _JITSupplyControl._Plant.PlantName AS PlantName,
  _JITSupplyControl._Customer.CustomerName AS CustomerName,
  _JITDeliverySequenceGrpTP.Customer AS JITCustomer,
  _JITDeliverySequenceGrpTP.Plant AS ReferencePlant,
  _JITDeliverySequenceGrpTP.CustSupplyArea AS JITCustSupplyArea
FROM R_JITDlvSqncGrpSupCtrlAssgmtTP
;