D_ChangeMasterAdjustValidityP

DDL: D_CHANGEMASTERADJUSTVALIDITYP Type: unknown

Change Master Adjust Validity Date

D_ChangeMasterAdjustValidityP is a CDS View that provides data about "Change Master Adjust Validity Date" in SAP S/4HANA.

Annotations (2)

NameValueLevelField
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
EndUserText.label Change Master Adjust Validity Date view

Fields (1)

KeyFieldSource TableSource FieldDescription
ValidityStartDatecc_ccdat

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 D_ChangeMasterAdjustValidityP.
-- 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 D_ChangeMasterAdjustValidityP AS
SELECT
  ValidityStartDate : cc_ccdat; AS ValidityStartDatecc_ccdat
;