C_MasterDataLoadFileTP

DDL: C_MASTERDATALOADFILETP Type: view_entity CONSUMPTION Package: MDC_LOAD

Master Data Load File

C_MasterDataLoadFileTP is a Consumption CDS View that provides data about "Master Data Load File" in SAP S/4HANA. It reads from 1 data source (I_MasterDataLoadFileTP) and exposes 13 fields with key field MasterDataLoadFileUUID. It is exposed through 10 OData services (ASQL_F1047A, ASQL_F6159, ASQL_F7611, ...). Part of development package MDC_LOAD.

Data Sources (1)

SourceAliasJoin Type
I_MasterDataLoadFileTP I_MasterDataLoadFileTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Master Data Load File view
VDM.viewType #CONSUMPTION view
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
UI.headerInfo.typeName File view
UI.headerInfo.typeNamePlural Files view
Metadata.allowExtensions true view

OData Services (10)

ServiceBindingVersionContractRelease
ASQL_F1047A ASQL_F1047A C2 NOT_RELEASED
ASQL_F6159 ASQL_F6159 C2 NOT_RELEASED
ASQL_F7611 ASQL_F7611 C2 NOT_RELEASED
ASQL_F7613 ASQL_F7613 C2 NOT_RELEASED
ASQL_F8321 ASQL_F8321 C2 NOT_RELEASED
ASQL_F8322 ASQL_F8322 C2 NOT_RELEASED
ASQL_F8323 ASQL_F8323 C2 NOT_RELEASED
ASQL_F8326 ASQL_F8326 C2 NOT_RELEASED
ASQL_F8327 ASQL_F8327 C2 NOT_RELEASED
C_MASTERDATALOADFILETP_SRV C_MASTERDATALOADFILETP_V4 V4 C1 NOT_RELEASED

Fields (13)

KeyFieldSource TableSource FieldDescription
KEY MasterDataLoadFileUUID MasterDataLoadFileUUID
MasterDataLoadUUID MasterDataLoadUUID
MasterDataLoadFileType MasterDataLoadFileType
MasterDataLoadFileMimeType MasterDataLoadFileMimeType
MasterDataLoadFileName MasterDataLoadFileName
MasterDataLoadFileCrtnDteTme MasterDataLoadFileCrtnDteTme
MasterDataLoadFileCreatedBy MasterDataLoadFileCreatedBy
MasterDataLoadStatus MasterDataLoadStatus
MasterDataLoadNumberOfRecords MasterDataLoadNumberOfRecords
MasterDataLoadNumberOfFields MasterDataLoadNumberOfFields
MDLoadHasPotentiallyCritlSize MDLoadHasPotentiallyCritlSize
MDLoadFileContentBinary MDLoadFileContentBinary
MasterDataImportObjectTypeCode MasterDataImportObjectTypeCode Bus. Obj. Type

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_MasterDataLoadFileTP.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW C_MasterDataLoadFileTP AS
SELECT
  MasterDataLoadFileUUID,
  MasterDataLoadUUID,
  MasterDataLoadFileType,
  MasterDataLoadFileMimeType,
  MasterDataLoadFileName,
  MasterDataLoadFileCrtnDteTme,
  MasterDataLoadFileCreatedBy,
  MasterDataLoadStatus,
  MasterDataLoadNumberOfRecords,
  MasterDataLoadNumberOfFields,
  MDLoadHasPotentiallyCritlSize,
  MDLoadFileContentBinary,
  MasterDataImportObjectTypeCode
FROM I_MasterDataLoadFileTP
;