R_MaintenanceItemTextTP
Maintenace Item Long Text
R_MaintenanceItemTextTP is a Transactional CDS View that provides data about "Maintenace Item Long Text" in SAP S/4HANA. It reads from 1 data source (I_MaintenanceItemText) and exposes 11 fields with key fields MaintenanceItem, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MaintenanceItemText | I_MaintenanceItemText | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Maintenace Item Long Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaintenanceItem | MaintenanceItem | ||
| KEY | Language | Language | ||
| TextObjectKey | TextObjectKey | |||
| TextObjectCategory | TextObjectCategory | |||
| TextObjectType | TextObjectType | |||
| MaintenanceItemLongText | MaintenanceItemLongText | |||
| _Language | _Language | |||
| _LongText | _LongText | |||
| _TextObjectCategory | _TextObjectCategory | |||
| _TextObjectType | _TextObjectType | |||
| _MaintenanceItem | _MaintenanceItem |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Maintenace Item Long Text'
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
@ObjectModel: {
usageType.serviceQuality: #C,
usageType.sizeCategory: #L,
usageType.dataClass: #MIXED
}
define view entity R_MaintenanceItemTextTP
as select from I_MaintenanceItemText
association to parent R_MaintenanceItemTP as _MaintenanceItem on $projection.MaintenanceItem = _MaintenanceItem.MaintenanceItem
{
key MaintenanceItem,
key Language,
TextObjectKey,
TextObjectCategory,
TextObjectType,
MaintenanceItemLongText,
/* Associations */
_Language,
_LongText,
_TextObjectCategory,
_TextObjectType,
/* Local Associations */
_MaintenanceItem
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MAINTENANCEITEMTEXT"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_TEXTOBJECTCATEGORY",
"I_TEXTOBJECTPLAINLONGTEXT",
"I_TEXTOBJECTTYPE",
"R_MAINTENANCEITEMTP"
],
"BASE":
[
"I_MAINTENANCEITEMTEXT"
],
"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