I_INSURCLMATTACHMENTOUTBOUND

CDS View

Anhänge zu ausgehenden Dokumenten

I_INSURCLMATTACHMENTOUTBOUND is a CDS View in S/4HANA. Anhänge zu ausgehenden Dokumenten. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
R_InsurClmAttachmentOutboundTP view_entity from TRANSACTIONAL Claim OutBound Attachment - TP
R_InsurClmSubclmAttchOutbTP view_entity from TRANSACTIONAL SubClaim Outbound Attachment
@AbapCatalog.sqlViewName: 'IICLDOCAL'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #MANDATORY
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel.usageType: {
    dataClass: #TRANSACTIONAL,
    sizeCategory: #L,
    serviceQuality: #C
}
@EndUserText.label: 'Anhänge zu ausgehenden Dokumenten'
define view I_InsurClmAttachmentOutbound 
as select from icldocal
association [1..1] to I_InsuranceClaim as _InsuranceClaim
on $projection.InsuranceClaim = _InsuranceClaim.InsuranceClaim
{
  key active                                                     as InsurClmActive,
  key claim as InsuranceClaim,
  key subclaim as InsurClmSubclm,
  key docno as InsuranceClaimDocumentNumber,
  key archiv_id as InsurClmArcvIdCode,
  key arc_doc_id as InsurClmArcvLnkDocID,
  cast( changetime as icl_achangetime_fiori preserving type ) as ChangedOnDateTime,
       changedby                                                   as LastChangedByUser,
       deleted                                                     as InsurClmDatabaseLineStatus,
      _InsuranceClaim
}

/*+[internal] {
"BASEINFO":
{
"FROM":
[
"ICLDOCAL"
],
"ASSOCIATED":
[
"I_INSURANCECLAIM"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/