P_SRVCConfForOrder

DDL: P_SRVCCONFFORORDER Type: view_entity COMPOSITE Package: CRMS4_SERV_ORDER_UI

Maps Maximun One confirMATION PER ORDER

P_SRVCConfForOrder is a Composite CDS View that provides data about "Maps Maximun One confirMATION PER ORDER" in SAP S/4HANA. It reads from 1 data source (I_ServiceDocumentItemEnhcd) and exposes 4 fields with key fields ServiceObjectType, ServiceDocument, ServiceDocumentItem. Part of development package CRMS4_SERV_ORDER_UI.

Data Sources (1)

SourceAliasJoin Type
I_ServiceDocumentItemEnhcd I_ServiceDocumentItemEnhcd from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #COMPOSITE view
VDM.private true view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #XL view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ServiceObjectType ServiceObjectType
KEY ServiceDocument ServiceDocument
KEY ServiceDocumentItem ServiceDocumentItem
ServiceConfirmation
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #COMPOSITE
@VDM.private: true
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #XL
//@EndUserText.label: 'Maps Maximun One confirmation per order'

define view entity P_SRVCConfForOrder
  as select from I_ServiceDocumentItemEnhcd
{
  key  ServiceObjectType,
  key  ServiceDocument,
  key  ServiceDocumentItem,
       max(I_ServiceDocumentItemEnhcd._ServiceDocItmSuccssr_2._ServiceDocItm.ServiceDocument) as ServiceConfirmation
}
where
  ServiceObjectType = 'BUS2000116'
group by
  ServiceObjectType,
  ServiceDocument,
  ServiceDocumentItem