C_PubSecGteeMGrantQry1

DDL: C_PUBSECGTEEMGRANTQRY1 SQL: CPSMS4CGRAQ1 Type: view CONSUMPTION Package: PSM_S4CO_ODATA_REPORTING

Grant - Query

C_PubSecGteeMGrantQry1 (Consumption)

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

Cross Applications

C_PubSecGteeMGrantQry1 is a Consumption CDS View that provides data about "Grant - Query" in SAP S/4HANA. It reads from 1 data source (I_PubSecGteeMGrantCube) and exposes 14 fields with key field GrantID. Part of development package PSM_S4CO_ODATA_REPORTING.

SAP API Hub

CategoryConsumption
StateC1
Line of BusinessCross Applications
Application ComponentPSM
CapabilitiesAnalytical Query
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Not Released
PackageCross Applications for SAP S/4HANA Cloud Public Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
I_PubSecGteeMGrantCube Cube from

Parameters (3)

NameTypeDefault
P_Language sylangu
P_KeyDate vdm_v_key_date
P_BusinessUser syuname

Annotations (17)

NameValueLevelField
AbapCatalog.sqlViewName CPSMS4CGRAQ1 view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Grant - 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
OData.publish true view

Fields (14)

KeyFieldSource TableSource FieldDescription
KEY GrantID GrantID Sender Grant
NavigationGrantIdentifier NavigationGrantIdentifier Sender Grant
ValidityStartDate ValidityStartDate Validity Start Date
ValidityEndDate ValidityEndDate Valid-to Date
GranteeMgmtSponsor GranteeMgmtSponsor Grant Sponsor
GrantType GrantType Grant Type
GrantLifecycleStatus GrantLifecycleStatus Lifecycle Status
GrantStatus GrantStatus Grant Status
BusPartEmplrIndstryCode BusPartEmplrIndstryCode Industry
PendingDaysToValdtyEnd PendingDaysToValdtyEnd Days to Close
GranteeMgmtWorkflowStatus GranteeMgmtWorkflowStatus Workflow status
GrantBlockedByWorkflow GrantBlockedByWorkflow GM Blocks grant editing pending approval
NumberOfGteeMMasterDataRecords NumberOfGteeMMasterDataRecords Master Data Records
CompanyCode CompanyCode Receiver Company Code

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

CREATE VIEW C_PubSecGteeMGrantQry1 AS
SELECT
  GrantID,
  NavigationGrantIdentifier,
  ValidityStartDate,
  ValidityEndDate,
  GranteeMgmtSponsor,
  GrantType,
  GrantLifecycleStatus,
  GrantStatus,
  BusPartEmplrIndstryCode,
  PendingDaysToValdtyEnd,
  GranteeMgmtWorkflowStatus,
  GrantBlockedByWorkflow,
  NumberOfGteeMMasterDataRecords,
  CompanyCode
FROM I_PubSecGteeMGrantCube AS Cube
;