D_ChgMstrAssignAltvDateIDP

DDL: D_CHGMSTRASSIGNALTVDATEIDP Type: unknown

Change Master Alternative Date ID

D_ChgMstrAssignAltvDateIDP is a CDS View that provides data about "Change Master Alternative Date ID" in SAP S/4HANA.

Annotations (2)

NameValueLevelField
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
EndUserText.label Change Master Alternative Date ID view

Fields (1)

KeyFieldSource TableSource FieldDescription
ChgNmbrAlternativeDateIDcc_aedtn

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_ChgMstrAssignAltvDateIDP.
-- 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_ChgMstrAssignAltvDateIDP AS
SELECT
  ChgNmbrAlternativeDateID : cc_aedtn; AS ChgNmbrAlternativeDateIDcc_aedtn
;