P_SERVICEORDERITEMCONFIRMATION

CDS View

Service Order Item Confirmation API

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ServiceOrderItemConfirmation view from COMPOSITE Service Confirmations of Service Order
@VDM: {
  private: true,
  viewType: #COMPOSITE,
  lifecycle.contract.type: #NONE
}
@AccessControl: {
  authorizationCheck: #NOT_REQUIRED,
  personalData.blocking: #('TRANSACTIONAL_DATA')
}
@ObjectModel: {
   createEnabled: true,
   updateEnabled: true,
   deleteEnabled: true,
   usageType: {
     dataClass:      #TRANSACTIONAL,
     serviceQuality: #B,
     sizeCategory:   #L
   }
}
@Metadata.ignorePropagatedAnnotations: true

define view entity P_ServiceOrderItemConfirmation
  //as select from I_ServiceDocumentItemSuccessor as ServiceOrderItemConfirmation

  as select from I_ServiceDocumentItemSuccssr_2 as ServiceOrderItemConfirmation
  association [0..*] to I_ServiceDocumentItemEnhcd as _ServiceOrderItem on $projection.ServiceOrderItemUUID = _ServiceOrderItem.ServiceDocumentItemCharUUID
{

  key    ServiceDocumentItemCharUUID                                                                   as ServiceOrderItemUUID,
         _ServiceOrderItem.ServiceDocument                                                             as ServiceOrder,
         _ServiceOrderItem.ServiceDocumentItem                                                         as ServiceOrderItem,
         ServiceOrderItemConfirmation._ServiceDocItm.ServiceDocument                                   as ServiceConfirmation,
         ServiceOrderItemConfirmation._ServiceDocItm.ServiceDocumentItem                               as ServiceConfirmationItem

}

where
      ServiceOrderItemConfirmation._ServiceDocItm.ServiceObjectType = 'BUS2000117'
//  and CharcLength                                                   = 32 // Filter out only Document Item GUID