A_SrcgProjQtnItmCndnValidity

DDL: A_SRCGPROJQTNITMCNDNVALIDITY Type: view_entity CONSUMPTION

Condition Validity

A_SrcgProjQtnItmCndnValidity is a Consumption CDS View that provides data about "Condition Validity" in SAP S/4HANA. It reads from 1 data source (R_SrcgProjQtnItmCndnValidityTP) and exposes 12 fields with key field ConditionRecord. It is exposed through 1 OData service (API_SOURCINGPROJECTQUOTATION).

Data Sources (1)

SourceAliasJoin Type
R_SrcgProjQtnItmCndnValidityTP R_SrcgProjQtnItmCndnValidityTP projection

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey ConditionRecord view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
EndUserText.label Condition Validity view
OData.entityType.name SrcgProjQtnItmCndnValidity_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_SOURCINGPROJECTQUOTATION API_SRCGPROJQUOTATION V4 C2 C1

Fields (12)

KeyFieldSource TableSource FieldDescription
KEY ConditionRecord ConditionRecord Cond.Record No.
ConditionValidityEndDate ConditionValidityEndDate Valid To
SourcingProjectQuotation SourcingProjectQuotation Supplier Quotation
SrcgProjQuotationVersion SrcgProjQuotationVersion Version
SourcingProjectQuotationItem SourcingProjectQuotationItem Item
ConditionApplication ConditionApplication Application
ConditionType ConditionType Condition type
ConditionValidityStartDate ConditionValidityStartDate Valid From
ConditionIsDeleted ConditionIsDeleted Deletion Indic.
SrcgProjQtnItemUUID SrcgProjQtnItemUUID Supplier Quotation Item UUID
SourcingProjectQuotationUUID SourcingProjectQuotationUUID Supplier Quotation UUID
ProcmtHubPlantUniqueID ProcmtHubPlantUniqueID Plant Unique ID

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 A_SrcgProjQtnItmCndnValidity.
-- 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 A_SrcgProjQtnItmCndnValidity AS
SELECT
  ConditionRecord,
  ConditionValidityEndDate,
  SourcingProjectQuotation,
  SrcgProjQuotationVersion,
  SourcingProjectQuotationItem,
  ConditionApplication,
  ConditionType,
  ConditionValidityStartDate,
  ConditionIsDeleted,
  SrcgProjQtnItemUUID,
  SourcingProjectQuotationUUID,
  ProcmtHubPlantUniqueID
FROM R_SrcgProjQtnItmCndnValidityTP
;