I_ARPostgRulePerdAggrgnClrg

DDL: I_ARPOSTGRULEPERDAGGRGNCLRG Type: view_entity BASIC Package: ODATA_AR_POSTING_RULES

Period Aggregation Clearing Strategy

I_ARPostgRulePerdAggrgnClrg is a Basic CDS View that provides data about "Period Aggregation Clearing Strategy" in SAP S/4HANA. It reads from 1 data source (far_pstrl_pdacl) and exposes 9 fields with key field PeriodAggregationClearingUUID. Part of development package ODATA_AR_POSTING_RULES.

Data Sources (1)

SourceAliasJoin Type
far_pstrl_pdacl far_pstrl_pdacl from

Annotations (7)

NameValueLevelField
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Period Aggregation Clearing Strategy view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.dataClass #MIXED view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY PeriodAggregationClearingUUID periodaggregationclearinguuid
PostingRuleUUID postingruleuuid Rule Key
PostingRuleActionUUID postingruleactionuuid Action Key
SequenceNumber sequencenumber Sort sequence
PerdAggrgnClearingStrategy perdaggrgnclearingstrategy
PeriodAggregationTimeLimit periodaggregationtimelimit
PerdAggrgnPerdConsdrdInMonths perdaggrgnperdconsdrdinmonths
PerdAggrgnIsUniqueMatch perdaggrgnisuniquematch
ClearingToleranceIsAllowed clearingtoleranceisallowed

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view I_ARPostgRulePerdAggrgnClrg.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW I_ARPostgRulePerdAggrgnClrg AS
SELECT
  PeriodAggregationClearingUUID,
  PostingRuleUUID,
  PostingRuleActionUUID,
  SequenceNumber,
  PerdAggrgnClearingStrategy,
  PeriodAggregationTimeLimit,
  PerdAggrgnPerdConsdrdInMonths,
  PerdAggrgnIsUniqueMatch,
  ClearingToleranceIsAllowed
FROM far_pstrl_pdacl
;