A_BusSolnOrdItmFUPEntProject_2
Follow Up Enterprise Project Items
A_BusSolnOrdItmFUPEntProject_2 is a Consumption CDS View that provides data about "Follow Up Enterprise Project Items" in SAP S/4HANA. It reads from 1 data source (R_BusSolnOrdItmFUPEntProjectTP) and exposes 3 fields with key fields BusinessSolutionOrder, BusinessSolutionOrderItem, Project. It is exposed through 1 OData service (API_BUSINESSSOLUTIONORDER). Part of development package ODATA_CRMS4_SOLUTIONORDER_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_BusSolnOrdItmFUPEntProjectTP | R_BusSolnOrdItmFUPEntProjectTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Follow Up Enterprise Project Items | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| OData.entityType.name | BusSolnOrdItmFUPEntProject_Type | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_BUSINESSSOLUTIONORDER | API_BUSINESSSOLUTIONORDER | V4 | C2 | C1 |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BusinessSolutionOrder | BusinessSolutionOrder | ||
| KEY | BusinessSolutionOrderItem | BusinessSolutionOrderItem | ||
| KEY | Project | Project |
@EndUserText.label: 'Follow Up Enterprise Project Items'
@VDM: {
viewType: #CONSUMPTION,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@AccessControl: {
authorizationCheck: #MANDATORY,
personalData.blocking: #('TRANSACTIONAL_DATA')
}
@ObjectModel: {
semanticKey: [ 'BusinessSolutionOrder', 'BusinessSolutionOrderItem', 'Project' ],
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #L
}
}
@Metadata: {
ignorePropagatedAnnotations: true
}
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@OData: {
entityType.name: 'BusSolnOrdItmFUPEntProject_Type'
}
define view entity A_BusSolnOrdItmFUPEntProject_2
as projection on R_BusSolnOrdItmFUPEntProjectTP as BusSolnOrdItmFUPEntProject
{
key BusinessSolutionOrder,
key BusinessSolutionOrderItem,
key Project,
// Associations
//_BusSolnOrdEntProjectItem,
_BusinessSolutionOrderItem as _Item : redirected to parent A_BusinessSolutionOrderItem,
_BusinessSolutionOrder as _BusinessSolutionOrder : redirected to A_BusinessSolutionOrder_2
}
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