E_ARPostgRuleActnGL

DDL: E_ARPOSTGRULEACTNGL Type: view_entity EXTENSION Package: ODATA_AR_POSTING_RULES

Processing Rules GL Action - Extension

E_ARPostgRuleActnGL is a Extension CDS View that provides data about "Processing Rules GL Action - Extension" in SAP S/4HANA. It reads from 1 data source (far_pstrl_agl) and exposes 1 field with key field PostingRuleActionUUID. Part of development package ODATA_AR_POSTING_RULES.

Data Sources (1)

SourceAliasJoin Type
far_pstrl_agl Persistence from

Annotations (6)

NameValueLevelField
VDM.viewType #EXTENSION view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Processing Rules GL Action - Extension view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #D view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY PostingRuleActionUUID far_pstrl_agl postingruleactionuuid Action Key

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 E_ARPostgRuleActnGL.
-- 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 E_ARPostgRuleActnGL AS
SELECT
  Persistence.postingruleactionuuid AS PostingRuleActionUUID
FROM far_pstrl_agl AS Persistence
;