I_PMReferenceElement

DDL: I_PMREFERENCEELEMENT SQL: IPMPSREFELEM Type: view BASIC

PM/PS Reference Element

I_PMReferenceElement is a Basic CDS View (Dimension) that provides data about "PM/PS Reference Element" in SAP S/4HANA. It reads from 1 data source (adcomp) and exposes 2 fields with key field ReferenceElement. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
adcomp adcomp from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PMReferenceElementText _Text $projection.ReferenceElement = _Text.ReferenceElement

Annotations (11)

NameValueLevelField
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName IPMPSREFELEM view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label PM/PS Reference Element view
ObjectModel.representativeKey ReferenceElement view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ReferenceElement adcomp adpsp
_Text _Text
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.sqlViewName: 'IPMPSREFELEM'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics: { dataCategory: #DIMENSION }
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'PM/PS Reference Element'
@ObjectModel.representativeKey: 'ReferenceElement'
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #BASIC

define view I_PMReferenceElement
  as select from adcomp

  association [0..*] to I_PMReferenceElementText as _Text on $projection.ReferenceElement = _Text.ReferenceElement
{
      @ObjectModel.text.association: '_Text'
  key adcomp.adpsp as ReferenceElement,

      // Associations

      _Text
}