I_ReprocgRuleApplType

DDL: I_REPROCGRULEAPPLTYPE SQL: IRULEAPPLTYP Type: view BASIC

Processing Rule Application Type

I_ReprocgRuleApplType is a Basic CDS View that provides data about "Processing Rule Application Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field ReprocessingRuleApplType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ReprocgRuleApplTypeText _Text $projection.ReprocessingRuleApplType = _Text.ReprocessingRuleApplType

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IRULEAPPLTYP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.representativeKey ReprocessingRuleApplType view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
Search.searchable false view
EndUserText.label Processing Rule Application Type view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY ReprocessingRuleApplType
DomainValue dd07l domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'IRULEAPPLTYP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'ReprocessingRuleApplType'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: false
@EndUserText.label: 'Processing Rule Application Type'
define view I_ReprocgRuleApplType
  as select from dd07l
  association [0..*] to I_ReprocgRuleApplTypeText as _Text
  on $projection.ReprocessingRuleApplType = _Text.ReprocessingRuleApplType
{
      @ObjectModel.text.association: '_Text'
  key cast(domvalue_l as far_pstrl_rule_appl_type) as ReprocessingRuleApplType,
      @Analytics.hidden: true
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      dd07l.domvalue_l                             as DomainValue,
      _Text
}
where
      domname  = 'FAR_PSTRL_APPLICATION_TYPE'
  and as4local = 'A'
  and as4vers  = '0000'
  and domvalue_l <> ''
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_REPROCGRULEAPPLTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/