I_RecipeExplosionScopeCompType
Recipe Explosion Scope Component Type
I_RecipeExplosionScopeCompType is a Basic CDS View that provides data about "Recipe Explosion Scope Component Type" in SAP S/4HANA. It reads from 1 data source (/plmi/expl_cmpty) and exposes 6 fields with key fields ExplosionScope, RcpFmlaItemComponentType. Part of development package VDM_PLMB_RCA.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| /plmi/expl_cmpty | /plmi/expl_cmpty | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IRCPEXPLSCCOMP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | ExplosionScope | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| VDM.viewType | #BASIC | view | |
| EndUserText.label | Recipe Explosion Scope Component Type | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ExplosionScope | scope | ||
| KEY | RcpFmlaItemComponentType | comptype | ||
| ExplosionIsToBeStopped | expl_stop | |||
| CompTypeIsNotCalcdInRcpCalc | calc_stop | |||
| RcpPrptySpecCanBeUsdAtExplStop | prop_spec | |||
| MnlCmpstnIsAllowedForCompType | reaction |
@AbapCatalog.sqlViewName: 'IRCPEXPLSCCOMP'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'ExplosionScope'
@ObjectModel.semanticKey: [ 'ExplosionScope' ]
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@VDM.viewType: #BASIC
@EndUserText.label: 'Recipe Explosion Scope Component Type'
define view I_RecipeExplosionScopeCompType
as select from /plmi/expl_cmpty
{
key scope as ExplosionScope,
key comptype as RcpFmlaItemComponentType,
expl_stop as ExplosionIsToBeStopped,
calc_stop as CompTypeIsNotCalcdInRcpCalc,
prop_spec as RcpPrptySpecCanBeUsdAtExplStop,
reaction as MnlCmpstnIsAllowedForCompType
}
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