R_GRANTSPONSOREDPROGRAMSLINKTP
Grant Specific Sponsored Programs
R_GRANTSPONSOREDPROGRAMSLINKTP is a CDS View in S/4HANA. Grant Specific Sponsored Programs. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_GrantSponsoredProgramsLink | view_entity | projection | COMPOSITE | Grant Specific Sponsored Programs |
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Grant Specific Sponsored Programs'
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.sizeCategory: #L
define view entity R_GrantSponsoredProgramsLinkTP as
select from I_GrantSponsoredProgramsLink
association to parent R_GrantCoreTP as _Grant on $projection.GrantID = _Grant.GrantID
{
key GrantID,
key SponsoredProgram,
/* Associations */
_SponsoredProgram,
// _SponsoredProgramText,
_Grant
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_GRANTSPONSOREDPROGRAMSLINK"
],
"ASSOCIATED":
[
"I_SPONSOREDPROGRAMCORE",
"R_GRANTCORETP"
],
"BASE":
[
"I_GRANTSPONSOREDPROGRAMSLINK"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/