A_GrantSponsoredProgramsLink
Grant Specific Sponsored Programs
A_GrantSponsoredProgramsLink is a Composite CDS View that provides data about "Grant Specific Sponsored Programs" in SAP S/4HANA. It reads from 1 data source (R_GrantSponsoredProgramsLinkTP) and exposes 4 fields with key fields GrantID, SponsoredProgram.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_GrantSponsoredProgramsLinkTP | R_GrantSponsoredProgramsLinkTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Grant Specific Sponsored Programs | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| OData.entityType.name | GrantSponsoredProgramsLink_Type | view | |
| VDM.viewType | #COMPOSITE | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | GrantID | GrantID | ||
| KEY | SponsoredProgram | SponsoredProgram | ||
| _SponsoredProgram | _SponsoredProgram | |||
| _GrantredirectedtoparentA_GrantCore |
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Grant Specific Sponsored Programs'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #L,
dataClass: #MIXED
}
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@OData.entityType.name: 'GrantSponsoredProgramsLink_Type'
@VDM.viewType: #COMPOSITE
@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE]
define view entity A_GrantSponsoredProgramsLink
as projection on R_GrantSponsoredProgramsLinkTP {
key GrantID,
key SponsoredProgram,
/* Associations */
@Consumption.hidden:true
_SponsoredProgram,
// @Consumption.hidden:true
// _SponsoredProgramText,
_Grant : redirected to parent A_GrantCore
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_GRANTSPONSOREDPROGRAMSLINKTP"
],
"ASSOCIATED":
[
"A_GRANTCORE",
"I_SPONSOREDPROGRAMCORE",
"R_GRANTCORETP"
],
"BASE":
[
"R_GRANTSPONSOREDPROGRAMSLINKTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA