P_GLACCTWITHCOCODE
P_GLACCTWITHCOCODE is a Composite CDS View in SAP S/4HANA. It reads from 4 data sources (I_GLAccountInChartOfAccounts, I_FinancialStatementHier, I_ChartOfAccounts, I_CompanyCode) and exposes 7 fields with key fields GLAccount, CompanyCode. It has 1 association to related views.
Data Sources (4)
| Source | Alias | Join Type |
|---|---|---|
| I_GLAccountInChartOfAccounts | CorporateGroupAccount | left_outer |
| I_FinancialStatementHier | FSVERSION | inner |
| I_ChartOfAccounts | I_ChartOfAccounts | left_outer |
| I_CompanyCode | I_CompanyCode | inner |
Parameters (2)
| Name | Type | Default |
|---|---|---|
| p_FinancialStatementHierarchy | hryid | |
| P_AlternativeGLAccountIsUsed | char1 |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_GlAccountTextInCompanycode | _Text | $projection.CompanyCode = _Text.CompanyCode and $projection.GLAccount = _Text.GLAccount |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PGLACCTINCOCODE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.private | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | GLAccount | GLAccountInCompanyCode | GLAccount | General Ledger |
| KEY | CompanyCode | GLAccountInCompanyCode | CompanyCode | Receiver Company Code |
| ChartOfAccounts | I_GLAccountInChartOfAccounts | ChartOfAccounts | Node Class | |
| GLAccountendendasGLAccountExternal | ||||
| CorporateGroupChartOfAccounts | ChartOfAccounts | CorporateGroupChartOfAccounts | Group ChtAccts | |
| CorporateGroupAccount | I_GLAccountInChartOfAccounts | CorporateGroupAccount | Group Account Number | |
| _Text | _Text |
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_GLACCTWITHCOCODE.
-- 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: PGLACCTINCOCODE
-- Parameters: p_FinancialStatementHierarchy : hryid, P_AlternativeGLAccountIsUsed : char1
CREATE VIEW P_GLACCTWITHCOCODE AS
SELECT
GLAccountInCompanyCode.GLAccount AS GLAccount,
GLAccountInCompanyCode.CompanyCode AS CompanyCode,
CorporateGroupAccount.ChartOfAccounts AS ChartOfAccounts,
case $parameters.P_AlternativeGLAccountIsUsed when '1' then case when AlternativeGLAccount = '' then GLAccountInCompanyCode.GLAccount else AlternativeGLAccount end else case FSVERSION.GroupChartOfAccountIsUsed when 'X' then case when CorporateGroupAccount.CorporateGroupAccount = '' then GLAccountInCompanyCode.GLAccount else CorporateGroupAccount.CorporateGroupAccount end else GLAccountInCompanyCode.GLAccount end end as GLAccountExternal AS GLAccountendendasGLAccountExternal,
ChartOfAccounts.CorporateGroupChartOfAccounts AS CorporateGroupChartOfAccounts,
CorporateGroupAccount.CorporateGroupAccount AS CorporateGroupAccount
INNER JOIN I_CompanyCode ON /* join condition not captured in parsed metadata */
INNER JOIN I_FinancialStatementHier AS FSVERSION ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_GLAccountInChartOfAccounts AS CorporateGroupAccount ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_ChartOfAccounts ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_GlAccountTextInCompanycode AS _Text ON CompanyCode = _Text.CompanyCode AND GLAccount = _Text.GLAccount -- association [0..*]
;
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