E_PrepaymentApproval

DDL: E_PREPAYMENTAPPROVAL SQL: EPPMGAPPROVAL Type: view EXTENSION

Extension View for Approval

E_PrepaymentApproval is a Extension CDS View that provides data about "Extension View for Approval" in SAP S/4HANA. It reads from 1 data source (ppmgag_t_appr) and exposes 1 field with key field PrepaymentApprovalUUID.

Data Sources (1)

SourceAliasJoin Type
ppmgag_t_appr Persistence from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName EPPMGAPPROVAL view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Extension View for Approval view
VDM.viewType #EXTENSION view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY PrepaymentApprovalUUID ppmgag_t_appr prepaymentapprovaluuid 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_PrepaymentApproval.
-- 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: EPPMGAPPROVAL

CREATE VIEW E_PrepaymentApproval AS
SELECT
  Persistence.prepaymentapprovaluuid AS PrepaymentApprovalUUID
FROM ppmgag_t_appr AS Persistence
;