I_ORDEROPERATIONLONGTEXT
Order Operation Long Text
I_ORDEROPERATIONLONGTEXT is a CDS View in S/4HANA. Order Operation Long Text. It contains 4 fields. 4 CDS views read from this table.
CDS Views using this table (4)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_MaintOrderOperationLongText | view_entity | inner | COMPOSITE | Maintenance Order Operation Long Text |
| I_MfgOrderOperationLongText | view_entity | from | COMPOSITE | Manufacturing Order Operation - Text |
| I_ProdnOrderOperationLongText | view_entity | from | COMPOSITE | Production Order Operation - Text |
| P_ProcOrdOpsMgmtPhseLongTxt | view_entity | from | COMPOSITE | Process Order Operation Phase Long - Text |
Fields (4)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | OrderInternalID | MaintOrderRoutingNumber | 1 |
| KEY | OrderOperationInternalID | MaintenanceOrderRoutingNode | 1 |
| OrderOperationLongText | OrderOperationLongText | 2 | |
| TextObjectKey | TextObjectKey | 1 |
@Analytics.technicalName: 'IORDOPLTXT'
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'Order Operation Long Text'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'OrderOperationInternalID'
define view entity I_OrderOperationLongText as select from afvc_text
association [0..*] to I_TextObjectPlainLongText as _TextObjectPlainLongText on _TextObjectPlainLongText.TextObjectKey = $projection.TextObjectKey
and _TextObjectPlainLongText.TextObjectCategory = 'AUFK'
and _TextObjectPlainLongText.TextObjectType = 'AVOT'
{
key aufpl as OrderInternalID,
key aplzl as OrderOperationInternalID,
tdname as TextObjectKey,
_TextObjectPlainLongText.PlainLongText as OrderOperationLongText,
_TextObjectPlainLongText.Language,
_TextObjectPlainLongText.TextObjectCategory,
_TextObjectPlainLongText.TextObjectType
}