I_MaintenancePlanTextTP
Maintenance Plan Long Text - TP
I_MaintenancePlanTextTP is a Transactional CDS View that provides data about "Maintenance Plan Long Text - TP" in SAP S/4HANA. It reads from 1 data source (R_MaintenancePlanTextTP) and exposes 6 fields with key fields MaintenancePlan, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_MaintenancePlanTextTP | R_MaintenancePlanTextTP | projection |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Maintenance Plan Long Text - TP | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.modelingPattern | #TRANSACTIONAL_INTERFACE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #TRANSACTIONAL | view |
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 - TP'
@AccessControl.authorizationCheck: #CHECK
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
dataCategory: #TEXT,
modelingPattern: #TRANSACTIONAL_INTERFACE,
supportedCapabilities: [#TRANSACTIONAL_PROVIDER],
usageType: {
serviceQuality: #C,
sizeCategory: #XL,
dataClass: #TRANSACTIONAL
},
semanticKey: ['MaintenancePlan' , 'Language']
}
@VDM: {
lifecycle.contract.type: #PUBLIC_LOCAL_API,
viewType: #TRANSACTIONAL
}
define view entity I_MaintenancePlanTextTP
as projection on R_MaintenancePlanTextTP as MaintenancePlanText {
key MaintenancePlan,
@Semantics.language: true
key Language,
TextObjectKey,
TextObjectType,
TextObjectCategory,
@Semantics.text: true
MaintenancePlanLongText,
/* Local Associations */
_MaintenancePlan : redirected to parent I_MaintenancePlanTP_2
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_MAINTENANCEPLANTEXTTP"
],
"ASSOCIATED":
[
"I_MAINTENANCEPLANTP_2",
"R_MAINTENANCEPLANTP"
],
"BASE":
[
"R_MAINTENANCEPLANTEXTTP"
],
"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