C_JrnlEntrItmToBOPFormItmQry
Journal Entry Item To BOP Form Item Query
C_JrnlEntrItmToBOPFormItmQry is a Consumption CDS View that provides data about "Journal Entry Item To BOP Form Item Query" in SAP S/4HANA. It reads from 1 data source (I_JrnlEntrItmToBOPFormItmCube) and exposes 48 fields with key fields BOPRptgCntry, BOPForm, BOPPartnerCntry, BOPFormItem, StatryRptCategory. Part of development package GLO_FIN_IS_BOP_GEN.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_JrnlEntrItmToBOPFormItmCube | I_JrnlEntrItmToBOPFormItmCube | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CJEBOPFIQRY | view | |
| EndUserText.label | Journal Entry Item To BOP Form Item Query | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Analytics.query | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_ALLOWED | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| VDM.lifecycle.status | #DEPRECATED | view | |
| VDM.lifecycle.successor | C_BOPRblsPyblsItmToFormItemQ | view |
Fields (48)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BOPRptgCntry | BOPRptgCntry | Reporting Ctry/Reg. | |
| KEY | BOPForm | BOPForm | Form | |
| KEY | BOPPartnerCntry | BOPPartnerCntry | Country/Reg. | |
| KEY | BOPFormItem | BOPFormItem | Form Item | |
| KEY | StatryRptCategory | StatryRptCategory | Report ID | |
| KEY | StatryRptgEntity | StatryRptgEntity | Reporting Entity | |
| KEY | StatryRptRunID | StatryRptRunID | Report Run ID | |
| KEY | Ledger | Ledger | Ledger | |
| KEY | SourceLedger | SourceLedger | Source Ledger | |
| KEY | CompanyCode | CompanyCode | Receiver Company Code | |
| KEY | FiscalYear | FiscalYear | G/L Fiscal Year | |
| KEY | AccountingDocument | AccountingDocument | Journal Entry | |
| KEY | LedgerGLLineItem | LedgerGLLineItem | Journal Entry Item | |
| KEY | CADocument | CADocumentNumber | FICA Document Number | |
| KEY | CASubItemNumber | CASubItemNumber | FICA SUB Item Number | |
| KEY | CABPItemNumber | CABPItemNumber | FICA BP Item Number | |
| KEY | CAGLItemNumber | CAGLItemNumber | FICA GL Item Number | |
| CAReconciliationKey | CAReconciliationKey | Reconcil. Key | ||
| BusinessPartner | BusinessPartner | Issuing Authority | ||
| CADocumentType | CADocumentType | FICA Document Type | ||
| CompanyCodeCountry | CompanyCodeCountry | Reporting Ctry/Reg. | ||
| ChartOfAccounts | ChartOfAccounts | Node Class | ||
| GLAccount | GLAccount | General Ledger | ||
| TaxCode | TaxCode | Tax Code | ||
| AccountingDocumentType | AccountingDocumentType | Journal Entry Type | ||
| SpecialGLCode | SpecialGLCode | Special G/L Ind | ||
| DebitCreditCode | DebitCreditCode | Single-Character Flag | ||
| TransactionCurrency | TransactionCurrency | Transaction Currency | ||
| AmountInTransactionCurrency | AmountInTransactionCurrency | Pt Crcy Amt | ||
| DebitAmountInTransCrcy | DebitAmountInTransCrcy | Debit Amt in DC | ||
| CreditAmountInTransCrcy | CreditAmountInTransCrcy | Credit Amt in DC | ||
| CompanyCodeCurrency | CompanyCodeCurrency | Local Currency | ||
| AmountInCompanyCodeCurrency | AmountInCompanyCodeCurrency | Local Crcy Amt | ||
| DebitAmountInCoCodeCrcy | DebitAmountInCoCodeCrcy | Debit Amount in Company Code Currency | ||
| CreditAmountInCoCodeCrcy | CreditAmountInCoCodeCrcy | Credit Amount in Company Code Currency | ||
| PostingDate | PostingDate | Posting Date for GR | ||
| FinancialAccountType | FinancialAccountType | Fin. Account Type | ||
| Customer | Customer | Sold-to Party | ||
| Supplier | Supplier | Supplier | ||
| OffsettingAccountType | OffsettingAccountType | Offset Acct Type | ||
| OffsettingAccount | OffsettingAccount | Offsetting Acct | ||
| PartnerCompany | PartnerCompany | Trading Partner | ||
| ClearingDate | ClearingDate | Clearing Date | ||
| ClearingAccountingDocument | ClearingAccountingDocument | Clearing Journal Entry | ||
| CAClearingAccountingDocument | CAClearingAccountingDocument | FICA Clearing Document | ||
| ClearingDocFiscalYear | ClearingDocFiscalYear | Fiscal Year of Clearing Journal Entry | ||
| IsReversal | IsReversal | Reversal doc. | ||
| IsReversed | IsReversed | Reversed? |
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 C_JrnlEntrItmToBOPFormItmQry.
-- 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: CJEBOPFIQRY
CREATE VIEW C_JrnlEntrItmToBOPFormItmQry AS
SELECT
BOPRptgCntry,
BOPForm,
BOPPartnerCntry,
BOPFormItem,
StatryRptCategory,
StatryRptgEntity,
StatryRptRunID,
Ledger,
SourceLedger,
CompanyCode,
FiscalYear,
AccountingDocument,
LedgerGLLineItem,
CADocumentNumber AS CADocument,
CASubItemNumber,
CABPItemNumber,
CAGLItemNumber,
CAReconciliationKey,
BusinessPartner,
CADocumentType,
CompanyCodeCountry,
ChartOfAccounts,
GLAccount,
TaxCode,
AccountingDocumentType,
SpecialGLCode,
DebitCreditCode,
TransactionCurrency,
AmountInTransactionCurrency,
DebitAmountInTransCrcy,
CreditAmountInTransCrcy,
CompanyCodeCurrency,
AmountInCompanyCodeCurrency,
DebitAmountInCoCodeCrcy,
CreditAmountInCoCodeCrcy,
PostingDate,
FinancialAccountType,
Customer,
Supplier,
OffsettingAccountType,
OffsettingAccount,
PartnerCompany,
ClearingDate,
ClearingAccountingDocument,
CAClearingAccountingDocument,
ClearingDocFiscalYear,
IsReversal,
IsReversed
FROM I_JrnlEntrItmToBOPFormItmCube
;
Learn More
- S/4HANA CDS View Deprecation: What You Need to Know
- 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
- 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