C_PubSecGteeMBdgtActlQry1

DDL: C_PUBSECGTEEMBDGTACTLQRY1 SQL: CPSMS4CGBDACTAQ1 Type: view CONSUMPTION Package: PSM_S4CO_ODATA_REPORTING

Grant Budget Cmtmt and Actuals - Query

C_PubSecGteeMBdgtActlQry1 (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_PubSecGteeMBdgtActlQry1 is a Consumption CDS View that provides data about "Grant Budget Cmtmt and Actuals - Query" in SAP S/4HANA. It reads from 1 data source (I_PubSecGteeMBdgtActlCube) and exposes 38 fields with key field SourceLedger. 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_PubSecGteeMBdgtActlCube Cube from

Parameters (3)

NameTypeDefault
P_Language sylangu
P_KeyDate vdm_v_key_date
P_BusinessUser syuname

Annotations (17)

NameValueLevelField
AbapCatalog.sqlViewName CPSMS4CGBDACTAQ1 view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Grant Budget Cmtmt and Actuals - 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 (38)

KeyFieldSource TableSource FieldDescription
KEY SourceLedger SourceLedger Source Ledger
CompanyCode CompanyCode Receiver Company Code
GrantID GrantID Sender Grant
GranteeMgmtSponsor GranteeMgmtSponsor Grant Sponsor
ActualPlanCode ActualPlanCode Actual Plan Code
GrantLifecycleStatus GrantLifecycleStatus Lifecycle Status
GrantStatus GrantStatus Grant Status
ControllingArea ControllingArea Controlling Area
GrantType GrantType Grant Type
BusPartEmplrIndstryCode BusPartEmplrIndstryCode Industry
SponsoredClass SponsoredClass Sponsored Class
SponsoredProgram SponsoredProgram Sponsored Program
CompanyCodeCurrency CompanyCodeCurrency Company Code Currency
CostCenter CostCenter Cost Center
WBSElementExternalID WBSElementExternalID WBS Element External ID
AmountInCompanyCodeCurrency AmountInCompanyCodeCurrency Amount in Company Code Currency
GlobalCurrency GlobalCurrency GM Billing Element: Global Currency
AmountInGlobalCurrency AmountInGlobalCurrency Amount in Global Currency
Region Region Region (State, Province, County)
Country Country Country/Region Key
CityName CityName Name
PostingDate PostingDate Posting Date for GR
PubSecBudgetCnsmpnDate I_PubSecGteeMBdgtActlCube PubSecBudgetCnsmpnDate Budget Consumption Date
ValidityEndDate ValidityEndDate Valid-to Date
ValidityStartDate ValidityStartDate Validity Start Date
FiscalYear FiscalYear G/L Fiscal Year
FiscalPeriod FiscalPeriod Fiscal Period
Fund Fund Sender Fund
GranteeMgmtFundType GranteeMgmtFundType Fund Type for Grants Management
FundType FundType Fund Type
PubSecBudgetIsRelevant PubSecBudgetIsRelevant Budget-Relevant Indicator
Segment Segment Segment for Segmental Reporting
ProfitCenter ProfitCenter Profit Center
PubSecBdgtAcctRevnExpnCode PubSecBdgtAcctRevnExpnCode Expense or Revenue on Budget Account
PubSecBudgetCnsmpnTypeGroup PubSecBudgetCnsmpnTypeGroup Budget Consumption Type Group
BudgetProcess BudgetProcess Budget Process Type
BudgetingType BudgetingType Budget Type (Subcategory)
FinancialManagementArea FinancialManagementArea Financial Management Area

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

CREATE VIEW C_PubSecGteeMBdgtActlQry1 AS
SELECT
  SourceLedger,
  CompanyCode,
  GrantID,
  GranteeMgmtSponsor,
  ActualPlanCode,
  GrantLifecycleStatus,
  GrantStatus,
  ControllingArea,
  GrantType,
  BusPartEmplrIndstryCode,
  SponsoredClass,
  SponsoredProgram,
  CompanyCodeCurrency,
  CostCenter,
  WBSElementExternalID,
  AmountInCompanyCodeCurrency,
  GlobalCurrency,
  AmountInGlobalCurrency,
  Region,
  Country,
  CityName,
  PostingDate,
  Cube.PubSecBudgetCnsmpnDate AS PubSecBudgetCnsmpnDate,
  ValidityEndDate,
  ValidityStartDate,
  FiscalYear,
  FiscalPeriod,
  Fund,
  GranteeMgmtFundType,
  FundType,
  PubSecBudgetIsRelevant,
  Segment,
  ProfitCenter,
  PubSecBdgtAcctRevnExpnCode,
  PubSecBudgetCnsmpnTypeGroup,
  BudgetProcess,
  BudgetingType,
  FinancialManagementArea
FROM I_PubSecGteeMBdgtActlCube AS Cube
;