I_FixedPegging

DDL: I_FIXEDPEGGING SQL: IFIXEDPEGGING Type: view BASIC

Value help for Fixed Pegging

I_FixedPegging is a Basic CDS View that provides data about "Value help for Fixed Pegging" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field FixedPegging. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_FixedPeggingText _Text $projection.FixedPegging = _Text.FixedPegging

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IFIXEDPEGGING view
VDM.viewType #BASIC view
Search.searchable true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey FixedPegging view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.resultSet.sizeCategory #XS view
EndUserText.label Value help for Fixed Pegging view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY FixedPegging domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'IFIXEDPEGGING'
@VDM.viewType: #BASIC
@Search.searchable: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck:  #NOT_REQUIRED
@ObjectModel.representativeKey: 'FixedPegging'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #MASTER
// Dropdown list

@ObjectModel.resultSet.sizeCategory: #XS
@EndUserText.label: 'Value help for Fixed Pegging'
define view I_FixedPegging
  as select from dd07l
  association [0..*] to I_FixedPeggingText as _Text on $projection.FixedPegging = _Text.FixedPegging
{

       @ObjectModel.text.association: '_Text'
       @Search.defaultSearchElement: true
       @Search.fuzzinessThreshold: 0.8
       @Search.ranking: #HIGH
   key domvalue_l  as FixedPegging,    
       _Text

}
where
   domname = '/SAPAPO/DM_FIXPEG_PROD_SETTING'  
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_FIXEDPEGGINGTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/