A_BusSolnOrdItmUserStatus_2
Item User Status
A_BusSolnOrdItmUserStatus_2 is a Consumption CDS View that provides data about "Item User Status" in SAP S/4HANA. It reads from 1 data source (R_BusSolnOrdItmUserStatusTP) and exposes 3 fields with key fields BusinessSolutionOrder, BusinessSolutionOrderItem, UserStatus. 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_BusSolnOrdItmUserStatusTP | R_BusSolnOrdItmUserStatusTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Item User Status | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| OData.entityType.name | BusSolnOrdItmUserStatus_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 | UserStatus | UserStatus |
@EndUserText.label: 'Item User Status'
@VDM: {
viewType: #CONSUMPTION,
lifecycle.contract.type: #PUBLIC_REMOTE_API,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@AccessControl: {
authorizationCheck: #MANDATORY,
personalData.blocking: #('TRANSACTIONAL_DATA')
}
@ObjectModel: {
semanticKey: [ 'BusinessSolutionOrder', 'BusinessSolutionOrderItem', 'UserStatus' ],
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #L
}
}
@Metadata: {
ignorePropagatedAnnotations: true
}
@OData: {
entityType.name: 'BusSolnOrdItmUserStatus_Type'
}
define view entity A_BusSolnOrdItmUserStatus_2
as projection on R_BusSolnOrdItmUserStatusTP as BusSolnOrdItmUserStatus
{
key BusinessSolutionOrder,
key BusinessSolutionOrderItem,
key UserStatus,
/* Associations */
_BusinessSolutionOrderItemTP as _Item : redirected to parent A_BusinessSolutionOrderItem,
_BusinessSolutionOrderTP 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