I_WorkPackageWorkItemStdVH
Work Item of Work Package
I_WorkPackageWorkItemStdVH is a Composite CDS View that provides data about "Work Item of Work Package" in SAP S/4HANA. It reads from 1 data source (I_WorkPackageWorkItem) and exposes 6 fields with key fields WorkItem, WorkPackage. Part of development package CPD_CDS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_WorkPackageWorkItem | I_WorkPackageWorkItem | from |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IWPWI__VH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | WorkItem | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| Consumption.valueHelpDefault.fetchValues | #AUTOMATICALLY_WHEN_DISPLAYED | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Work Item of Work Package | view | |
| ObjectModel.modelingPattern | #VALUE_HELP_PROVIDER | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | WorkItem | WorkItem | Work Item ID | |
| KEY | WorkPackage | WorkPackage | Work Package ID | |
| WorkItemName | WorkItemName | Work Item Name | ||
| EngagementProjFinPlanUUID | EngagementProjFinPlanUUID | |||
| _WorkPackage | _WorkPackage | |||
| _EngagementProjFinancialPlan | _EngagementProjFinancialPlan |
//GENERATED:005:GFBfhyK17kY0cP}Y8x2zE0
@AbapCatalog.sqlViewName: 'IWPWI__VH'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'WorkItem'
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@Search.searchable: true
@Consumption.ranked: true
@Consumption.valueHelpDefault.fetchValues: #AUTOMATICALLY_WHEN_DISPLAYED
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Work Item of Work Package'
@ObjectModel: {modelingPattern: #VALUE_HELP_PROVIDER ,
supportedCapabilities: [#VALUE_HELP_PROVIDER]
}
define view I_WorkPackageWorkItemStdVH as select from I_WorkPackageWorkItem {
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@EndUserText.label: 'Work Item ID'
@ObjectModel.text.element: ['WorkItemName']
key WorkItem,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@EndUserText.label: 'Work Package ID'
@ObjectModel.foreignKey.association: '_WorkPackage'
key WorkPackage,
@EndUserText.label: 'Work Item Name'
WorkItemName,
@Consumption.hidden: true
EngagementProjFinPlanUUID,
@Consumption.hidden: true
_WorkPackage,
@Consumption.hidden: true
_EngagementProjFinancialPlan
}
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