A_MaintenancePlanText
Maintenance Plan Long Text
A_MaintenancePlanText is a Consumption CDS View that provides data about "Maintenance Plan Long Text" in SAP S/4HANA. It reads from 1 data source (R_MaintenancePlanTextTP) and exposes 6 fields with key fields MaintenancePlan, Language. It is exposed through 1 OData service (API_MAINTENANCEPLAN). Part of development package VDM_EAM_MAINTENANCEPLAN.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_MaintenancePlanTextTP | R_MaintenancePlanTextTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Maintenance Plan 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.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_MAINTENANCEPLAN | API_MAINTENANCEPLAN | V2 | C2 | C1 |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaintenancePlan | MaintenancePlan | ||
| KEY | Language | Language | ||
| TextObjectKey | TextObjectKey | |||
| TextObjectType | TextObjectType | |||
| TextObjectCategory | TextObjectCategory | |||
| MaintenancePlanLongText | MaintenancePlanLongText |
@EndUserText.label: 'Maintenance Plan 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,
usageType.sizeCategory: #L,
usageType.dataClass: #MASTER
}
define view entity A_MaintenancePlanText
as projection on R_MaintenancePlanTextTP
{
key MaintenancePlan,
key Language,
@Consumption.hidden: true
TextObjectKey,
@Consumption.hidden: true
TextObjectType,
@Consumption.hidden: true
TextObjectCategory,
MaintenancePlanLongText,
/* Associations */
_MaintenancePlan : redirected to parent A_MaintenancePlan
}
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