I_MASTERDATAIMPORTFILETP

CDS View

Master Data Import File

I_MASTERDATAIMPORTFILETP is a CDS View in S/4HANA. Master Data Import File. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_MasterDataImportFileTP view_entity projection CONSUMPTION Master Data Import File
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@EndUserText.label: 'Master Data Import File'
define view entity I_MasterDataImportFileTP
  as select from I_MasterDataImportFile
//  composition [1] of I_MDImportFileContentTP as _FileContent

  association to parent I_MasterDataImportTP_2 as _Import on $projection.MasterDataImportUUID = _Import.MasterDataImportUUID
association [0..1] to I_MDCloudUserContactCard as _RequestorContactCard on $projection.MasterDataImportFileCreatedBy = _RequestorContactCard.ContactCardID
{
  key MasterDataImportFileUUID,
      MasterDataImportUUID,
      MasterDataLoadUUID,
      MasterDataImportFileType,
      MasterDataImportFileMimeType,
      MasterDataImportFileName,
      MasterDataImportFileCrtnDteTme,
      MasterDataImportFileCreatedBy,
      MDImportFileContentBinary,
      
      _Import,
      _RequestorContactCard
//      _FileContent

}