R_MaintOrderConfLongTextTP
Maintenance Order Confirmation Long text
R_MaintOrderConfLongTextTP is a Composite CDS View that provides data about "Maintenance Order Confirmation Long text" in SAP S/4HANA. It reads from 1 data source (I_OrderConfLongText) and exposes 6 fields with key fields MaintOrderConf, MaintOrderConfCntrValue.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_OrderConfLongText | I_OrderConfLongText | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Maintenance Order Confirmation Long text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaintOrderConf | ConfirmationGroup | ||
| KEY | MaintOrderConfCntrValue | OrderConfirmation | ||
| TextObjectKey | TextObjectKey | |||
| MaintOrderConfLongText | PlainLongText | |||
| Language | Language | |||
| _MaintOrderConfirmation | _MaintOrderConfirmation |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Maintenance Order Confirmation Long text'
@Metadata.ignorePropagatedAnnotations: true
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@VDM.viewType: #COMPOSITE
@VDM.usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
@ObjectModel.usageType: {serviceQuality: #C, sizeCategory: #M, dataClass: #TRANSACTIONAL}
define view entity R_MaintOrderConfLongTextTP
as select from I_OrderConfLongText
association to parent R_MaintOrderConfirmationTP as _MaintOrderConfirmation on $projection.MaintOrderConf = _MaintOrderConfirmation.MaintOrderConf
and $projection.MaintOrderConfCntrValue = _MaintOrderConfirmation.MaintOrderConfCntrValue
{
key ConfirmationGroup as MaintOrderConf,
key OrderConfirmation as MaintOrderConfCntrValue,
TextObjectKey as TextObjectKey,
PlainLongText as MaintOrderConfLongText,
Language as Language,
/* Associations */
_MaintOrderConfirmation
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ORDERCONFLONGTEXT"
],
"ASSOCIATED":
[
"R_MAINTORDERCONFIRMATIONTP"
],
"BASE":
[],
"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