R_SrvcConfItemRefObjectTP

DDL: R_SRVCCONFITEMREFOBJECTTP Type: view_entity TRANSACTIONAL

Service Confirmation Itm Ref Object - TP

R_SrvcConfItemRefObjectTP is a Transactional CDS View that provides data about "Service Confirmation Itm Ref Object - TP" in SAP S/4HANA. It reads from 1 data source (I_ServiceDocumentRefObject) and exposes 10 fields with key fields ServiceConfirmation, ServiceConfirmationItem, 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
EndUserText.label Service Confirmation Itm Ref Object - TP view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view

Fields (10)

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


define view entity R_SrvcConfItemRefObjectTP
  as select from I_ServiceDocumentRefObject
  association to parent R_ServiceConfirmationItemTP as _ServiceConfirmationItemTP on  $projection.ServiceConfirmation     = _ServiceConfirmationItemTP.ServiceConfirmation
                                                                                  and $projection.ServiceConfirmationItem = _ServiceConfirmationItemTP.ServiceConfirmationItem

  association to R_ServiceConfirmationTP            as _SrvcConfTP                on  $projection.ServiceConfirmation = _SrvcConfTP.ServiceConfirmation

{


  key ServiceDocument                                                  as ServiceConfirmation,
  key ServiceDocumentItem                                              as ServiceConfirmationItem,
  key ServiceRefObjectSequenceNumber                                   as ServiceRefObjectSequenceNumber,

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


      //Associations

      _ServiceConfirmationItemTP,
      _SrvcConfTP

}

where
      ServiceObjectType   = 'BUS2000117'
  and ServiceDocumentItem is not initial
  and ServiceReferenceObjectType != 'E'

  
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SERVICEDOCUMENTREFOBJECT"
],
"ASSOCIATED":
[
"R_SERVICECONFIRMATIONITEMTP",
"R_SERVICECONFIRMATIONTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/