R_CADISPUTECASEOBJECTTP

CDS View

Object of dispute case

R_CADISPUTECASEOBJECTTP is a CDS View in S/4HANA. Object of dispute case. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
A_CADisputeCaseObject view_entity projection COMPOSITE Dispute Case Object
A_CADisputeCaseObject_2 view_entity projection CONSUMPTION Dispute Case Object
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Object of dispute case'
@AccessControl.personalData.blocking: #REQUIRED
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@VDM.viewType: #TRANSACTIONAL
@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #L,
  dataClass: #TRANSACTIONAL
}
@OData.entitySet.name : 'CACaseObject'
define view entity R_CADisputeCaseObjectTP as select from I_CADisputeCaseObject 
  association to parent R_CADisputeCaseTP  as _CADisputeCase on $projection.CaseUUID = _CADisputeCase.CaseUUID 
{
    key CaseUUID,
    key ObjectType,
    key ObjectKey, 
    ObjectClassification,
    CAPaymentLot,
    CAPaymentLotItem,
    _CADisputeCase
}
where _CADisputeCase.CaseUUID is not initial //Only FICA