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.
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 |
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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INCOMINGFORMATTESTFILETP"
],
"ASSOCIATED":
[
"C_INCOMINGFORMATTESTRUNTP"
],
"BASE":
[
"I_INCOMINGFORMATTESTFILETP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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