C_IncomingFormatTestFileTP
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. Part of development package ODATA_TEST_INCOMING_FORMAT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_IncomingFormatTestFileTP | I_IncomingFormatTestFileTP | projection |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| TEST_INCOMING_FORMAT_SRV | TEST_INCOMING_FORMAT_SRV | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA