I_RECIPEAUTHORIZATIONGROUP
Recipe Authorization Group
I_RECIPEAUTHORIZATIONGROUP is a CDS View in S/4HANA. Recipe Authorization Group. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_RecipeAuthorizationGroupText | view | inner | COMPOSITE | Recipe Authorization Group Text |
| I_RecipeAuthznGrpStdVH | view | from | COMPOSITE | Recipe Authorization Group |
@AbapCatalog.preserveKey: true
@AbapCatalog.sqlViewName: 'IRCPAUTHGRP'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Recipe Authorization Group'
@ObjectModel.representativeKey: 'RecipeAuthorizationGroup'
@ObjectModel.semanticKey: [ 'RecipeAuthorizationGroup' ]
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@VDM.viewType: #COMPOSITE
define view I_RecipeAuthorizationGroup
as select from I_SpecAuthznGrpCategoryAssgmt
association [1..*] to I_RecipeAuthorizationGroupText as _RecipeAuthorizationGroupText on $projection.RecipeAuthorizationGroup = _RecipeAuthorizationGroupText.RecipeAuthorizationGroup
{
@ObjectModel.text.association: '_RecipeAuthorizationGroupText'
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
key cast(SpecificationAuthznGroup as /plmb/rcp_authgrpdesc_vh_id preserving type) as RecipeAuthorizationGroup,
_RecipeAuthorizationGroupText
}
where
SpecificationCategory = 'RECIPE_WUI'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SPECAUTHZNGRPCATEGORYASSGMT"
],
"ASSOCIATED":
[
"I_RECIPEAUTHORIZATIONGROUPTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/