I_PRODUCTSOURCINGREASONTEXT
Reason used in Product Sourcing - Text
I_PRODUCTSOURCINGREASONTEXT is a CDS View in S/4HANA. Reason used in Product Sourcing - Text. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_SourcingProjectReasonText | view_entity | projection | BASIC | Reason Text |
| I_SourcingProjectReasonText | view | from | BASIC | Reason for New Vers of Srcg Proj - Text |
| I_SrcgProjCancellationRsnText | view_entity | from | BASIC | Sourcing Project Cancellation Reason - Txt |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@AbapCatalog.entityBuffer.definitionAllowed: true
@ObjectModel:{
representativeKey: 'ProductSourcingReason',
semanticKey: ['ProductSourcingReason'],
usageType:{
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S
},
dataCategory: #TEXT,
supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT, #SQL_DATA_SOURCE,#CDS_MODELING_DATA_SOURCE,#CDS_MODELING_ASSOCIATION_TARGET],
modelingPattern: #LANGUAGE_DEPENDENT_TEXT
}
@VDM.viewType: #BASIC
@EndUserText.label: 'Reason used in Product Sourcing - Text'
define view entity I_ProductSourcingReasonText
as select from mmpursprsnt
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
association to parent I_ProductSourcingReason as _Text on $projection.ProductSourcingReason = _Text.ProductSourcingReason
{
key reason as ProductSourcingReason,
@Semantics.language
key spras as Language,
@Semantics.text: true
reason_text as ProductSourcingReasonText,
_Language,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"MMPURSPRSNT"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_PRODUCTSOURCINGREASON"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/