NSDM_E_MA07V

DDL: FSH_MA07V_DDL Type: extend_view

Extension view for Append FSH_MA07V

NSDM_E_MA07V is a CDS View that provides data about "Extension view for Append FSH_MA07V" in SAP S/4HANA.

Annotations (2)

NameValueLevelField
AbapCatalog.sqlViewAppendName FSH_MA07V_V view
EndUserText.label Extension view for Append FSH_MA07V view

Fields (2)

KeyFieldSource TableSource FieldDescription
fsh_sealv a fsh_sealv Season Usage
fsh_seaim a fsh_seaim Season Act. IM

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 NSDM_E_MA07V.
-- 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 NSDM_E_MA07V AS
SELECT
  a.fsh_sealv AS fsh_sealv,
  a.fsh_seaim AS fsh_seaim
;