I_PRODUCTSOURCINGREASONMODEL
Reason Model used in Product Sourcing
I_PRODUCTSOURCINGREASONMODEL is a CDS View in S/4HANA. Reason Model used in Product Sourcing. It contains 1 fields. 8 CDS views read from this table.
CDS Views using this table (8)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_SourcingProjectReasonModel | view_entity | from | BASIC | Reason Model |
| C_SPQtnItemExcludingRsnVH | view | inner | CONSUMPTION | Rsn for Excluding Itm in Srcg Proj Qtn |
| C_SrcgProjCancellationRsnVH | view | inner | CONSUMPTION | Sourcing Project Cancellation Reason |
| C_SrcgProjItmUnconfdDmndRsnVH | view | inner | CONSUMPTION | Rsn for Unconfd Dmnd for Srcg Proj Item |
| C_SrcgProjSuplrUnlockingRsnVH | view | inner | CONSUMPTION | Reason for Unlocking Suplr in Srcg Proj |
| C_SrcgProjVersioningReasonVH | view | inner | CONSUMPTION | Reason for New Version of Srcg Project |
| C_SrcPrjSuplrPartcipnDclnRsnVH | view | inner | CONSUMPTION | Rsn for Suplr Partcipn Dcln in Srcg Proj |
| I_SrcgProjCancellationRsn | view_entity | inner | BASIC | Sourcing Project Cancellation Reason |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | ProductSourcingReasonGroup | ProductSourcingReasonGroup,SourcingProjectReasonGroup | 7 |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel:{representativeKey: 'ProductSourcingReasonGroup',
semanticKey: ['ProductSourcingReasonGroup'],
usageType.dataClass: #CUSTOMIZING,
usageType.serviceQuality: #A,
usageType.sizeCategory: #S}
@VDM.viewType: #BASIC
@EndUserText.label: 'Reason Model used in Product Sourcing'
define view entity I_ProductSourcingReasonModel
as select from mmpursprsnmdl
{
key reason_group as ProductSourcingReasonGroup,
key reason as ProductSourcingReason
}