I_OrderOperationLongText

DDL: I_ORDEROPERATIONLONGTEXT Type: view_entity BASIC Package: VDM_PP_SFC

Order Operation Long Text

I_OrderOperationLongText is a Basic CDS View that provides data about "Order Operation Long Text" in SAP S/4HANA. It reads from 1 data source (afvc_text) and exposes 7 fields with key fields OrderInternalID, OrderOperationInternalID. It has 1 association to related views. Part of development package VDM_PP_SFC.

Data Sources (1)

SourceAliasJoin Type
afvc_text afvc_text from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_TextObjectPlainLongText _TextObjectPlainLongText _TextObjectPlainLongText.TextObjectKey = $projection.TextObjectKey and _TextObjectPlainLongText.TextObjectCategory = 'AUFK' and _TextObjectPlainLongText.TextObjectType = 'AVOT'

Annotations (9)

NameValueLevelField
Analytics.technicalName IORDOPLTXT view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Order Operation Long Text view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
ObjectModel.representativeKey OrderOperationInternalID view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY OrderInternalID aufpl
KEY OrderOperationInternalID aplzl
TextObjectKey tdname
OrderOperationLongText _TextObjectPlainLongText PlainLongText
Language _TextObjectPlainLongText Language
TextObjectCategory _TextObjectPlainLongText TextObjectCategory
TextObjectType _TextObjectPlainLongText TextObjectType
@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
}