R_BusSolnOrdFUPEntProjectTP
Business Solution Order Follow-up Enterprise Project - TP
R_BusSolnOrdFUPEntProjectTP is a Transactional CDS View that provides data about "Business Solution Order Follow-up Enterprise Project - TP" in SAP S/4HANA. It reads from 1 data source (I_BusSolnOrdFUPEntProject) and exposes 3 fields with key fields BusinessSolutionOrder, Project. Part of development package CRMS4_SOLUTION_ORDER_RAP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BusSolnOrdFUPEntProject | I_BusSolnOrdFUPEntProject | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| EndUserText.label | Business Solution Order Follow-up Enterprise Project - TP | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BusinessSolutionOrder | BusinessSolutionOrder | ||
| KEY | Project | Project | ||
| _BusinessSolutionOrder | _BusinessSolutionOrder |
@AccessControl: {
authorizationCheck: #CHECK,
personalData.blocking: #('TRANSACTIONAL_DATA')
}
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
usageType:{
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #L
}
}
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@EndUserText.label: 'Business Solution Order Follow-up Enterprise Project - TP'
define view entity R_BusSolnOrdFUPEntProjectTP
as select from I_BusSolnOrdFUPEntProject
association to parent R_BusinessSolutionOrderTP as _BusinessSolutionOrder on $projection.BusinessSolutionOrder = _BusinessSolutionOrder.BusinessSolutionOrder
{
// @Semantics.uuid: true
// key ServiceDocumentRelationUUID,
// key ServiceDocRltnSequenceNumber,
//
// Solution Order
// @Semantics.uuid: true
// BusinessSolutionOrderUUID,
key BusinessSolutionOrder,
// Project
// @Semantics.uuid: true
// ProjectUUID,
key Project,
// Associations
_BusinessSolutionOrder
}
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