I_BusSolnOrdFUPEntProjectTP
Business Solution Order Follow up Enterprise Project - TP
I_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 (R_BusSolnOrdFUPEntProjectTP) and exposes 2 fields with key fields BusinessSolutionOrder, Project. Part of development package CRMS4_SOLUTION_ORDER_RAP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_BusSolnOrdFUPEntProjectTP | R_BusSolnOrdFUPEntProjectTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Business Solution Order Follow up Enterprise Project - TP | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BusinessSolutionOrder | BusinessSolutionOrder | ||
| KEY | Project | Project |
@AccessControl: {
authorizationCheck: #CHECK,
personalData.blocking: #('TRANSACTIONAL_DATA')
}
@ObjectModel: {
usageType:{
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #L
}
}
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.supportedCapabilities: [#TRANSACTIONAL_PROVIDER]
@EndUserText.label: 'Business Solution Order Follow up Enterprise Project - TP'
define view entity I_BusSolnOrdFUPEntProjectTP
as projection on R_BusSolnOrdFUPEntProjectTP
{
// @Semantics.uuid: true
// key ServiceDocumentRelationUUID,
// key ServiceDocRltnSequenceNumber,
// @Semantics.uuid: true
// BusinessSolutionOrderUUID,
key BusinessSolutionOrder,
// @Semantics.uuid: true
// ProjectUUID,
key Project,
// Associations
_BusinessSolutionOrder : redirected to parent I_BusinessSolutionOrderTP
}
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