R_SrvcConfRefObjectTP

DDL: R_SRVCCONFREFOBJECTTP Type: view_entity TRANSACTIONAL

Service Confirmation Ref Object - TP

R_SrvcConfRefObjectTP is a Transactional CDS View that provides data about "Service Confirmation Ref Object - TP" in SAP S/4HANA. It reads from 1 data source (I_ServiceDocumentRefObject) and exposes 8 fields with key fields ServiceConfirmation, ServiceRefObjectSequenceNumber.

Data Sources (1)

SourceAliasJoin Type
I_ServiceDocumentRefObject I_ServiceDocumentRefObject from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
EndUserText.label Service Confirmation Ref Object - TP view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY ServiceConfirmation ServiceDocument
KEY ServiceRefObjectSequenceNumber ServiceRefObjectSequenceNumber
SerialNumber SerialNumber
ServiceReferenceEquipment Equipment
ServiceRefFunctionalLocation
ServiceReferenceProduct ProductID
SrvcRefObjIsMainObject SrvcRefObjIsMainObject
_ServiceConfirmationTP _ServiceConfirmationTP
@AccessControl: {
  authorizationCheck: #CHECK,
  personalData.blocking: #('TRANSACTIONAL_DATA')
}
@VDM: {
  viewType: #TRANSACTIONAL,
  lifecycle.contract.type: #SAP_INTERNAL_API
}
@Metadata:
{
  ignorePropagatedAnnotations: true
}
@ObjectModel: {
   usageType: {dataClass:      #TRANSACTIONAL,
                serviceQuality: #B,
                sizeCategory:   #L}
}
@EndUserText.label: 'Service Confirmation Ref Object - TP'

define view entity R_SrvcConfRefObjectTP
  as select from I_ServiceDocumentRefObject

  association to parent R_ServiceConfirmationTP as _ServiceConfirmationTP on //$projection.ServiceObjectType   = _ServiceConfirmationTP.ServiceObjectType

                                                                             $projection.ServiceConfirmation = _ServiceConfirmationTP.ServiceConfirmation

{


  key ServiceDocument                                                  as ServiceConfirmation,
  key ServiceRefObjectSequenceNumber                                   as ServiceRefObjectSequenceNumber,
      SerialNumber                                                     as SerialNumber,
      Equipment                                                        as ServiceReferenceEquipment,
      cast( FunctionalLocation as functionallocation preserving type ) as ServiceRefFunctionalLocation,
      ProductID                                                        as ServiceReferenceProduct,
      SrvcRefObjIsMainObject,

      //Associations

      _ServiceConfirmationTP
}

where
      ServiceObjectType   = 'BUS2000117'
  and ServiceDocumentItem is initial