I_PlanExplosion

DDL: I_PLANEXPLOSION SQL: IPLANEXPLOSION Type: view BASIC Package: VDM_MD_PRODUCT-SCM

Value help for Plan Explosion

I_PlanExplosion is a Basic CDS View that provides data about "Value help for Plan Explosion" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field PlanExplosionType. It has 1 association to related views. Part of development package VDM_MD_PRODUCT-SCM.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PlanExplosionText _Text $projection.PlanExplosionType = _Text.PlanExplosionType

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IPLANEXPLOSION view
VDM.viewType #BASIC view
Search.searchable true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey PlanExplosionType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.compositionRoot true view
EndUserText.label Value help for Plan Explosion view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY PlanExplosionType
DomainValue dd07l domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'IPLANEXPLOSION'
@VDM.viewType: #BASIC
@Search.searchable: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck:  #NOT_REQUIRED
@ObjectModel.representativeKey: 'PlanExplosionType'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #META
// Dropdown list

@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.compositionRoot: true
@EndUserText.label: 'Value help for Plan Explosion'
define view I_PlanExplosion
  as select from dd07l
  association [0..*] to I_PlanExplosionText as _Text on $projection.PlanExplosionType = _Text.PlanExplosionType
{

      @ObjectModel.text.association: '_Text'
  key cast ( domvalue_l as /sapapo/whatbom  ) as PlanExplosionType,
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      dd07l.domvalue_l                        as DomainValue,
      @ObjectModel.association.type: [#TO_COMPOSITION_CHILD]
      _Text
}
where
  domname = '/SAPAPO/WHATBOM'