R_JITSupplyControlDescTP

DDL: R_JITSUPPLYCONTROLDESCTP Type: view_entity TRANSACTIONAL Package: NJIT_MODEL_SUPPLY_CONTROL

JIT Supply Control Description - TP

R_JITSupplyControlDescTP is a Transactional CDS View that provides data about "JIT Supply Control Description - TP" in SAP S/4HANA. It reads from 1 data source (I_JITSupplyControlDesc) and exposes 6 fields with key fields SupplyControlUUID, Language. Part of development package NJIT_MODEL_SUPPLY_CONTROL.

Data Sources (1)

SourceAliasJoin Type
I_JITSupplyControlDesc I_JITSupplyControlDesc from

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label JIT Supply Control Description - TP view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #L view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
VDM.viewType #TRANSACTIONAL view
ObjectModel.sapObjectNodeType.name JITSupplyControlDescription view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY SupplyControlUUID SupplyControlUUID NodeID
KEY Language Language Report Text Language
SupplyControlID SupplyControlID Supply Control ID
SupplyControlDesc SupplyControlDesc Description-SuppCtrl
_JITSupplyControlHeaderTP _JITSupplyControlHeaderTP
_Language _Language

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 R_JITSupplyControlDescTP.
-- 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 R_JITSupplyControlDescTP AS
SELECT
  SupplyControlUUID,
  Language,
  SupplyControlID,
  SupplyControlDesc
FROM I_JITSupplyControlDesc
;