I_MASTERDATAATTACHMENTFILETP

CDS View

Master Data Attachment File - TP

I_MASTERDATAATTACHMENTFILETP is a CDS View in S/4HANA. Master Data Attachment File - TP. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_MasterDataAttachmentFileTP view_entity projection CONSUMPTION Master Data Attachment File
//@AbapCatalog.sqlViewName: 'MDATTCHFILETP'

//@AbapCatalog.compiler.compareFilter: true

//@AbapCatalog.preserveKey: true

@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Master Data Attachment File - TP'
@ObjectModel.usageType: { serviceQuality: #C, sizeCategory: #M, dataClass: #TRANSACTIONAL }
@VDM.viewType: #TRANSACTIONAL

define view entity I_MasterDataAttachmentFileTP
  as select from I_MasterDataAttachmentFile as AttachmentFile

  association to parent I_MasterDataAttachmentLinkTP as _Link on $projection.MasterDataAttachmentUUID = _Link.MasterDataAttachmentUUID

{
  key MasterDataAttachmentUUID,
      MDAttachmentContentBinary,

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