A_BusSolnOrdItmFUPEntProject
Follow up Enterprise Project Items
A_BusSolnOrdItmFUPEntProject is a Composite CDS View that provides data about "Follow up Enterprise Project Items" in SAP S/4HANA. It reads from 1 data source (I_BusSolnOrdItmFUPEntProject) and exposes 8 fields with key fields ServiceDocumentItmRelationUUID, ServiceDocItmRltnSqncNumber. It has 2 associations to related views. Part of development package ODATA_CRMS4_SOLUTIONORDER.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BusSolnOrdItmFUPEntProject | I_BusSolnOrdItmFUPEntProject | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | A_BusinessSolutionOrder | _BusinessSolutionOrder | $projection.BusinessSolutionOrder = _BusinessSolutionOrder.BusinessSolutionOrder |
| [1..1] | A_BusSolnOrdEntProjectItem | _BusSolnOrdEntProjectItem | $projection.BusinessSolutionOrder = _BusSolnOrdEntProjectItem.BusinessSolutionOrder and $projection.BusinessSolutionOrderItem = _BusSolnOrdEntProjectItem.BusinessSolutionOrderItem |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Follow up Enterprise Project Items | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| AbapCatalog.sqlViewName | ABSOFUPENTPRJITM | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ServiceDocumentItmRelationUUID | ServiceDocumentItmRelationUUID | ||
| KEY | ServiceDocItmRltnSqncNumber | ServiceDocItmRltnSqncNumber | ||
| BusinessSolutionOrder | BusinessSolutionOrder | |||
| BusinessSolutionOrderItem | BusinessSolutionOrderItem | |||
| ProjectUUID | ProjectUUID | |||
| Project | Project | |||
| _BusinessSolutionOrder | _BusinessSolutionOrder | |||
| _BusSolnOrdEntProjectItem | _BusSolnOrdEntProjectItem |
@EndUserText.label: 'Follow up Enterprise Project Items'
@ClientHandling.algorithm:#SESSION_VARIABLE
@VDM: {
viewType: #COMPOSITE,
lifecycle.contract.type: #PUBLIC_REMOTE_API
}
@AbapCatalog: {
sqlViewName: 'ABSOFUPENTPRJITM',
compiler.compareFilter: true,
preserveKey: true
}
@AccessControl: {
authorizationCheck: #CHECK,
personalData.blocking: #('TRANSACTIONAL_DATA')
}
@ObjectModel: {
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #L
}
}
@Metadata.ignorePropagatedAnnotations: true
define view A_BusSolnOrdItmFUPEntProject as select from I_BusSolnOrdItmFUPEntProject
association [1..1] to A_BusinessSolutionOrder as _BusinessSolutionOrder on $projection.BusinessSolutionOrder = _BusinessSolutionOrder.BusinessSolutionOrder
association [1..1] to A_BusSolnOrdEntProjectItem as _BusSolnOrdEntProjectItem on $projection.BusinessSolutionOrder = _BusSolnOrdEntProjectItem.BusinessSolutionOrder
and $projection.BusinessSolutionOrderItem = _BusSolnOrdEntProjectItem.BusinessSolutionOrderItem
{
key ServiceDocumentItmRelationUUID,
key ServiceDocItmRltnSqncNumber,
BusinessSolutionOrder,
BusinessSolutionOrderItem,
ProjectUUID,
Project,
_BusinessSolutionOrder,
_BusSolnOrdEntProjectItem
}
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