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
{
  key MasterDataImportFileUUID,
      MasterDataImportUUID,
      MasterDataLoadUUID,
      MasterDataImportFileType,
      MasterDataImportFileMimeType,
      MasterDataImportFileName,
      MasterDataImportFileCrtnDteTme,
      MasterDataImportFileCreatedBy,

      MDImportFileContentBinary,
      
      _Import
//      _FileContent

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