A_BusSolnOrderItemObjectList

DDL: A_BUSSOLNORDERITEMOBJECTLIST Type: view CONSUMPTION

Service Contract Item Object List

A_BusSolnOrderItemObjectList is a Consumption CDS View that provides data about "Service Contract Item Object List" in SAP S/4HANA. It reads from 1 data source (I_ServiceDocumentRefObject) and exposes 6 fields with key fields BusinessSolutionOrder, BusinessSolutionOrderItem, Product, Equipment, ServiceRefFunctionalLocation. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_ServiceDocumentRefObject I_ServiceDocumentRefObject from

Associations (1)

CardinalityTargetAliasCondition
[1..1] A_BusinessSolutionOrder _BusinessSolutionOrder $projection.BusinessSolutionOrder = _BusinessSolutionOrder.BusinessSolutionOrder

Annotations (15)

NameValueLevelField
EndUserText.label Service Contract Item Object List view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName ABSOOBJLIST view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
AccessControl.authorizationCheck #CHECK view
ObjectModel.createEnabled true view
ObjectModel.updateEnabled false view
ObjectModel.deleteEnabled true view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
Metadata.ignorePropagatedAnnotations true view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY BusinessSolutionOrder ServiceDocument
KEY BusinessSolutionOrderItem ServiceDocumentItem
KEY Product ProductID
KEY Equipment Equipment
KEY ServiceRefFunctionalLocation FunctionalLocation
_BusinessSolutionOrder _BusinessSolutionOrder
@EndUserText.label: 'Service Contract Item Object List'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog: {
  sqlViewName: 'ABSOOBJLIST',
  compiler.compareFilter: true,
  preserveKey: true
}

@VDM: {
  viewType: #CONSUMPTION,
  lifecycle.contract.type: #PUBLIC_REMOTE_API
}

@AccessControl: {
  authorizationCheck: #CHECK,
  personalData.blocking: #('TRANSACTIONAL_DATA')
}

@ObjectModel: {
   createEnabled: true,
   updateEnabled: false,
   deleteEnabled: true,
   usageType: {
     dataClass:      #TRANSACTIONAL,
     serviceQuality: #C,
     sizeCategory:   #L
   }
}
@Metadata.ignorePropagatedAnnotations: true

define view A_BusSolnOrderItemObjectList
  as select from I_ServiceDocumentRefObject
  association [1..1] to A_BusinessSolutionOrder as _BusinessSolutionOrder on $projection.BusinessSolutionOrder = _BusinessSolutionOrder.BusinessSolutionOrder
{

  key ServiceDocument                 as BusinessSolutionOrder,
  key ServiceDocumentItem             as BusinessSolutionOrderItem,
  key ProductID                       as Product,
  key Equipment                       as Equipment,
  key FunctionalLocation              as ServiceRefFunctionalLocation,
      

      _BusinessSolutionOrder
}
where
  ServiceObjectType = 'BUS2000172'