I_SrcgProjItmCndnValidityTP

DDL: I_SRCGPROJITMCNDNVALIDITYTP Type: view_entity TRANSACTIONAL Package: APPL_MM_PUR_SRCGPROJ_TR

Cndn Validity of Srcg Project Item - TP

I_SrcgProjItmCndnValidityTP is a Transactional CDS View that provides data about "Cndn Validity of Srcg Project Item - TP" in SAP S/4HANA. It reads from 1 data source (R_SrcgProjItmCndnValidityTP) and exposes 9 fields with key field SrcgProjItemCndnValdtyUUID. Part of development package APPL_MM_PUR_SRCGPROJ_TR.

Data Sources (1)

SourceAliasJoin Type
R_SrcgProjItmCndnValidityTP R_SrcgProjItmCndnValidityTP projection

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey SrcgProjItemCndnValdtyUUID view
ObjectModel.modelingPattern #TRANSACTIONAL_INTERFACE view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
EndUserText.label Cndn Validity of Srcg Project Item - TP view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY SrcgProjItemCndnValdtyUUID SrcgProjItemCndnValdtyUUID Srcg Proj Item Condition Validity UUID
SourcingProjectUUID SourcingProjectUUID Sourcing Project UUID
SourcingProjectItemUUID SourcingProjectItemUUID Item UUID
ConditionValidityStartDate ConditionValidityStartDate Valid From
ConditionValidityEndDate ConditionValidityEndDate Valid To
ProcmtHubPlantUniqueID ProcmtHubPlantUniqueID Plant Unique ID
ConditionType ConditionType Condition type
SourcingOrigin SourcingOrigin Sourcing Origin
SourcingScenario SourcingScenario Integration Scenario

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_SrcgProjItmCndnValidityTP.
-- 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_SrcgProjItmCndnValidityTP AS
SELECT
  SrcgProjItemCndnValdtyUUID,
  SourcingProjectUUID,
  SourcingProjectItemUUID,
  ConditionValidityStartDate,
  ConditionValidityEndDate,
  ProcmtHubPlantUniqueID,
  ConditionType,
  SourcingOrigin,
  SourcingScenario
FROM R_SrcgProjItmCndnValidityTP
;