P_ONETMEACCOUNTSUPLR
One time vendor payments to suppliers
P_ONETMEACCOUNTSUPLR is a Composite CDS View that provides data about "One time vendor payments to suppliers" in SAP S/4HANA. Part of development package FINS_FIS_GRC_APPS.
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PGRCDSMLTPLPAY | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | One time vendor payments to suppliers | view | |
| VDM.private | true | view | |
| AbapCatalog.buffering.status | #NOT_ALLOWED | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.viewType | #COMPOSITE | view |
Fields (33)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Supplier | Supplier | Supplier | |
| KEY | CompanyCode | CompanyCode | Receiver Company Code | |
| KEY | JournalEntry | AccountingDocument | Journal Entry | |
| KEY | FiscalYear | FiscalYear | G/L Fiscal Year | |
| KEY | JournalEntryItem | AccountingDocumentItem | Posting View Item | |
| JournalEnrtyUniqueID | ||||
| BusinessPartnerName1 | BusinessPartnerName1 | Name | ||
| BusinessPartnerName2 | BusinessPartnerName2 | Name 2 | ||
| BusinessPartnerName3 | BusinessPartnerName3 | Name 3 | ||
| BusinessPartnerName4 | BusinessPartnerName4 | Name 4 | ||
| Country | Country | Venue: Ctry/Reg | ||
| CityName | CityName | Name | ||
| POBox | POBox | PO Box | ||
| POBoxPostalCode | POBoxPostalCode | PO Box Postal Code | ||
| PostalCode | PostalCode | Postal Code | ||
| Region | Region | Venue Region | ||
| TaxID1 | TaxID1 | Tax Number 1 | ||
| TaxID2 | TaxID2 | Tax Number 2 | ||
| TaxID3 | TaxID3 | Tax Number 3 | ||
| TaxID4 | TaxID4 | Tax Number 4 | ||
| TaxID5 | TaxID5 | Tax Number 5 | ||
| StreetAddressName | StreetAddressName | Street | ||
| TaxNumberType | TaxNumberType | Tax number type | ||
| AddressID | AddressID | Ship-to address | ||
| AccountingClerkInternetAddress | AccountingClerkInternetAddress | Clrk's internet | ||
| IsNaturalPerson | IsNaturalPerson | Natural person | ||
| AuthorizationGroup | AuthorizationGroup | AuthorizGroup | ||
| IsUsedInPaymentTransaction | _OperationalAcctgDocItem | IsUsedInPaymentTransaction | Is Used In Payment Transaction | |
| JournalEntryCreationDate | _JournalEntry | AccountingDocumentCreationDate | Journal Entry Date | |
| _CompanyCode | _CompanyCode | |||
| _JournalEntry | _JournalEntry | |||
| _FiscalYear | _FiscalYear | |||
| _OperationalAcctgDocItem | _OperationalAcctgDocItem |
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_ONETMEACCOUNTSUPLR.
-- 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: PGRCDSMLTPLPAY
CREATE VIEW P_ONETMEACCOUNTSUPLR AS
SELECT
Supplier,
CompanyCode,
AccountingDocument AS JournalEntry,
FiscalYear,
AccountingDocumentItem AS JournalEntryItem,
concat (CompanyCode, concat (AccountingDocument, FiscalYear)) AS JournalEnrtyUniqueID,
BusinessPartnerName1,
BusinessPartnerName2,
BusinessPartnerName3,
BusinessPartnerName4,
Country,
CityName,
POBox,
POBoxPostalCode,
PostalCode,
Region,
TaxID1,
TaxID2,
TaxID3,
TaxID4,
TaxID5,
StreetAddressName,
TaxNumberType,
AddressID,
AccountingClerkInternetAddress,
IsNaturalPerson,
AuthorizationGroup,
_OperationalAcctgDocItem.IsUsedInPaymentTransaction AS IsUsedInPaymentTransaction,
_JournalEntry.AccountingDocumentCreationDate AS JournalEntryCreationDate
;
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