C_MaintenanceItemCauseTextTP
Maintenance Item Cause Long Text
C_MaintenanceItemCauseTextTP is a Consumption CDS View that provides data about "Maintenance Item Cause Long Text" in SAP S/4HANA. It reads from 1 data source (R_MaintenanceItemCauseTextTP) and exposes 4 fields with key fields MaintenanceItem, NmbrOfMaintComplianceItems, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_MaintenanceItemCauseTextTP | R_MaintenanceItemCauseTextTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Maintenance Item Cause Long Text | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.modelingPattern | #TRANSACTIONAL_PROJECTED_ENTITY | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Metadata.allowExtensions | true | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaintenanceItem | MaintenanceItem | ||
| KEY | NmbrOfMaintComplianceItems | NmbrOfMaintComplianceItems | ||
| KEY | Language | Language | ||
| PlainLongText | PlainLongText |
@EndUserText.label: 'Maintenance Item Cause Long Text'
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #CONSUMPTION
@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE]
@ObjectModel: {
usageType.serviceQuality: #C,
usageType.sizeCategory: #L,
usageType.dataClass: #MASTER,
modelingPattern: #TRANSACTIONAL_PROJECTED_ENTITY,
supportedCapabilities: [ #TRANSACTIONAL_PROVIDER ]
}
@Metadata.ignorePropagatedAnnotations: true
@Metadata.allowExtensions: true
define view entity C_MaintenanceItemCauseTextTP
as projection on R_MaintenanceItemCauseTextTP
{
key MaintenanceItem,
key NmbrOfMaintComplianceItems,
key Language,
PlainLongText,
-- Associations --
_MaintenanceItemCause : redirected to parent C_MaintenanceItemCauseTP,
_MaintenanceItem : redirected to C_MaintenanceItemTP
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_MAINTENANCEITEMCAUSETEXTTP"
],
"ASSOCIATED":
[
"C_MAINTENANCEITEMCAUSETP",
"C_MAINTENANCEITEMTP",
"R_MAINTENANCEITEMCAUSETP",
"R_MAINTENANCEITEMTP"
],
"BASE":
[
"R_MAINTENANCEITEMCAUSETEXTTP"
],
"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