C_IncomingFormatTestFileTP

DDL: C_INCOMINGFORMATTESTFILETP Type: view_entity CONSUMPTION

Incoming Format Test File - TP

C_IncomingFormatTestFileTP is a Consumption CDS View that provides data about "Incoming Format Test File - TP" in SAP S/4HANA. It reads from 1 data source (I_IncomingFormatTestFileTP) and exposes 5 fields with key fields HierarchyTreeType, HierarchyTree, IncomingTestRunIdentifier, IncomingTestFileType.

Data Sources (1)

SourceAliasJoin Type
I_IncomingFormatTestFileTP I_IncomingFormatTestFileTP projection

Annotations (6)

NameValueLevelField
EndUserText.label Incoming Format Test File - TP view
VDM.viewType #CONSUMPTION view
AccessControl.authorizationCheck #MANDATORY view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #MASTER view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY HierarchyTreeType HierarchyTreeType
KEY HierarchyTree HierarchyTree
KEY IncomingTestRunIdentifier IncomingTestRunIdentifier
KEY IncomingTestFileType IncomingTestFileType
IncomingTestFileContentText IncomingTestFileContentText
@EndUserText.label: 'Incoming Format Test File - TP'
@VDM.viewType: #CONSUMPTION
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #MASTER

define view entity C_IncomingFormatTestFileTP
  as projection on I_IncomingFormatTestFileTP as TestFile

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

      /* associations */
      _TestRun : redirected to parent C_IncomingFormatTestRunTP
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INCOMINGFORMATTESTFILETP"
],
"ASSOCIATED":
[
"C_INCOMINGFORMATTESTRUNTP"
],
"BASE":
[
"I_INCOMINGFORMATTESTFILETP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/