R_MaintOrderConfLongTextTP

DDL: R_MAINTORDERCONFLONGTEXTTP Type: view_entity COMPOSITE

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)

SourceAliasJoin Type
I_OrderConfLongText I_OrderConfLongText from

Annotations (8)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/