I_OrderComponentLongText

DDL: I_ORDERCOMPONENTLONGTEXT Type: view_entity BASIC

Order Component Long Text

I_OrderComponentLongText is a Basic CDS View that provides data about "Order Component Long Text" in SAP S/4HANA. It reads from 1 data source (resb_text) and exposes 6 fields with key fields Reservation, ReservationItem, RecordType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
resb_text resb_text from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_TextObjectPlainLongText _TextObjectPlainLongText _TextObjectPlainLongText.TextObjectKey = $projection.TextObjectKey and _TextObjectPlainLongText.TextObjectCategory = 'AUFK' and _TextObjectPlainLongText.TextObjectType = 'MATK'

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Order Component Long Text view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
ObjectModel.representativeKey RecordType view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY Reservation rsnum
KEY ReservationItem rspos
KEY RecordType rsart
TextObjectKey tdname
OrderComponentLongText _TextObjectPlainLongText PlainLongText
Language _TextObjectPlainLongText Language
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'Order Component Long Text'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'RecordType'
define view entity I_OrderComponentLongText as select from resb_text
association [0..*] to I_TextObjectPlainLongText as _TextObjectPlainLongText on  _TextObjectPlainLongText.TextObjectKey      = $projection.TextObjectKey
                                                                              and _TextObjectPlainLongText.TextObjectCategory = 'AUFK'
                                                                              and _TextObjectPlainLongText.TextObjectType     = 'MATK'
{
    
    key rsnum as Reservation,
    key rspos as ReservationItem,
    key rsart as RecordType, 
    tdname as  TextObjectKey,
    _TextObjectPlainLongText.PlainLongText as OrderComponentLongText,
    _TextObjectPlainLongText.Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_TEXTOBJECTPLAINLONGTEXT",
"RESB_TEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/