I_PURREQNSOURCETYPE
Purchase Requisition Source Type
I_PURREQNSOURCETYPE is a CDS View in S/4HANA. Purchase Requisition Source Type. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_PurchaseReqnSourceType | view | from | CONSUMPTION | Purchase Requisition Source Type |
| I_PPS_PurchaseReqnSourceType | view_entity | from | BASIC | Purchase Requisition Source Type |
@AbapCatalog.sqlViewName: 'IPURREQNSRCTYPE'
@AbapCatalog.compiler.compareFilter: true
@Analytics: { dataCategory: #DIMENSION }
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Purchase Requisition Source Type'
//@Search.searchable: true
@ObjectModel.representativeKey: 'PurchasingSourceType'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_PurReqnSourceType as select from dd07l
association [0..*] to I_PurReqnSourceTypeText as _Text on $projection.PurchasingSourceType = _Text.PurchasingSourceType
{
@ObjectModel.text.association: '_Text'
// @Search.defaultSearchElement: true
// @Search.fuzzinessThreshold: 0.8
key cast(domvalue_l as vdm_purchasingsourcetype) as PurchasingSourceType,
/* Associations */
_Text
}
where
domname = 'PURCHASINGSOURCETYPE_D'
and as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_PURREQNSOURCETYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/