I_MASTERDATAATTACHMENTFILETP
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)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| 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
}