I_BusSolnOrdUserStatusTP

DDL: I_BUSSOLNORDUSERSTATUSTP Type: view_entity TRANSACTIONAL

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 5 fields with key fields BusinessSolutionOrder, UserStatus.

Data Sources (1)

SourceAliasJoin Type
R_BusSolnOrdUserStatusTP R_BusSolnOrdUserStatusTP projection

Annotations (8)

NameValueLevelField
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 (5)

KeyFieldSource TableSource FieldDescription
KEY BusinessSolutionOrder BusinessSolutionOrder
KEY UserStatus UserStatus
StatusProfile StatusProfile
_StatusCode _StatusCode
_StatusProfile _StatusProfile
@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,
  key UserStatus,
      
      StatusProfile,

      // Associations

      _BusinessSolutionOrderTP : redirected to parent I_BusinessSolutionOrderTP,
      _StatusCode,
      _StatusProfile
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_BUSSOLNORDUSERSTATUSTP"
],
"ASSOCIATED":
[
"I_BUSINESSSOLUTIONORDERTP",
"I_STATUSCODE",
"I_STATUSPROFILE",
"R_BUSINESSSOLUTIONORDERTP"
],
"BASE":
[
"R_BUSSOLNORDUSERSTATUSTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/