E_SlsPrcgCndnRecdValidity

DDL: E_SLSPRCGCNDNRECDVALIDITY Type: view_entity EXTENSION

Extension View for PRCGCNDN_EXTN

E_SlsPrcgCndnRecdValidity is a Extension CDS View that provides data about "Extension View for PRCGCNDN_EXTN" in SAP S/4HANA. It reads from 1 data source (prcgcndn_extn) and exposes 5 fields with key fields ConditionRecord, ConditionValidityEndDate.

Data Sources (1)

SourceAliasJoin Type
prcgcndn_extn Persistence from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MASTER view
EndUserText.label Extension View for PRCGCNDN_EXTN view
VDM.viewType #EXTENSION view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY ConditionRecord prcgcndn_extn knumh NoCondRec.Batch
KEY ConditionValidityEndDate prcgcndn_extn datbi Validity period
ConditionValidityStartDate datab Validity period
ConditionApplication kappl Application
ConditionType kschl Tax Item Type

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 E_SlsPrcgCndnRecdValidity.
-- 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 E_SlsPrcgCndnRecdValidity AS
SELECT
  Persistence.knumh AS ConditionRecord,
  Persistence.datbi AS ConditionValidityEndDate,
  datab AS ConditionValidityStartDate,
  kappl AS ConditionApplication,
  kschl AS ConditionType
FROM prcgcndn_extn AS Persistence
;