I_INCOMINGFORMATTESTRUNTP
Incoming Format Test Run - TP
I_INCOMINGFORMATTESTRUNTP is a CDS View in S/4HANA. Incoming Format Test Run - TP. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_IncomingFormatTestRunTP | view_entity | projection | CONSUMPTION | Incoming Format Test Run - TP |
@EndUserText.label: 'Incoming Format Test Run - TP'
@VDM.viewType: #TRANSACTIONAL
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #MASTER
define root view entity I_IncomingFormatTestRunTP
as select from I_IncomingFormatTestRun
association [0..*] to I_IncgFormatTestRunStatusText as _TestRunStatusText on _TestRunStatusText.JobStatusValue = $projection.JobStatusValue
composition [0..*] of I_IncomingFormatTestFileTP as _TestFile
{
key HierarchyTreeType,
key HierarchyTree,
key IncomingTestRunIdentifier,
IncomingTestRunShortText,
ApplicationJobStartDateTime,
ApplicationJobEndDateTime,
CreatedByUser,
JobStatusValue,
/* associations */
_TestRunStatusText,
_TestFile
}