I_ORDERSEQUENCELONGTEXT

CDS View

Order Sequence Long Text

I_ORDERSEQUENCELONGTEXT is a CDS View in S/4HANA. Order Sequence Long Text. It contains 1 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_MfgOrderSequenceLongText view_entity from COMPOSITE Manufacturing Order Sequence - Text
I_ProdnOrderSequenceLongText view_entity from COMPOSITE Production Order Sequence - Text

Fields (1)

KeyField CDS FieldsUsed in Views
OrderSequenceLongText OrderSequenceLongText 2
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'Order Sequence Long Text'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'SequenceInternalID'
define view entity I_OrderSequenceLongText as select from affl_text
association [0..*] to I_TextObjectPlainLongText as _TextObjectPlainLongText on  _TextObjectPlainLongText.TextObjectKey      = $projection.TextObjectKey
                                                                              and _TextObjectPlainLongText.TextObjectCategory = 'AUFK'
                                                                              and _TextObjectPlainLongText.TextObjectType     = 'SEQU'
{
    
    key aufpl as OrderInternalID,
    key aplzl as SequenceInternalID, 
    tdname as  TextObjectKey,
    _TextObjectPlainLongText.PlainLongText as OrderSequenceLongText
}