C_GteeMGrntSpnsrdProgramQ

DDL: C_GTEEMGRNTSPNSRDPROGRAMQ SQL: CGMGSPNSRDPGMQ Type: view CONSUMPTION

Grant specific Sponsored Program - Query

C_GteeMGrntSpnsrdProgramQ (Consumption)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.

Cross Applications

C_GteeMGrntSpnsrdProgramQ is a Consumption CDS View that provides data about "Grant specific Sponsored Program - Query" in SAP S/4HANA. It reads from 1 data source (I_GrantSponsoredProgCube) and exposes 4 fields with key fields GrantID, SponsoredProgram.

SAP API Hub

StateC1
Line of BusinessCross Applications
Application ComponentPSM-GM-GTE-IS
CapabilitiesAnalytical Query
PackageCross Applications for SAP S/4HANA Cloud Private Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
I_GrantSponsoredProgCube Cube from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName CGMGSPNSRDPGMQ view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Grant specific Sponsored Program - Query view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Metadata.ignorePropagatedAnnotations true view
Analytics.query true view
Analytics.internalName #LOCAL view
Analytics.settings.maxProcessingEffort #HIGH view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.modelingPattern #ANALYTICAL_QUERY view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY GrantID GrantID Sender Grant
KEY SponsoredProgram SponsoredProgram Sponsored Program
GranteeMgmtSponsor GranteeMgmtSponsor Grant Sponsor
NumberOfGteeMMasterDataRecords NumberOfGteeMMasterDataRecords Master Data Records

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 C_GteeMGrntSpnsrdProgramQ.
-- 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: CGMGSPNSRDPGMQ

CREATE VIEW C_GteeMGrntSpnsrdProgramQ AS
SELECT
  GrantID,
  SponsoredProgram,
  GranteeMgmtSponsor,
  NumberOfGteeMMasterDataRecords
FROM I_GrantSponsoredProgCube AS Cube
;