P_CADOCUMENTISSUE

CDS View

CA Document Issue

P_CADOCUMENTISSUE is a CDS View in S/4HANA. CA Document Issue. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_CADocumentIssue view_entity from CONSUMPTION Issue of a CA Document
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'CA Document Issue'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #B,
  sizeCategory: #L,
  dataClass: #TRANSACTIONAL
}

@VDM.viewType: #COMPOSITE
@VDM.private: true
define view entity P_CADocumentIssue
  as select from P_CADocumentIssue1
  
  association [1..1] to R_CADocumentTP as _DocHeader on $projection.CADocumentNumber = _DocHeader.CADocumentNumber 
{
  key CADocumentIssueType,
  key CABusinessLockObjectCategory,
  key CABusinessProcess,
  key CABusinessLockReason,
  key CABusinessLockValidFrom,
  key CABusinessLockValidTo,
  key BusinessPartner,
  key ContractAccount,
  key CAContract,
  key CAProviderContractItemCharUUID,
  key CADocumentNumber,
  key CARepetitionItemNumber,
  key CABPItemNumber,
  key CASubItemNumber,
  key CAMassRunDate,
  key CAMassRunID,
  key CADunningCounter,
  key CaseID,
      CaseUniqueID,
      CaseTitle,
      CAAlternativeBusinessProcess,
      CABusinessLockIsActive,
      CABusinessLockIsRlvtForBPItem,
      CAIssueDate,
  
  _DocHeader
}