I_EntProjBlkFunctionCodeText
Blockable Function for Ent Projects - Text
I_EntProjBlkFunctionCodeText is a Basic CDS View that provides data about "Blockable Function for Ent Projects - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, EnterpriseProjectBlockFunction. It has 1 association to related views. Part of development package ODATA_PPM_COMMON_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | EnterpriseProjectBlockFunction | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Analytics.dataExtraction.enabled | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #BASIC | view | |
| Search.searchable | true | view | |
| EndUserText.label | Blockable Function for Ent Projects - Text | view |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel:{ representativeKey: 'EnterpriseProjectBlockFunction',
dataCategory: #TEXT,
usageType: {
serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING},
supportedCapabilities: [#SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #EXTRACTION_DATA_SOURCE, #LANGUAGE_DEPENDENT_TEXT, #SEARCHABLE_ENTITY]}
@Metadata.ignorePropagatedAnnotations: true
@Analytics: {
dataExtraction: {
enabled: true
}
}
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
@Search.searchable: true
@EndUserText.label: 'Blockable Function for Ent Projects - Text'
define view entity I_EntProjBlkFunctionCodeText as select from dd07t
association to parent I_EntProjBlkFunctionCode as _EntProjectBlockFunction
on $projection.EnterpriseProjectBlockFunction = _EntProjectBlockFunction.EnterpriseProjectBlockFunction
association [0..1] to I_Language as _Language
on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key cast( dd07t.ddlanguage as spras preserving type ) as Language,
// @ObjectModel.foreignKey.association: '_EnterpriseProjectBlockFunction'
@ObjectModel.text.element: ['EntProjectBlockFunctionText']
key cast( dd07t.domvalue_l as entobj_function_id ) as EnterpriseProjectBlockFunction,
@Analytics.hidden: true
@Consumption.hidden: true
dd07t.domvalue_l as DomainValueLow,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
@Semantics.text: true
dd07t.ddtext as EntProjectBlockFunctionText,
_Language,
_EntProjectBlockFunction
}
where dd07t.domname = 'FCO_ACAS_BTTYPE_GROUP'
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