C_GteeMGrntSpnsrLocationQ

DDL: C_GTEEMGRNTSPNSRLOCATIONQ SQL: CPSMS4GRSPLOCQ Type: view CONSUMPTION

Grantee Management Sponsor Loc - Query

C_GteeMGrntSpnsrLocationQ (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_GteeMGrntSpnsrLocationQ is a Consumption CDS View that provides data about "Grantee Management Sponsor Loc - Query" in SAP S/4HANA. It reads from 1 data source (I_GteeMGrantSponsorLocationC) and exposes 7 fields with key field GrantID.

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_GteeMGrantSponsorLocationC I_GteeMGrantSponsorLocationC from

Parameters (3)

NameTypeDefault
P_Language sylangu
P_KeyDate vdm_v_key_date
P_BusinessUser syuname

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName CPSMS4GRSPLOCQ view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Grantee Management Sponsor Loc - 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 (7)

KeyFieldSource TableSource FieldDescription
KEY GrantID GrantID Sender Grant
GranteeMgmtSponsor GranteeMgmtSponsor Grant Sponsor
GrantLifecycleStatus GrantLifecycleStatus Lifecycle Status
CountryRegion CountryRegion Country & Region
Country Country Country/Region Key
CompanyCodeCurrency CompanyCodeCurrency GM Company Code Currency
BudgetAmountInCompanyCodeCrcy BudgetAmountInCompanyCodeCrcy Amount in company code currency

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_GteeMGrntSpnsrLocationQ.
-- 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: CPSMS4GRSPLOCQ
-- Parameters: P_Language : sylangu, P_KeyDate : vdm_v_key_date, P_BusinessUser : syuname

CREATE VIEW C_GteeMGrntSpnsrLocationQ AS
SELECT
  GrantID,
  GranteeMgmtSponsor,
  GrantLifecycleStatus,
  CountryRegion,
  Country,
  CompanyCodeCurrency,
  BudgetAmountInCompanyCodeCrcy
FROM I_GteeMGrantSponsorLocationC
;