R_CADISPUTECASEFLLWUPDOCTP

CDS View

Disputed Follow Up Document

R_CADISPUTECASEFLLWUPDOCTP is a CDS View in S/4HANA. Disputed Follow Up Document. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_CADisputeCaseFllwUpDocDrftTP view_entity projection CONSUMPTION Disputed Follow Up Document
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Disputed Follow Up Document'
@AccessControl.personalData.blocking: #REQUIRED
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@VDM.viewType: #TRANSACTIONAL
@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #L,
  dataClass: #TRANSACTIONAL
}
define view entity R_CADisputeCaseFllwUpDocTP as select from I_CADisputeCaseFllwUpPosting
association to parent R_CADisputeCaseTP  as _CADisputeCase 
  on $projection.CaseUUID = _CADisputeCase.CaseUUID
{
  key CaseUniqueID as CaseUUID,
  key CADocumentNumber,
  key CADisputedAmountType,  
   
  CreationDate,
  
  CreationTime, 
  
  @Semantics.dateTime: true
  cast(dats_tims_to_tstmp(CreationDate,
                          CreationTime,
                          abap_system_timezone($session.client, 'NULL'),
                          $session.client, 'NULL') as vdm_creationdatetime) as CreationDateTime,
  
  CADocumentOriginCodeName,
  
  CAAmountInTransactionCurrency,
  
  TransactionCurrency,
  
  CAMainTransaction,
  
  CASubTransaction,
  
  CAMainTransactionName,
  
  CASubTransactionName,
  
  CADisputedAmountTypeName,
  
  _CADisputeCase
}