I_RecipeAuthorizationGroup
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)
| Source | Alias | Join Type |
|---|---|---|
| I_SpecAuthznGrpCategoryAssgmt | I_SpecAuthznGrpCategoryAssgmt | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..*] | I_RecipeAuthorizationGroupText | _RecipeAuthorizationGroupText | $projection.RecipeAuthorizationGroup = _RecipeAuthorizationGroupText.RecipeAuthorizationGroup |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA