I_OrderConfLongText

DDL: I_ORDERCONFLONGTEXT SQL: IORDCONFLTXT Type: view BASIC

Order Confirmation Long Text

I_OrderConfLongText is a Basic CDS View that provides data about "Order Confirmation Long Text" in SAP S/4HANA. It reads from 1 data source (afru_text) and exposes 5 fields with key fields ConfirmationGroup, OrderConfirmation. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
afru_text afru_text from

Associations (1)

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

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IORDCONFLTXT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Order Confirmation Long Text view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey OrderConfirmation view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY ConfirmationGroup rueck
KEY OrderConfirmation rmzhl
TextObjectKey tdname
Language _TextObjectPlainLongText Language
PlainLongText _TextObjectPlainLongText PlainLongText
@AbapCatalog.sqlViewName: 'IORDCONFLTXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'Order Confirmation Long Text'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'OrderConfirmation'
define view I_OrderConfLongText as select from afru_text
association [0..*] to I_TextObjectPlainLongText as _TextObjectPlainLongText on  _TextObjectPlainLongText.TextObjectKey      = $projection.TextObjectKey
                                                                              and _TextObjectPlainLongText.TextObjectCategory = 'AUFK'
                                                                              and _TextObjectPlainLongText.TextObjectType     = 'RMEL'
{
    key rueck as ConfirmationGroup, 
    key rmzhl as OrderConfirmation, 
    tdname as TextObjectKey,
    _TextObjectPlainLongText.Language as Language,
    _TextObjectPlainLongText.PlainLongText as PlainLongText
    
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_TEXTOBJECTPLAINLONGTEXT",
"AFRU_TEXT"
],
"ASSOCIATED":
[
"I_TEXTOBJECTPLAINLONGTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/