I_ORDEROPERATIONLONGTEXT

CDS View

Order Operation Long Text

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

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_MfgOrderOperationLongText view_entity from COMPOSITE Manufacturing Order Operation - Text
P_ProcOrdOpsMgmtPhseLongTxt view from COMPOSITE

Fields (1)

KeyField CDS FieldsUsed in Views
OrderOperationLongText OrderOperationLongText 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
}