A_FundedProgramHierarchyText

DDL: A_FUNDEDPROGRAMHIERARCHYTEXT SQL: AFNDEDPRHT Type: view CONSUMPTION

Funded Program Hierarchy Text

A_FundedProgramHierarchyText is a Consumption CDS View that provides data about "Funded Program Hierarchy Text" in SAP S/4HANA. It reads from 1 data source (I_FundedProgramHierarchyText) and exposes 6 fields with key fields FinancialManagementArea, FundedProgramHierarchy, ValidityEndDate, Language.

Data Sources (1)

SourceAliasJoin Type
I_FundedProgramHierarchyText I_FundedProgramHierarchyText from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName AFNDEDPRHT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Funded Program Hierarchy Text view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.dataCategory #TEXT view
OData.entityType.name A_FundedProgramHierarchyText_Type view
Metadata.ignorePropagatedAnnotations true view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY FinancialManagementArea FinancialManagementArea
KEY FundedProgramHierarchy FundedProgramHierarchy
KEY ValidityEndDate ValidityEndDate
KEY Language Language
ValidityStartDate ValidityStartDate
FundedProgramHierarchyName FundedProgramHierarchyName
@AbapCatalog.sqlViewName: 'AFNDEDPRHT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Funded Program Hierarchy Text'
@VDM.viewType:#CONSUMPTION
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{
  usageType: {
    dataClass: #MASTER,
    serviceQuality: #A,
    sizeCategory: #XL
  }
}
@ObjectModel.dataCategory: #TEXT
@OData.entityType.name: 'A_FundedProgramHierarchyText_Type'
@Metadata.ignorePropagatedAnnotations:true
define view A_FundedProgramHierarchyText
  as select from I_FundedProgramHierarchyText
{
  key FinancialManagementArea,
  key FundedProgramHierarchy,
      @Semantics.businessDate.to: true
  key ValidityEndDate,
      @Semantics.language:true
  key Language,
      @Semantics.businessDate.from: true
      ValidityStartDate,
      @Semantics.text: true
      FundedProgramHierarchyName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FUNDEDPROGRAMHIERARCHYTEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/