R_SrvcConfItemSerialNumberTP

DDL: R_SRVCCONFITEMSERIALNUMBERTP Type: view_entity TRANSACTIONAL

Confirmation Item Serial Number

R_SrvcConfItemSerialNumberTP is a Transactional CDS View that provides data about "Confirmation Item Serial Number" in SAP S/4HANA. It reads from 1 data source (I_ServiceDocumentRefObject) and exposes 8 fields with key fields ServiceConfirmation, ServiceConfirmationItem, ServiceRefObjectSequenceNumber.

Data Sources (1)

SourceAliasJoin Type
I_ServiceDocumentRefObject I_ServiceDocumentRefObject from

Annotations (8)

NameValueLevelField
EndUserText.label Confirmation Item Serial Number view
AccessControl.authorizationCheck #MANDATORY 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 #C view
ObjectModel.usageType.sizeCategory #L view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY ServiceConfirmation ServiceDocument
KEY ServiceConfirmationItem ServiceDocumentItem
KEY ServiceRefObjectSequenceNumber ServiceRefObjectSequenceNumber
SerialNumber SerialNumber
ServiceReferenceEquipment Equipment
ManufacturerSerialNumber _Equipment ManufacturerSerialNumber
_ServiceConfirmationItemTP _ServiceConfirmationItemTP
_ServiceConfirmationTP _ServiceConfirmationTP
@EndUserText.label: 'Confirmation Item Serial Number'
@AccessControl: {
  authorizationCheck: #MANDATORY,
  personalData.blocking: #('TRANSACTIONAL_DATA')
}
@VDM: {
  viewType: #TRANSACTIONAL,
  lifecycle.contract.type: #SAP_INTERNAL_API
}
@Metadata:
{
  ignorePropagatedAnnotations: true
}
@ObjectModel: {
   usageType: {dataClass:      #TRANSACTIONAL,
                serviceQuality: #C,
                sizeCategory:   #L}
}
define view entity R_SrvcConfItemSerialNumberTP
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 _ServiceConfirmationTP    on  $projection.ServiceConfirmation = _ServiceConfirmationTP.ServiceConfirmation

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

      Equipment   as  ServiceReferenceEquipment,

      _Equipment.ManufacturerSerialNumber,

     // _Equipment._EquipmentText[ 1: Language = $session.system_language ].EquipmentName,

     // ServiceReferenceObjectType,

     // Equipment,

       //Associations

      _ServiceConfirmationItemTP,
      _ServiceConfirmationTP
      
}
where
  ServiceObjectType = 'BUS2000117'
  and ServiceReferenceObjectType = 'E'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_EQUIPMENT",
"I_SERVICEDOCUMENTREFOBJECT"
],
"ASSOCIATED":
[
"R_SERVICECONFIRMATIONITEMTP",
"R_SERVICECONFIRMATIONTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/