I_BusSolnOrdUserStatusTP
Business Solution Order User Status - TP
I_BusSolnOrdUserStatusTP is a Transactional CDS View that provides data about "Business Solution Order User Status - TP" in SAP S/4HANA. It reads from 1 data source (R_BusSolnOrdUserStatusTP) and exposes 6 fields with key fields BusinessSolutionOrder, UserStatus. Part of development package CRMS4_SOLUTION_ORDER_RAP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_BusSolnOrdUserStatusTP | R_BusSolnOrdUserStatusTP | projection |
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 | #PUBLIC_LOCAL_API | view | |
| EndUserText.label | Business Solution Order User Status - TP | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BusinessSolutionOrder | BusinessSolutionOrder | ||
| KEY | UserStatus | UserStatus | ||
| StatusProfile | StatusProfile | |||
| _StatusCode | _StatusCode | |||
| _StatusProfile | _StatusProfile | |||
| _UserStatusText | _UserStatusText |
@AccessControl: {
authorizationCheck: #CHECK,
personalData.blocking: #('TRANSACTIONAL_DATA')
}
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #L
}
}
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@EndUserText.label: 'Business Solution Order User Status - TP'
@ObjectModel.supportedCapabilities: [#TRANSACTIONAL_PROVIDER]
define view entity I_BusSolnOrdUserStatusTP
as projection on R_BusSolnOrdUserStatusTP
{
key BusinessSolutionOrder,
@ObjectModel.text.association: '_UserStatusText'
key UserStatus,
StatusProfile,
// Associations
_BusinessSolutionOrderTP : redirected to parent I_BusinessSolutionOrderTP,
_StatusCode,
_StatusProfile,
_UserStatusText
}
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