I_ProjectStdVH
Project Definition Details
I_ProjectStdVH is a Composite CDS View that provides data about "Project Definition Details" in SAP S/4HANA. It reads from 1 data source (I_Project) and exposes 8 fields with key field Project.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Project | I_Project | from |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IP__VH14 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | Project | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Consumption.ranked | true | view | |
| Search.searchable | true | view | |
| EndUserText.label | Project Definition Details | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Project | Project | ||
| ProjectDescription | ProjectDescription | |||
| ApplicantCode | ApplicantCode | |||
| ResponsiblePerson | ResponsiblePerson | |||
| ControllingArea | ControllingArea | |||
| ProfitCenter | ProfitCenter | |||
| _ProjectApplicant | _ProjectApplicant | |||
| _ResponsiblePerson | _ResponsiblePerson |
//GENERATED:001:GFBfhyK17jU{klXyaYxzR0
@AbapCatalog.sqlViewName: 'IP__VH14'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'Project'
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #MASTER
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@Consumption.ranked: true
@Search.searchable: true
@EndUserText.label: 'Project Definition Details'
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
define view I_ProjectStdVH as select from I_Project {
@ObjectModel.text.element: ['ProjectDescription']
@Search: { defaultSearchElement: true, ranking: #HIGH }
key Project,
@Search: { defaultSearchElement: true, fuzzinessThreshold: 0.8, ranking: #LOW }
ProjectDescription,
@Consumption.hidden: true
ApplicantCode,
@Consumption.hidden: true
ResponsiblePerson,
@Consumption.hidden: true
ControllingArea,
@Consumption.hidden: true
ProfitCenter,
@Consumption.hidden: true
_ProjectApplicant,
@Consumption.hidden: true
_ResponsiblePerson
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PROJECT"
],
"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