I_ORDERCOMPONENTLONGTEXT
Order Component Long Text
I_ORDERCOMPONENTLONGTEXT is a CDS View in S/4HANA. Order Component Long Text. It contains 6 fields. 5 CDS views read from this table.
CDS Views using this table (5)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_MaintOrderOpCompLongText | view_entity | inner | COMPOSITE | Maintenance Order Op Component Long Text |
| I_MaintOrderOpCompLongText_2 | view_entity | inner | COMPOSITE | Maintenance Order Op Component Long Text |
| I_MfgOrderComponentLongText | view_entity | from | COMPOSITE | Manufacturing Order Component - Text |
| I_MfgOrderItemLongText | view_entity | from | COMPOSITE | Manufacturing Order Item - Text |
| I_ProdnOrderComponentLongText | view_entity | from | COMPOSITE | Production Order Component - Text |
Fields (6)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | Language | LongTextLanguage | 1 |
| OrderComponentLongText | MfgOrderItemLongText,OrderComponentLongText | 3 | |
| RecordType | ReservationType | 2 | |
| Reservation | Reservation | 3 | |
| ReservationItem | ReservationItem | 3 | |
| TextObjectKey | TextObjectKey | 2 |
@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
}