A_GrantObjOvrHeadCostCapLink

DDL: A_GRANTOBJOVRHEADCOSTCAPLINK Type: view_entity COMPOSITE Package: PSM_S4C_API

Object Overhead Cost Cap for Grant

A_GrantObjOvrHeadCostCapLink is a Composite CDS View that provides data about "Object Overhead Cost Cap for Grant" in SAP S/4HANA. It reads from 1 data source (R_GrantObjOvrHeadCostCapLinkTP) and exposes 13 fields with key fields GrantID, SponsoredProgram, SponsoredClass, ValidityStartDate. It is exposed through 2 OData services (API_GRANTCORE, ASQL_F6930). Part of development package PSM_S4C_API.

Data Sources (1)

SourceAliasJoin Type
R_GrantObjOvrHeadCostCapLinkTP R_GrantObjOvrHeadCostCapLinkTP projection

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Object Overhead Cost Cap for Grant view
Metadata.ignorePropagatedAnnotations true view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
OData.entityType.name GrantObjOvrHeadCostCapLink_Type view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

OData Services (2)

ServiceBindingVersionContractRelease
API_GRANTCORE API_GRANTCORE V2 C2 C1
ASQL_F6930 ASQL_F6930 C2 NOT_RELEASED

Fields (13)

KeyFieldSource TableSource FieldDescription
KEY GrantID GrantID Sender Grant
KEY SponsoredProgram SponsoredProgram Sponsored Program
KEY SponsoredClass SponsoredClass Sponsored Class
KEY ValidityStartDate ValidityStartDate Validity Start Date
ValidityEndDate ValidityEndDate ValidTo
OverheadCostCapAmount OverheadCostCapAmount
UsedOverheadCostCapAmount UsedOverheadCostCapAmount
GrantCurrency GrantCurrency Grant Currency
_SponsoredClass _SponsoredClass
_SponsoredClassText _SponsoredClassText
_SponsoredProgram _SponsoredProgram
_SponsoredProgramText _SponsoredProgramText
_GrantredirectedtoparentA_GrantCore

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 A_GrantObjOvrHeadCostCapLink.
-- 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.

CREATE VIEW A_GrantObjOvrHeadCostCapLink AS
SELECT
  GrantID,
  SponsoredProgram,
  SponsoredClass,
  ValidityStartDate,
  ValidityEndDate,
  OverheadCostCapAmount,
  UsedOverheadCostCapAmount,
  GrantCurrency
FROM R_GrantObjOvrHeadCostCapLinkTP
;