I_PrepaymentAgrmtRjcnReasonVH

DDL: I_PREPAYMENTAGRMTRJCNREASONVH SQL: IPPMGREJVH Type: view BASIC

Prepayment Agreement Rejection VH

I_PrepaymentAgrmtRjcnReasonVH is a Basic CDS View that provides data about "Prepayment Agreement Rejection VH" in SAP S/4HANA. It reads from 1 data source (ppmgag_t_rsncod) and exposes 2 fields with key field PrepaymentAgrmtRjcnReason.

Data Sources (1)

SourceAliasJoin Type
ppmgag_t_rsncod RejectionReason from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IPPMGREJVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.dataCategory #VALUE_HELP view
Search.searchable true view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Prepayment Agreement Rejection VH view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PrepaymentAgrmtRjcnReason ppmgag_t_rsncod reason_code Return/Change Reason
PrepaymentAgrmtRjcnReasonText ppmgag_t_rsncod reason_text Reason Text

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 I_PrepaymentAgrmtRjcnReasonVH.
-- 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: IPPMGREJVH

CREATE VIEW I_PrepaymentAgrmtRjcnReasonVH AS
SELECT
  RejectionReason.reason_code AS PrepaymentAgrmtRjcnReason,
  RejectionReason.reason_text AS PrepaymentAgrmtRjcnReasonText
FROM ppmgag_t_rsncod AS RejectionReason
;