fisvd_glacct_coa
Master Data GLAccounts in ChartofAccts
fisvd_glacct_coa is a CDS View that provides data about "Master Data GLAccounts in ChartofAccts" in SAP S/4HANA. It reads from 2 data sources (t004, t030) and exposes 19 fields with key field ktopl.
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | FISV_GLACCT_COA | view | |
| EndUserText.label | Master Data GLAccounts in ChartofAccts | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.buffering.status | #NOT_ALLOWED | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view |
Fields (19)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ktopl | ska1 | ktopl | G/L Chart of Accounts |
| saknr | ska1 | saknr | G/L Account | |
| xbilk | ska1 | xbilk | Checkbox | |
| sakan | ska1 | sakan | G/L Account | |
| bilkt | ska1 | bilkt | Group Account Number | |
| erdat | ska1 | erdat | Entered On | |
| ernam | ska1 | ernam | User Name | |
| gvtyp | ska1 | gvtyp | P&L state. acct | |
| ktoks | ska1 | ktoks | GL Grp | |
| mustr | ska1 | mustr | Sample table | |
| vbund | ska1 | vbund | Trading Partner | |
| xloev | ska1 | xloev | Deletion Flag | |
| xspea | ska1 | xspea | Creation Block | |
| xspeb | ska1 | xspeb | Posting Block | |
| xspep | ska1 | xspep | Planning Block | |
| func_area | ska1 | func_area | Receiving Func. Area | |
| kktpl | t004 | kktpl | Group ChtAccts | |
| konts | t030 | konts | Sales Reduction (Dr) | |
| xbilkwhenXthenelseXendasxplkt |
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 fisvd_glacct_coa.
-- 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: FISV_GLACCT_COA
CREATE VIEW fisvd_glacct_coa AS
SELECT
ska1.ktopl AS ktopl,
ska1.saknr AS saknr,
ska1.xbilk AS xbilk,
ska1.sakan AS sakan,
ska1.bilkt AS bilkt,
ska1.erdat AS erdat,
ska1.ernam AS ernam,
ska1.gvtyp AS gvtyp,
ska1.ktoks AS ktoks,
ska1.mustr AS mustr,
ska1.vbund AS vbund,
ska1.xloev AS xloev,
ska1.xspea AS xspea,
ska1.xspeb AS xspeb,
ska1.xspep AS xspep,
ska1.func_area AS func_area,
t004.kktpl AS kktpl,
t030.konts AS konts,
case ska1.xbilk when 'X' then '' else 'X' end as xplkt AS xbilkwhenXthenelseXendasxplkt
INNER JOIN t004 ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN t030 ON /* join condition not captured in parsed metadata */
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- 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