E_SponsoredProgramCore

DDL: E_SPONSOREDPROGRAMCORE SQL: EGMSPPROGCO Type: view EXTENSION Package: PSM_S4C_GM_MD

Manage Sponsored Program Extension

E_SponsoredProgramCore is a Extension CDS View that provides data about "Manage Sponsored Program Extension" in SAP S/4HANA. It reads from 1 data source (gmspprogram) and exposes 1 field with key field SponsoredProgram. Part of development package PSM_S4C_GM_MD.

Data Sources (1)

SourceAliasJoin Type
gmspprogram Persistence from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName EGMSPPROGCO view
VDM.viewType #EXTENSION view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Manage Sponsored Program Extension view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY SponsoredProgram gmspprogram sponsored_prog Sponsored Program

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_SponsoredProgramCore.
-- 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.
-- SQL view name: EGMSPPROGCO

CREATE VIEW E_SponsoredProgramCore AS
SELECT
  Persistence.sponsored_prog AS SponsoredProgram
FROM gmspprogram AS Persistence
;