C_MasterDataAttachmentFileTP
Master Data Attachment File
C_MasterDataAttachmentFileTP is a Consumption CDS View that provides data about "Master Data Attachment File" in SAP S/4HANA. It reads from 1 data source (I_MasterDataAttachmentFileTP) and exposes 4 fields with key field MasterDataAttachmentUUID. It is exposed through 1 OData service (MASTERDATAATTCHLINKSD).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MasterDataAttachmentFileTP | I_MasterDataAttachmentFileTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Master Data Attachment File | view | |
| Metadata.allowExtensions | true | view | |
| Search.searchable | false | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| MASTERDATAATTCHLINKSD | MASTERDATAATTCHLINKSRV | V4 | C1 | NOT_RELEASED |
@EndUserText.label: 'Master Data Attachment File'
@AbapCatalog.viewEnhancementCategory: [#NONE]
@Metadata.allowExtensions: true
@Search.searchable: false
@VDM.viewType: #CONSUMPTION
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType: { serviceQuality: #C, sizeCategory: #M, dataClass: #TRANSACTIONAL }
@VDM.usage.type: [ #TRANSACTIONAL_PROCESSING_SERVICE ]
define view entity C_MasterDataAttachmentFileTP
// provider contract transactional_quer
as projection on I_MasterDataAttachmentFileTP
{
key MasterDataAttachmentUUID,
_Link.MasterDataAttachmentFileName,
_Link.MasterDataAttachmentMimeType,
@Semantics.largeObject: {
contentDispositionPreference: #ATTACHMENT,
fileName: 'MasterDataAttachmentFileName',
mimeType: 'MasterDataAttachmentMimeType'
}
MDAttachmentContentBinary,
_Link : redirected to parent C_MasterDataAttachmentLinkTP
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA