I_INCOMINGFORMATTESTFILETP

CDS View

Incoming Format Test File - TP

I_INCOMINGFORMATTESTFILETP is a CDS View in S/4HANA. Incoming Format Test File - TP. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_IncomingFormatTestFileTP view_entity projection CONSUMPTION Incoming Format Test File - TP
@EndUserText.label: 'Incoming Format Test File - TP'
@VDM.viewType: #TRANSACTIONAL
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #MASTER

define view entity I_IncomingFormatTestFileTP
  as select from I_IncomingFormatTestFile

  association to parent I_IncomingFormatTestRunTP as _TestRun on  $projection.HierarchyTree             = _TestRun.HierarchyTree
                                                              and $projection.HierarchyTreeType         = _TestRun.HierarchyTreeType
                                                              and $projection.IncomingTestRunIdentifier = _TestRun.IncomingTestRunIdentifier

{
  key HierarchyTreeType,
  key HierarchyTree,
  key IncomingTestRunIdentifier,
  key IncomingTestFileType,
      IncomingTestFileContentText,

      /* associations */
      _TestRun
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INCOMINGFORMATTESTFILE"
],
"ASSOCIATED":
[
"I_INCOMINGFORMATTESTRUNTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/