I_ORDERLONGTEXT

CDS View

Order Long Text

I_ORDERLONGTEXT is a CDS View in S/4HANA. Order Long Text. It contains 3 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_ManufacturingOrderLongText view_entity from COMPOSITE Manufacturing Order - Text
I_ProductionOrderLongText view_entity from COMPOSITE Production Order - Text
P_MfgOrderLongText view_entity from COMPOSITE Order Long Text

Fields (3)

KeyField CDS FieldsUsed in Views
KEY OrderID OrderID 1
PlainLongText ManufacturingOrderLongText,PlainLongText,ProductionOrderLongText 3
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
}