E_PromiseToPay

DDL: E_PROMISETOPAY SQL: ECOLLSP2P Type: view EXTENSION Package: ODATA_PROMISE_TO_PAY

Extension Include for Promise To Pay

E_PromiseToPay is a Extension CDS View that provides data about "Extension Include for Promise To Pay" in SAP S/4HANA. It reads from 1 data source (udm_p2p_attr) and exposes 1 field with key field PromiseToPayUUID. Part of development package ODATA_PROMISE_TO_PAY.

Data Sources (1)

SourceAliasJoin Type
udm_p2p_attr Persistence from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName ECOLLSP2P view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Extension Include for Promise To Pay view
VDM.viewType #EXTENSION view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.representativeKey PromiseToPayUUID view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY PromiseToPayUUID udm_p2p_attr case_guid UUID

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_PromiseToPay.
-- 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: ECOLLSP2P

CREATE VIEW E_PromiseToPay AS
SELECT
  Persistence.case_guid AS PromiseToPayUUID
FROM udm_p2p_attr AS Persistence
;