I_INSURCLMATTACHMENT

CDS View

Zu versendendes Dokument im Schaden

I_INSURCLMATTACHMENT is a CDS View in S/4HANA. Zu versendendes Dokument im Schaden. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
R_InsurClmAttachmentTP view_entity from TRANSACTIONAL Claim Attachment -TP
R_InsurClmSrvcsCorrespncTP view_entity from TRANSACTIONAL Clm Srvcs Correspondence TP
R_InsurClmSrvcsSubclmAttchTP view_entity from TRANSACTIONAL Clm Srvcs Subclm Correspondence TP
R_InsurClmSubclmAttachmentTP view_entity from TRANSACTIONAL Insurance Subclaim Attachment
@AbapCatalog.sqlViewName: 'IICLDOC'
@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: 'Zu versendendes Dokument im Schaden'
define view I_InsurClmAttachment 
as select from icldoc
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,
  cast( changetime as icl_achangetime_fiori preserving type ) as ChangedOnDateTime,
      changedby                                                   as LastChangedByUser,
      deleted                                                     as InsurClmDatabaseLineStatus,
      docid as InsuranceClaimDocumentCode,
      bpartner as InsurClmCorrespncRcpnt,
      xmanual as InsurClmIsDocEnteredMnlly,
      xcopyagent as InsurClmIsDocCpySentToAgt,
 cast( reltime as icl_achangetime_fiori preserving type ) as InsurClmDocRelDteTme,     
      relby as InsurClmDocReleasedBy,
      sendtype as InsurClmDocSendType,
      cokey as CorrespondenceKey,
      subobjcat as InsurClmSubobjectCategory,
      subobject as InsurClmSubobject,
      formkey as InsurClmDocApplFormKey,
      xprinted as InsurClmDocIsPrinted,
      langu as InsurClmDocLanguage,
      _InsuranceClaim
}

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