P_SERVICEORDERCONFIRMATION

CDS View

Service Order Confirmation API

P_SERVICEORDERCONFIRMATION is a CDS View in S/4HANA. Service Order Confirmation API. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ServiceOrderConfirmation view from COMPOSITE Service Confirmations
@VDM: {
  private: true,
  viewType: #COMPOSITE,
  lifecycle.contract.type: #NONE
}
@AccessControl: {
  authorizationCheck: #NOT_REQUIRED,
  personalData.blocking: #('TRANSACTIONAL_DATA')
}
@ObjectModel: {
   representativeKey: 'ServiceOrder',
   createEnabled: true,
   updateEnabled: true,
   deleteEnabled: true,
   usageType: {
     dataClass:      #TRANSACTIONAL,
     serviceQuality: #B,
     sizeCategory:   #L
   }
}
//@Analytics.technicalName: 'PSRVORDCONF'

@Metadata.ignorePropagatedAnnotations: true

define view entity P_ServiceOrderConfirmation
  as select from I_ServiceDocumentSuccessor as ServiceOrderConfirmation
  association [0..1] to I_ServiceDocumentEnhcd as _ServiceOrder on $projection.ServiceOrderUUID = _ServiceOrder.ServiceDocumentUUID
{

  key       _ServiceOrder.ServiceDocument                                                           as ServiceOrder,
  key       ServiceOrderConfirmation._ServiceDoc.ServiceDocument                                    as ServiceConfirmation,
            ServiceDocumentUUID                                                                     as ServiceOrderUUID

}

where
  ServiceDocSuccessorBusObjType = 'BUS2000117'