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. It is exposed through 1 OData service (TEST_INCOMING_FORMAT_SRV). It is used in 1 Fiori application: Test Incoming Format Mappings.

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

OData Services (1)

ServiceBindingVersionContractRelease
TEST_INCOMING_FORMAT_SRV TEST_INCOMING_FORMAT_SRV V2 C1 NOT_RELEASED

Fiori Apps (1)

App IDApp NameTypeDescription
F6960 Test Incoming Format Mappings Transactional

Test Incoming Format Mappings

Business Role: Configuration Expert - Business Process Configuration

The Test Incoming Format Mappings allows you to carry out a test run, and after processing, check the output structure and the log of the incoming format mapping. In addition, the test run detail screen provides a preview for a comprehensive overview of how the mapping is done.You can access the Test Incoming Format Mappings using the Test button from the following apps: Map Format Data for Incoming Files From Banks Map Format Data for Treasury Correspondence Map Format Data for Advanced Payment Management

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
}