R_GRANTCORETEXTTP

CDS View

Grant Core Text TP View

R_GRANTCORETEXTTP is a CDS View in S/4HANA. Grant Core Text TP View. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_GrantCoreText view_entity projection COMPOSITE Grant Text
//@AbapCatalog.viewEnhancementCategory: [#NONE]

@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Grant Core Text TP View'
//@Metadata.ignorePropagatedAnnotations: true

@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
@ObjectModel.dataCategory:#TEXT 
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
define view entity R_GrantCoreTextTP
  as select from I_GrantText
  association to parent R_GrantCoreTP as _Grant on $projection.GrantID = _Grant.GrantID
{
  key GrantID,
      @Semantics.language:true
  key Language,
      @Semantics.text:true
      GrantName,
      @Semantics.text:true
      GrantDescription,
      /* Associations */  
      _Grant
    //  _Language

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_GRANTTEXT"
],
"ASSOCIATED":
[
"R_GRANTCORETP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/