nsdm_e_mseg

DDL: DISUB_MSEG_DATA_DDL Type: extend_view

Extension for Append DISUB_MSEG_DATA on MSEG

nsdm_e_mseg is a CDS View that provides data about "Extension for Append DISUB_MSEG_DATA on MSEG" in SAP S/4HANA.

Annotations (2)

NameValueLevelField
AbapCatalog.sqlViewAppendName DISUB_MSEG_DATAV view
EndUserText.label Extension for Append DISUB_MSEG_DATA on MSEG view

Fields (1)

KeyFieldSource TableSource FieldDescription
disub_owner disub_owner Supplier

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_mseg.
-- 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_mseg AS
SELECT
  disub_owner
;