I_RecipeAuthorizationGroup

DDL: I_RECIPEAUTHORIZATIONGROUP SQL: IRCPAUTHGRP Type: view COMPOSITE

Recipe Authorization Group

I_RecipeAuthorizationGroup is a Composite CDS View that provides data about "Recipe Authorization Group" in SAP S/4HANA. It reads from 1 data source (I_SpecAuthznGrpCategoryAssgmt) and exposes 2 fields with key field RecipeAuthorizationGroup. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_SpecAuthznGrpCategoryAssgmt I_SpecAuthznGrpCategoryAssgmt from

Associations (1)

CardinalityTargetAliasCondition
[1..*] I_RecipeAuthorizationGroupText _RecipeAuthorizationGroupText $projection.RecipeAuthorizationGroup = _RecipeAuthorizationGroupText.RecipeAuthorizationGroup

Annotations (14)

NameValueLevelField
AbapCatalog.preserveKey true view
AbapCatalog.sqlViewName IRCPAUTHGRP view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Recipe Authorization Group view
ObjectModel.representativeKey RecipeAuthorizationGroup view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
VDM.viewType #COMPOSITE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY RecipeAuthorizationGroup
_RecipeAuthorizationGroupText _RecipeAuthorizationGroupText
@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
}
}*/