A_MaintenanceItemCauseText

DDL: A_MAINTENANCEITEMCAUSETEXT Type: view_entity CONSUMPTION

Maintenance Item Cause Long Text

A_MaintenanceItemCauseText 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. It is exposed through 2 OData services (API_MAINTENANCEITEM, API_MAINTENANCEPLAN).

Data Sources (1)

SourceAliasJoin Type
R_MaintenanceItemCauseTextTP R_MaintenanceItemCauseTextTP projection

Annotations (8)

NameValueLevelField
EndUserText.label Maintenance Item Cause Long Text view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.sizeCategory #L view

OData Services (2)

ServiceBindingVersionContractRelease
API_MAINTENANCEITEM API_MAINTENANCEITEM V2 C2 C1
API_MAINTENANCEPLAN API_MAINTENANCEPLAN V2 C2 C1

Fields (4)

KeyFieldSource TableSource FieldDescription
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.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE]
@Metadata.ignorePropagatedAnnotations: true

@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.sizeCategory: #L

define view entity A_MaintenanceItemCauseText
  as projection on R_MaintenanceItemCauseTextTP
{

  key MaintenanceItem,
  key NmbrOfMaintComplianceItems,
  key Language,
      PlainLongText,

      /* Associations */
      _MaintenanceItemCause : redirected to parent A_MaintenanceItemCause,
      _MaintenanceItem      : redirected to A_MaintenanceItem

}