I_PRODUCTSOURCINGREASON
Reason used in Product Sourcing
I_PRODUCTSOURCINGREASON is a CDS View in S/4HANA. Reason used in Product Sourcing. It contains 1 fields. 9 CDS views read from this table.
CDS Views using this table (9)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_SourcingProjectReason | view_entity | projection | BASIC | Reason |
| C_SPQtnItemExcludingRsnVH | view | from | CONSUMPTION | Rsn for Excluding Itm in Srcg Proj Qtn |
| C_SrcgProjCancellationRsnVH | view | from | CONSUMPTION | Sourcing Project Cancellation Reason |
| C_SrcgProjItmUnconfdDmndRsnVH | view | from | CONSUMPTION | Rsn for Unconfd Dmnd for Srcg Proj Item |
| C_SrcgProjSuplrUnlockingRsnVH | view | from | CONSUMPTION | Reason for Unlocking Suplr in Srcg Proj |
| C_SrcgProjVersioningReasonVH | view | from | CONSUMPTION | Reason for New Version of Srcg Project |
| C_SrcPrjSuplrPartcipnDclnRsnVH | view | from | CONSUMPTION | Rsn for Suplr Partcipn Dcln in Srcg Proj |
| I_SourcingProjectReason | view | from | BASIC | Reasons used in Product Sourcing |
| I_SrcgProjCancellationRsn | view_entity | from | BASIC | Sourcing Project Cancellation Reason |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | ProductSourcingReason | SourcingProjectReason,SrcgProjCancellationRsn | 7 |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel:{
representativeKey: 'ProductSourcingReason',
sapObjectNodeType.name: 'ProductSourcingReason',
semanticKey: ['ProductSourcingReason'],
usageType:{
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S
},
modelingPattern: #NONE,
supportedCapabilities: [#SQL_DATA_SOURCE,#CDS_MODELING_DATA_SOURCE,#CDS_MODELING_ASSOCIATION_TARGET]
}
@VDM.viewType: #BASIC
@EndUserText.label: 'Reason used in Product Sourcing'
define root view entity I_ProductSourcingReason
as select from mmpursprsn
composition [0..*] of I_ProductSourcingReasonText as _SourcingProjectReasonText
{
@ObjectModel.text.association: '_SourcingProjectReasonText'
key reason as ProductSourcingReason,
_SourcingProjectReasonText
}