I_ProjectWithCodingMaskVH
Value help for project with coding mask
I_ProjectWithCodingMaskVH is a Composite CDS View that provides data about "Value help for project with coding mask" in SAP S/4HANA. It reads from 1 data source (I_Project) and exposes 11 fields with key field Project.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Project | Project | from |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPROJWITHCMASKVH | view | |
| EndUserText.label | Value help for project with coding mask | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | Project | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Project | I_Project | ProjectWithCodingMask | |
| ProjectDescription | I_Project | ProjectDescription | ||
| ProjectLangBsdDescription | Project Language-Dependent Short Text | |||
| ResponsiblePerson | I_Project | ResponsiblePerson | Person Number | |
| ResponsiblePersonName | I_Project | ResponsiblePersonName | ||
| ProjectObject | I_Project | ProjectObject | ||
| ApplicantCode | I_Project | ApplicantCode | ||
| ProfitCenter | I_Project | ProfitCenter | ||
| ControllingArea | I_Project | ControllingArea | ||
| _ResponsiblePerson | _ResponsiblePerson | |||
| _ProjectApplicant | I_Project | _ProjectApplicant |
@AbapCatalog.sqlViewName: 'IPROJWITHCMASKVH'
@EndUserText.label: 'Value help for project with coding mask'
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'Project'
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #COMPOSITE
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@Search.searchable: true
@Consumption.ranked: true
@Metadata.ignorePropagatedAnnotations: true
define view I_ProjectWithCodingMaskVH
as select from I_Project as Project
{
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
@EndUserText.quickInfo: 'Project Definition'
@ObjectModel.text.element: ['ProjectDescription']
key Project.ProjectWithCodingMask as Project,
@Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8 }
@Semantics.text: true
Project.ProjectDescription as ProjectDescription,
@EndUserText.label: 'Project Language-Dependent Short Text'
@Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8 }
Project._ProjectShortText.LanguageBasedShortText as ProjectLangBsdDescription,
@EndUserText.label: 'Person Number'
Project.ResponsiblePerson as ResponsiblePerson,
Project.ResponsiblePersonName as ResponsiblePersonName,
@UI:{ hidden: true }
Project.ProjectObject as ProjectObject,
@UI:{ hidden: true }
Project.ApplicantCode as ApplicantCode,
@UI:{ hidden: true }
Project.ProfitCenter as ProfitCenter,
@UI:{ hidden: true }
Project.ControllingArea as ControllingArea,
@UI.hidden: true
@Consumption.hidden: true
_ResponsiblePerson,
@UI.hidden: true
@Consumption.hidden: true
Project._ProjectApplicant
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PROJECT",
"I_PROJECTOBJECTSHORTTEXT"
],
"ASSOCIATED":
[
"I_PROJECTAPPLICANT",
"I_PROJECTRESPONSIBLEPERSON"
],
"BASE":
[
"I_PROJECT"
],
"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