P_ARBSITMCLRITEM03
P_ARBSITMCLRITEM03 is a Basic CDS View in SAP S/4HANA. It reads from 2 data sources (P_ARBSITMBANKSTMT01, P_ARBSITMCLRITEM01) and exposes 37 fields.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| P_ARBSITMBANKSTMT01 | P_ARBSITMBANKSTMT01 | inner |
| P_ARBSITMCLRITEM01 | P_ARBSITMCLRITEM01 | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PARBSITMCLRITEM3 | view | |
| VDM.viewType | #BASIC | view | |
| VDM.private | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (37)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| Client | ReceivableItem | Client | Workflow definition: Client | |
| CompanyCode | ReceivableItem | CompanyCode | Receiver Company Code | |
| FiscalYear | ReceivableItem | FiscalYear | G/L Fiscal Year | |
| AccountingDocument | ReceivableItem | AccountingDocument | Journal Entry | |
| AccountingDocumentItem | ReceivableItem | AccountingDocumentItem | Posting View Item | |
| AccountingDocumentType | ReceivableItem | AccountingDocumentType | Journal Entry Type | |
| PostingDate | ReceivableItem | PostingDate | Posting Date for GR | |
| DocumentReferenceID | ReceivableItem | DocumentReferenceID | Reference | |
| AssignmentReference | ReceivableItem | AssignmentReference | Assignment Reference | |
| PaymentReference | ReceivableItem | PaymentReference | Payment Reference | |
| BillingDocument | ReceivableItem | BillingDocument | SD Document | |
| ClearingDocFiscalYear | ReceivableItem | ClearingDocFiscalYear | Fiscal Year of Clearing Journal Entry | |
| ClearingAccountingDocument | ReceivableItem | ClearingAccountingDocument | Clearing Journal Entry | |
| ClearingDate | ReceivableItem | ClearingDate | Clearing Date | |
| CompanyCodeCurrency | ReceivableItem | CompanyCodeCurrency | Local Currency | |
| TransactionCurrency | ReceivableItem | TransactionCurrency | Transaction Currency | |
| AmountInCompanyCodeCurrency | ReceivableItem | AmountInCompanyCodeCurrency | Local Crcy Amt | |
| AmountInTransactionCurrency | ReceivableItem | AmountInTransactionCurrency | Pt Crcy Amt | |
| TaxAmountInCoCodeCrcy | ReceivableItem | TaxAmountInCoCodeCrcy | Tax Amount in Company Code Currency | |
| TaxAmount | ReceivableItem | TaxAmount | Tax Amt in Rptg Crcy | |
| CashDiscountAmtInCoCodeCrcy | ReceivableItem | CashDiscountAmtInCoCodeCrcy | Discount Amt | |
| CashDiscountAmount | ReceivableItem | CashDiscountAmount | CD Amount | |
| DebitCreditCode | ReceivableItem | DebitCreditCode | Single-Character Flag | |
| DocumentItemText | ReceivableItem | DocumentItemText | Text | |
| FinancialAccountType | ReceivableItem | FinancialAccountType | Fin. Account Type | |
| InvoiceReference | ReceivableItem | InvoiceReference | Invoice Reference | |
| InvoiceReferenceFiscalYear | ReceivableItem | InvoiceReferenceFiscalYear | Invoice Reference Fiscal Year | |
| InvoiceItemReference | ReceivableItem | InvoiceItemReference | Item | |
| FollowOnDocumentType | ReceivableItem | FollowOnDocumentType | Follow-On Document Type | |
| Debtor | ReceivableItem | Debtor | Debtor | |
| OrganizationBPName1 | ReceivableItem | OrganizationBPName1 | Name 1 | |
| OrganizationBPName2 | ReceivableItem | OrganizationBPName2 | Name 2 | |
| OrganizationBPName3 | ReceivableItem | OrganizationBPName3 | Name 3 | |
| OrganizationBPName4 | ReceivableItem | OrganizationBPName4 | Name 4 | |
| CityName | ReceivableItem | CityName | Name | |
| Country | ReceivableItem | Country | Venue: Ctry/Reg | |
| PartnerCompany | ReceivableItem | PartnerCompany | Trading Partner |
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_ARBSITMCLRITEM03.
-- 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: PARBSITMCLRITEM3
CREATE VIEW P_ARBSITMCLRITEM03 AS
SELECT
ReceivableItem.Client AS Client,
ReceivableItem.CompanyCode AS CompanyCode,
ReceivableItem.FiscalYear AS FiscalYear,
ReceivableItem.AccountingDocument AS AccountingDocument,
ReceivableItem.AccountingDocumentItem AS AccountingDocumentItem,
ReceivableItem.AccountingDocumentType AS AccountingDocumentType,
ReceivableItem.PostingDate AS PostingDate,
ReceivableItem.DocumentReferenceID AS DocumentReferenceID,
ReceivableItem.AssignmentReference AS AssignmentReference,
ReceivableItem.PaymentReference AS PaymentReference,
ReceivableItem.BillingDocument AS BillingDocument,
ReceivableItem.ClearingDocFiscalYear AS ClearingDocFiscalYear,
ReceivableItem.ClearingAccountingDocument AS ClearingAccountingDocument,
ReceivableItem.ClearingDate AS ClearingDate,
ReceivableItem.CompanyCodeCurrency AS CompanyCodeCurrency,
ReceivableItem.TransactionCurrency AS TransactionCurrency,
ReceivableItem.AmountInCompanyCodeCurrency AS AmountInCompanyCodeCurrency,
ReceivableItem.AmountInTransactionCurrency AS AmountInTransactionCurrency,
ReceivableItem.TaxAmountInCoCodeCrcy AS TaxAmountInCoCodeCrcy,
ReceivableItem.TaxAmount AS TaxAmount,
ReceivableItem.CashDiscountAmtInCoCodeCrcy AS CashDiscountAmtInCoCodeCrcy,
ReceivableItem.CashDiscountAmount AS CashDiscountAmount,
ReceivableItem.DebitCreditCode AS DebitCreditCode,
ReceivableItem.DocumentItemText AS DocumentItemText,
ReceivableItem.FinancialAccountType AS FinancialAccountType,
ReceivableItem.InvoiceReference AS InvoiceReference,
ReceivableItem.InvoiceReferenceFiscalYear AS InvoiceReferenceFiscalYear,
ReceivableItem.InvoiceItemReference AS InvoiceItemReference,
ReceivableItem.FollowOnDocumentType AS FollowOnDocumentType,
ReceivableItem.Debtor AS Debtor,
ReceivableItem.OrganizationBPName1 AS OrganizationBPName1,
ReceivableItem.OrganizationBPName2 AS OrganizationBPName2,
ReceivableItem.OrganizationBPName3 AS OrganizationBPName3,
ReceivableItem.OrganizationBPName4 AS OrganizationBPName4,
ReceivableItem.CityName AS CityName,
ReceivableItem.Country AS Country,
ReceivableItem.PartnerCompany AS PartnerCompany
FROM P_ARBSITMCLRITEM01
INNER JOIN P_ARBSITMBANKSTMT01 ON /* join condition not captured in parsed metadata */
;
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