I_PrepaymentAgrmtSurchargeTP
Prepayment Agrmt Surchrg TP View
I_PrepaymentAgrmtSurchargeTP is a Transactional CDS View that provides data about "Prepayment Agrmt Surchrg TP View" in SAP S/4HANA. It reads from 1 data source (I_PrepaymentAgrmtSurcharge) and exposes 18 fields with key field PrepaymentSurchargeUUID. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_PrepaymentAgrmtSurcharge | PrepaymentAgreementSurcharge | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_PrepaymentAgreementTP | _PrepaymentAgreement | $projection.PrepaymentAgreementUUID = _PrepaymentAgreement.PrepaymentAgreementUUID -- Extension View for Free Characteristics in Prepayment Agreement Surcharge |
| [0..1] | E_PrepaymentAgrmtSurcharge | _Extension | $projection.PrepaymentSurchargeUUID = _Extension.PrepaymentSurchargeUUID |
Annotations (17)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPPMGSURCHRGTP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| EndUserText.label | Prepayment Agrmt Surchrg TP View | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| ObjectModel.writeActivePersistence | PPMGAG_T_SURCHRG | view | |
| ObjectModel.writeDraftPersistence | PPMGAG_T_SC_D | view | |
| ObjectModel.createEnabled | EXTERNAL_CALCULATION | view | |
| ObjectModel.updateEnabled | EXTERNAL_CALCULATION | view | |
| ObjectModel.deleteEnabled | EXTERNAL_CALCULATION | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.modelCategory | #BUSINESS_OBJECT | view |
Fields (18)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PrepaymentSurchargeUUID | I_PrepaymentAgrmtSurcharge | PrepaymentSurchargeUUID | Key |
| PrepaymentAgreementUUID | I_PrepaymentAgrmtSurcharge | PrepaymentAgreementUUID | Key | |
| PrepaymentSurchargeFeeID | I_PrepaymentAgrmtSurcharge | PrepaymentSurchargeFeeID | Surcharge Fee ID | |
| PrepaymentSurchargeFeeName | I_PrepaymentAgrmtSurcharge | PrepaymentSurchargeFeeName | Surcharge Fee Name | |
| PrepaymentSurchargeFeeVersion | I_PrepaymentAgrmtSurcharge | PrepaymentSurchargeFeeVersion | Surcharge Version | |
| PrepayAgrmtSurchargeIsObsolete | I_PrepaymentAgrmtSurcharge | PrepayAgrmtSurchargeIsObsolete | Surcharge is Obsolet | |
| PrepaymentSurchargeFeeAmt | I_PrepaymentAgrmtSurcharge | PrepaymentSurchargeFeeAmt | Surcharge Fee Rate | |
| PrepaymentSurchargeFeeCrcy | I_PrepaymentAgrmtSurcharge | PrepaymentSurchargeFeeCrcy | Surcharge Curr | |
| PrepaymentFeePercentageAmt | I_PrepaymentAgrmtSurcharge | PrepaymentFeePercentageAmt | Surcharge Percentage | |
| SerialNumber | I_PrepaymentAgrmtSurcharge | SerialNumber | Serial Number | |
| PrepaymentSurchargeType | I_PrepaymentAgrmtSurcharge | PrepaymentSurchargeType | Surcharge Type | |
| PrepaymentSurchargeAllocMode | I_PrepaymentAgrmtSurcharge | PrepaymentSurchargeAllocMode | Surch Allocn Mode | |
| ACMFeeIsNonModifiable | ||||
| CreatedByUserasCreatedByUser | ||||
| CreationDateTime | I_PrepaymentAgrmtSurcharge | CreationDateTime | Timestamp | |
| LastChangedByUser | I_PrepaymentAgrmtSurcharge | LastChangedByUser | User Name | |
| LastChangeDateTime | I_PrepaymentAgrmtSurcharge | LastChangeDateTime | Timestamp | |
| Associations_PrepaymentAgreement |
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_PrepaymentAgrmtSurchargeTP.
-- 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: IPPMGSURCHRGTP
CREATE VIEW I_PrepaymentAgrmtSurchargeTP AS
SELECT
PrepaymentAgreementSurcharge.PrepaymentSurchargeUUID AS PrepaymentSurchargeUUID,
PrepaymentAgreementSurcharge.PrepaymentAgreementUUID AS PrepaymentAgreementUUID,
PrepaymentAgreementSurcharge.PrepaymentSurchargeFeeID AS PrepaymentSurchargeFeeID,
PrepaymentAgreementSurcharge.PrepaymentSurchargeFeeName AS PrepaymentSurchargeFeeName,
PrepaymentAgreementSurcharge.PrepaymentSurchargeFeeVersion AS PrepaymentSurchargeFeeVersion,
PrepaymentAgreementSurcharge.PrepayAgrmtSurchargeIsObsolete AS PrepayAgrmtSurchargeIsObsolete,
PrepaymentAgreementSurcharge.PrepaymentSurchargeFeeAmt AS PrepaymentSurchargeFeeAmt,
PrepaymentAgreementSurcharge.PrepaymentSurchargeFeeCrcy AS PrepaymentSurchargeFeeCrcy,
PrepaymentAgreementSurcharge.PrepaymentFeePercentageAmt AS PrepaymentFeePercentageAmt,
PrepaymentAgreementSurcharge.SerialNumber AS SerialNumber,
PrepaymentAgreementSurcharge.PrepaymentSurchargeType AS PrepaymentSurchargeType,
PrepaymentAgreementSurcharge.PrepaymentSurchargeAllocMode AS PrepaymentSurchargeAllocMode,
cast (' ' as flag preserving type) AS ACMFeeIsNonModifiable,
PrepaymentAgreementSurcharge.CreationDateTime AS CreationDateTime,
PrepaymentAgreementSurcharge.LastChangedByUser AS LastChangedByUser,
PrepaymentAgreementSurcharge.LastChangeDateTime AS LastChangeDateTime
FROM I_PrepaymentAgrmtSurcharge AS PrepaymentAgreementSurcharge
LEFT OUTER JOIN I_PrepaymentAgreementTP AS _PrepaymentAgreement ON PrepaymentAgreementUUID = _PrepaymentAgreement.PrepaymentAgreementUUID -- association [1..1]
LEFT OUTER JOIN E_PrepaymentAgrmtSurcharge AS _Extension ON PrepaymentSurchargeUUID = _Extension.PrepaymentSurchargeUUID -- association [0..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA