I_SalesDocumentRjcnReasonText

DDL: I_SALESDOCUMENTRJCNREASONTEXT SQL: ISDSLSDOCRJNRSNT Type: view BASIC

Rejection Reason of Sales Document - Text

I_SalesDocumentRjcnReasonText is a Basic CDS View that provides data about "Rejection Reason of Sales Document - Text" in SAP S/4HANA. It reads from 1 data source (tvagt) and exposes 5 fields with key fields SalesDocumentRjcnReason, Language.

Data Sources (1)

SourceAliasJoin Type
tvagt tvagt from

Annotations (15)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey SalesDocumentRjcnReason view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Rejection Reason of Sales Document - Text view
VDM.viewType #BASIC view
Analytics.dataExtraction.enabled true view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName ISDSLSDOCRJNRSNT view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY SalesDocumentRjcnReason abgru
KEY Language spras
SalesDocumentRjcnReasonName bezei
_SalesDocumentRjcnReason _SalesDocumentRjcnReason
_Language _Language
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'SalesDocumentRjcnReason'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, 
                                      #CDS_MODELING_DATA_SOURCE, #EXTRACTION_DATA_SOURCE]
@ObjectModel.modelingPattern: [ #LANGUAGE_DEPENDENT_TEXT ]
@EndUserText.label: 'Rejection Reason of Sales Document - Text'
@VDM.viewType: #BASIC
@Analytics.dataExtraction.enabled: true
@AccessControl.authorizationCheck:#NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ISDSLSDOCRJNRSNT'
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@Metadata.ignorePropagatedAnnotations:true
@Search.searchable: true

define view I_SalesDocumentRjcnReasonText
as select from tvagt

association[0..1] to I_SalesDocumentRjcnReason as _SalesDocumentRjcnReason on $projection.SalesDocumentRjcnReason = _SalesDocumentRjcnReason.SalesDocumentRjcnReason
association[0..1] to I_Language as _Language on $projection.Language = _Language.Language
{  
    @ObjectModel.foreignKey.association: '_SalesDocumentRjcnReason'
    key abgru as SalesDocumentRjcnReason,
    
    @Semantics.language: true
    @ObjectModel.foreignKey.association: '_Language'
    key spras as Language,
    
    @Semantics.text: true
    @Search.defaultSearchElement: true
    @Search.fuzzinessThreshold: 0.8
    @Search.ranking: #HIGH
    bezei as SalesDocumentRjcnReasonName,
    
    _SalesDocumentRjcnReason,
    _Language
    
};     
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"TVAGT"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_SALESDOCUMENTRJCNREASON"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/