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. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_MfgOrderSequenceLongText view_entity from COMPOSITE Manufacturing Order Sequence - Text

Fields (1)

KeyField CDS FieldsUsed in Views
OrderSequenceLongText OrderSequenceLongText 1
@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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_TEXTOBJECTPLAINLONGTEXT",
"AFFL_TEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/