E_PaymentRequest

DDL: E_PAYMENTREQUEST SQL: EPAYTREQ Type: view EXTENSION

Include View for Payment Request

E_PaymentRequest is a Extension CDS View that provides data about "Include View for Payment Request" in SAP S/4HANA. It reads from 1 data source (payrqc) and exposes 1 field with key field PaymentRequest.

Data Sources (1)

SourceAliasJoin Type
payrqc Persistence from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName EPAYTREQ view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Include View for Payment Request view
VDM.viewType #EXTENSION view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY PaymentRequest payrqc keyno Key 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_PaymentRequest.
-- 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.
-- SQL view name: EPAYTREQ

CREATE VIEW E_PaymentRequest AS
SELECT
  Persistence.keyno AS PaymentRequest
FROM payrqc AS Persistence
;