E_PaytApprvlRuleApprvrGrpDraft

DDL: E_PAYTAPPRVLRULEAPPRVRGRPDRAFT Type: view_entity EXTENSION Package: FCLM_PAYT_APPRVL_RULE_IMPL

Aprvr Grp of Aprvl Itm - Draft Extension

E_PaytApprvlRuleApprvrGrpDraft is a Extension CDS View that provides data about "Aprvr Grp of Aprvl Itm - Draft Extension" in SAP S/4HANA. It reads from 1 data source (fclmpar_apgrp_d) and exposes 3 fields with key fields PaymentApprovalRule, PaymentApprovalRuleItem, PaymentApproverGroupNumber. Part of development package FCLM_PAYT_APPRVL_RULE_IMPL.

Data Sources (1)

SourceAliasJoin Type
fclmpar_apgrp_d Persistence from

Annotations (12)

NameValueLevelField
VDM.viewType #EXTENSION view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Aprvr Grp of Aprvl Itm - Draft Extension view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.elementSuffix ARG view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.quota.maximumFields 100 view
AbapCatalog.extensibility.quota.maximumBytes 10000 view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY PaymentApprovalRule paymentapprovalrule Rule ID
KEY PaymentApprovalRuleItem paymentapprovalruleitem Rule Item
KEY PaymentApproverGroupNumber paymentapprovergroupnumber Group Number

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_PaytApprvlRuleApprvrGrpDraft.
-- 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_PaytApprvlRuleApprvrGrpDraft AS
SELECT
  PaymentApprovalRule,
  PaymentApprovalRuleItem,
  PaymentApproverGroupNumber
FROM fclmpar_apgrp_d AS Persistence
;