A_EnterpriseProjectTypeText
Internal Project Type Description
A_EnterpriseProjectTypeText is a Basic CDS View that provides data about "Internal Project Type Description" in SAP S/4HANA. It reads from 1 data source (I_EnterpriseProjectTypeText) and exposes 3 fields with key fields Language, EntProjectTypeInternal.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_EnterpriseProjectTypeText | I_EnterpriseProjectTypeText | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Internal Project Type Description | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| Search.searchable | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| VDM.viewType | #BASIC | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | Language | ||
| KEY | EntProjectTypeInternal | EntProjectTypeInternal | ||
| ProjectTypeName | ProjectTypeName |
@EndUserText.label: 'Internal Project Type Description'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.viewType: #BASIC
define view entity A_EnterpriseProjectTypeText
as projection on I_EnterpriseProjectTypeText
{
@Semantics.language: true
key Language as Language,
@ObjectModel.text.element: ['ProjectTypeName']
key EntProjectTypeInternal as EntProjectTypeInternal,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@Semantics.text: true
ProjectTypeName as ProjectTypeName,
_ProjectType: redirected to parent A_EnterpriseProjectType
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ENTERPRISEPROJECTTYPETEXT"
],
"ASSOCIATED":
[
"A_ENTERPRISEPROJECTTYPE"
],
"BASE":
[
"I_ENTERPRISEPROJECTTYPETEXT"
],
"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