P_APOvrdCurrConvert
convert currency
P_APOvrdCurrConvert is a Composite CDS View that provides data about "convert currency" in SAP S/4HANA. It reads from 1 data source (P_APOvrdCategory) and exposes 16 fields. Part of development package FINS_FIS_AP_APPS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_APOvrdCategory | P_APOvrdCategory | from |
Parameters (4)
| Name | Type | Default |
|---|---|---|
| P_KeyDate | abap.dats | |
| P_AgingGridMeasureInDays | abap.int4 | |
| P_CriticalThreshold | abap.dec(5, 2) | |
| P_DisplayCurrency | vdm_v_display_currency |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PAPOVRDCURRC | view | |
| VDM.private | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (16)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| CompanyCode | CompanyCode | Receiver Company Code | ||
| FiscalYear | FiscalYear | G/L Fiscal Year | ||
| Supplier | Supplier | |||
| GLAccount | GLAccount | General Ledger | ||
| FinancialAccountType | FinancialAccountType | Fin. Account Type | ||
| Creditor | Creditor | Supplier | ||
| AccountingDocumentType | AccountingDocumentType | Journal Entry Type | ||
| AccountingDocumentCategory | AccountingDocumentCategory | Journal Entry Category | ||
| KeyDate | KeyDate | Maturity Key Date | ||
| CompanyCodeCurrency | CompanyCodeCurrency | Local Currency | ||
| SupplierAccountGroup | SupplierAccountGroup | Account group | ||
| IsCriticallyOverdue | ||||
| PaymentBlockingReason | PaymentBlockingReason | Pmnt block | ||
| SpecialGLCode | SpecialGLCode | Special G/L Ind | ||
| BusinessArea | BusinessArea | Business Area | ||
| DisplayCurrency |
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 P_APOvrdCurrConvert.
-- 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: PAPOVRDCURRC
-- Parameters: P_KeyDate : abap.dats, P_AgingGridMeasureInDays : abap.int4, P_CriticalThreshold : abap.dec(5, 2), P_DisplayCurrency : vdm_v_display_currency
CREATE VIEW P_APOvrdCurrConvert AS
SELECT
CompanyCode,
FiscalYear,
cast ( Creditor as md_supplier) AS Supplier,
GLAccount,
FinancialAccountType,
Creditor,
AccountingDocumentType,
AccountingDocumentCategory,
KeyDate,
CompanyCodeCurrency,
SupplierAccountGroup,
cast( IsCriticallyOverdue as farp_ind_critical_ovrd ) AS IsCriticallyOverdue,
PaymentBlockingReason,
SpecialGLCode,
BusinessArea,
cast(:P_DisplayCurrency as vdm_v_display_currency) AS DisplayCurrency
FROM P_APOvrdCategory
;
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