E_PrepaymentAgreement

DDL: E_PREPAYMENTAGREEMENT SQL: EPPMGAGREEMENT Type: view EXTENSION

Prepayment Agreement Extension View

E_PrepaymentAgreement is a Extension CDS View that provides data about "Prepayment Agreement Extension View" in SAP S/4HANA. It reads from 1 data source (ppmgag_t_ppmt) and exposes 1 field with key field PrepaymentAgreementUUID.

Data Sources (1)

SourceAliasJoin Type
ppmgag_t_ppmt Persistence from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName EPPMGAGREEMENT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Prepayment Agreement Extension View 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 PrepaymentAgreementUUID ppmgag_t_ppmt prepaymentagreementuuid 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_PrepaymentAgreement.
-- 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: EPPMGAGREEMENT

CREATE VIEW E_PrepaymentAgreement AS
SELECT
  Persistence.prepaymentagreementuuid AS PrepaymentAgreementUUID
FROM ppmgag_t_ppmt AS Persistence
;