A_ServiceConfPersonResp

DDL: A_SERVICECONFPERSONRESP Type: view COMPOSITE Package: ODATA_CRMS4_SERVICECONFIRM

Employee Resp. for Service Confirmation

A_ServiceConfPersonResp is a Composite CDS View that provides data about "Employee Resp. for Service Confirmation" in SAP S/4HANA. It reads from 1 data source (I_CustMgmtPartner) and exposes 4 fields with key fields ServiceConfirmation, PersonResponsible. It has 1 association to related views. Part of development package ODATA_CRMS4_SERVICECONFIRM.

Data Sources (1)

SourceAliasJoin Type
I_CustMgmtPartner I_CustMgmtPartner from

Associations (1)

CardinalityTargetAliasCondition
[1] A_ServiceConfirmation _ServiceConfirmation $projection.ServiceConfirmation = _ServiceConfirmation.ServiceConfirmation

Annotations (15)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Employee Resp. for Service Confirmation view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
AbapCatalog.sqlViewName ASRVCONPERSRESP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
ObjectModel.createEnabled true view
ObjectModel.updateEnabled true 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 (4)

KeyFieldSource TableSource FieldDescription
KEY ServiceConfirmation CustMgmtDocument
KEY PersonResponsible CustMgmtBusinessPartner
CustMgmtPartnerIsMainPartner CustMgmtPartnerIsMainPartner
_ServiceConfirmation _ServiceConfirmation
@ClientHandling.algorithm:#SESSION_VARIABLE
@EndUserText.label: 'Employee Resp. for Service Confirmation'
@VDM: {
  viewType: #COMPOSITE,
  lifecycle.contract.type: #PUBLIC_REMOTE_API
}
@AbapCatalog: {
  sqlViewName: 'ASRVCONPERSRESP',
  compiler.compareFilter: true,
  preserveKey: true
}
@AccessControl: {
  authorizationCheck: #CHECK,
  personalData.blocking: #('TRANSACTIONAL_DATA')
}
@ObjectModel: {
   createEnabled: true,
   updateEnabled: true,
   deleteEnabled: true,
   usageType: {
     dataClass:      #TRANSACTIONAL,
     serviceQuality: #C,
     sizeCategory:   #L
   }
}
@Metadata.ignorePropagatedAnnotations: true

define view A_ServiceConfPersonResp
  as select from I_CustMgmtPartner

  association [1] to A_ServiceConfirmation as _ServiceConfirmation on $projection.ServiceConfirmation = _ServiceConfirmation.ServiceConfirmation
{

  key CustMgmtDocument        as ServiceConfirmation,
  key CustMgmtBusinessPartner as PersonResponsible,
      CustMgmtPartnerIsMainPartner,
      //Associations

      _ServiceConfirmation
}

where
      CustMgmtObjectType           = 'BUS2000117'
  and CustMgmtDocumentItem         is initial
  and CustMgmtPartFunctionCategory = '0008'