I_JVAGrossNetAmtByCostObjC
Gross and Net Amounts - Cube
I_JVAGrossNetAmtByCostObjC is a Composite CDS View (Cube) that provides data about "Gross and Net Amounts - Cube" in SAP S/4HANA. It reads from 7 data sources and exposes 29 fields with key fields Ledger, CompanyCode, FiscalYear, AccountingDocument, LedgerGLLineItem.
Data Sources (7)
| Source | Alias | Join Type |
|---|---|---|
| I_JntVntrCoCodeParam | co | inner |
| I_GLAccountLineItemRawData | gl | from |
| I_JointVentureMasterFld | jv | inner |
| I_JVALedger | ld | inner |
| I_JntVntrEquityGrp | op | inner |
| I_JntVntrRecoveryInd | ri | inner |
| I_LedgerSourceLedger | sl | inner |
Parameters (2)
| Name | Type | Default |
|---|---|---|
| P_LedgerFiscalYear | gjahr | |
| P_FiscalPeriod | poper |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IJVANETGRCOC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Gross and Net Amounts - Cube | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.viewType | #COMPOSITE | view | |
| Analytics.dataCategory | #CUBE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| Metadata.allowExtensions | true | view | |
| Analytics.internalName | #LOCAL | view |
Fields (29)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Ledger | I_LedgerSourceLedger | Ledger | Ledger |
| KEY | CompanyCode | I_GLAccountLineItemRawData | CompanyCode | Receiver Company Code |
| KEY | FiscalYear | I_GLAccountLineItemRawData | FiscalYear | G/L Fiscal Year |
| KEY | AccountingDocument | I_GLAccountLineItemRawData | AccountingDocument | Journal Entry |
| KEY | LedgerGLLineItem | I_GLAccountLineItemRawData | LedgerGLLineItem | Journal Entry Item |
| JointVenture | I_GLAccountLineItemRawData | JointVenture | Joint venture | |
| JointVentureEquityGroup | I_GLAccountLineItemRawData | JointVentureEquityGroup | Joint Venture Equity Group | |
| GLAccount | I_GLAccountLineItemRawData | GLAccount | General Ledger | |
| CostCenter | I_GLAccountLineItemRawData | CostCenter | Cost Center | |
| OrderID | I_GLAccountLineItemRawData | OrderID | Order ID | |
| WBSElementInternalID | I_GLAccountLineItemRawData | WBSElementInternalID | WBS Internal ID | |
| WBSElement | I_GLAccountLineItemRawData | WBSElement | WBS Internal ID | |
| ProjectNetwork | I_GLAccountLineItemRawData | ProjectNetwork | Order | |
| RelatedNetworkActivity | I_GLAccountLineItemRawData | RelatedNetworkActivity | Netwk activity | |
| CostObject | I_GLAccountLineItemRawData | CostObject | Cost Object | |
| FiscalPeriod | I_GLAccountLineItemRawData | FiscalPeriod | Tax period | |
| JointVentureCostRecoveryCode | I_GLAccountLineItemRawData | JointVentureCostRecoveryCode | Recovery Ind. | |
| TransactionCurrency | I_GLAccountLineItemRawData | TransactionCurrency | Transaction Currency | |
| CompanyCodeCurrency | ||||
| GlobalCurrency | ||||
| BalanceTransactionCurrency | ||||
| FreeDefinedCurrency1 | ||||
| FreeDefinedCurrency2 | ||||
| FreeDefinedCurrency3 | ||||
| FreeDefinedCurrency4 | ||||
| FreeDefinedCurrency5 | ||||
| FreeDefinedCurrency6 | ||||
| FreeDefinedCurrency7 | ||||
| FreeDefinedCurrency8 |
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_JVAGrossNetAmtByCostObjC.
-- 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: IJVANETGRCOC
-- Parameters: P_LedgerFiscalYear : gjahr, P_FiscalPeriod : poper
CREATE VIEW I_JVAGrossNetAmtByCostObjC AS
SELECT
sl.Ledger AS Ledger,
gl.CompanyCode AS CompanyCode,
gl.FiscalYear AS FiscalYear,
gl.AccountingDocument AS AccountingDocument,
gl.LedgerGLLineItem AS LedgerGLLineItem,
gl.JointVenture AS JointVenture,
gl.JointVentureEquityGroup AS JointVentureEquityGroup,
gl.GLAccount AS GLAccount,
gl.CostCenter AS CostCenter,
gl.OrderID AS OrderID,
gl.WBSElementInternalID AS WBSElementInternalID,
gl.WBSElement AS WBSElement,
gl.ProjectNetwork AS ProjectNetwork,
gl.RelatedNetworkActivity AS RelatedNetworkActivity,
gl.CostObject AS CostObject,
gl.FiscalPeriod AS FiscalPeriod,
gl.JointVentureCostRecoveryCode AS JointVentureCostRecoveryCode,
gl.TransactionCurrency AS TransactionCurrency
FROM I_GLAccountLineItemRawData AS gl
INNER JOIN I_LedgerSourceLedger AS sl ON /* join condition not captured in parsed metadata */
INNER JOIN I_JVALedger AS ld ON /* join condition not captured in parsed metadata */
INNER JOIN I_JointVentureMasterFld AS jv ON /* join condition not captured in parsed metadata */
INNER JOIN I_JntVntrCoCodeParam AS co ON /* join condition not captured in parsed metadata */
INNER JOIN I_JntVntrEquityGrp AS op ON /* join condition not captured in parsed metadata */
INNER JOIN I_JntVntrRecoveryInd AS ri 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