I_ORDERLONGTEXT
Order Long Text
I_ORDERLONGTEXT is a CDS View in S/4HANA. Order Long Text. It contains 3 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ManufacturingOrderLongText | view_entity | from | COMPOSITE | Manufacturing Order - Text |
| P_MfgOrderLongText | view_entity | from | COMPOSITE |
Fields (3)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | OrderID | OrderID | 1 |
| PlainLongText | ManufacturingOrderLongText,PlainLongText | 2 | |
| TextObjectKey | TextObjectKey | 1 |
@AbapCatalog.sqlViewName: 'IORDLTXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'Order Long Text'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'OrderID'
define view I_OrderLongText as select from aufk_text
association [0..*] to I_TextObjectPlainLongText as _TextObjectPlainLongText on _TextObjectPlainLongText.TextObjectKey = $projection.TextObjectKey
and _TextObjectPlainLongText.TextObjectCategory = 'AUFK'
and _TextObjectPlainLongText.TextObjectType = 'KOPF'
{
key aufnr as OrderID,
tdname as TextObjectKey,
_TextObjectPlainLongText.PlainLongText as PlainLongText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_TEXTOBJECTPLAINLONGTEXT",
"AUFK_TEXT"
],
"ASSOCIATED":
[
"I_TEXTOBJECTPLAINLONGTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/