I_GLAcctDraft
Draft info for account in ChtAccts
I_GLAcctDraft is a Basic CDS View (Dimension) that provides data about "Draft info for account in ChtAccts" in SAP S/4HANA. It reads from 1 data source (ska1_draft_20) and exposes 20 fields with key field GLAcctInChartOfAcctsDraftUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ska1_draft_20 | draft | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IGLACOADI | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| EndUserText.label | Draft info for account in ChtAccts | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #BASIC | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| ObjectModel.representativeKey | GLAcctInChartOfAcctsDraftUUID | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| Metadata.allowExtensions | true | view | |
| AccessControl.authorizationCheck | #CHECK | view |
Fields (20)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | GLAcctInChartOfAcctsDraftUUID | ska1_draft_20 | draftuuid | UUID |
| ActiveChartOfAccounts | ska1_draft_20 | chartofaccounts | Node Class | |
| ActiveGLAccount | ska1_draft_20 | glaccount | General Ledger | |
| IsBalanceSheetAccount | ska1_draft_20 | isbalancesheetaccount | Is Balance Sheet Account | |
| GLAccountGroup | ska1_draft_20 | glaccountgroup | Account Group | |
| CorporateGroupAccount | ska1_draft_20 | corporategroupaccount | Group Account Number | |
| ProfitLossAccountType | ska1_draft_20 | profitlossaccounttype | Profit Loss Account Type | |
| SampleGLAccount | ska1_draft_20 | sampleglaccount | Sample Account | |
| AccountIsMarkedForDeletion | ska1_draft_20 | accountismarkedfordeletion | Deletion Flag | |
| AccountIsBlockedForCreation | ska1_draft_20 | accountisblockedforcreation | Creation Block | |
| AccountIsBlockedForPosting | ska1_draft_20 | accountisblockedforposting | Posting Block | |
| AccountIsBlockedForPlanning | ska1_draft_20 | accountisblockedforplanning | Planning Block | |
| PartnerCompany | ska1_draft_20 | partnercompany | Trading Partner | |
| FunctionalArea | ska1_draft_20 | functionalarea | Sendr Fctl Area | |
| CreationDate | ska1_draft_20 | creationdate | Time Stamp | |
| CreatedByUser | ska1_draft_20 | createdbyuser | User Name | |
| GLAccountType | ska1_draft_20 | glaccounttype | G/L Account Type | |
| DraftReferenceChartOfAccounts | ska1_draft_20 | draftreferencechartofaccounts | Chart of Accts | |
| DraftReferenceGLAccount | ska1_draft_20 | draftreferenceglaccount | G/L Account | |
| HasActiveEntity | ska1_draft_20 | hasactiveentity | TRUE |
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_GLAcctDraft.
-- 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: IGLACOADI
CREATE VIEW I_GLAcctDraft AS
SELECT
draft.draftuuid AS GLAcctInChartOfAcctsDraftUUID,
draft.chartofaccounts AS ActiveChartOfAccounts,
draft.glaccount AS ActiveGLAccount,
draft.isbalancesheetaccount AS IsBalanceSheetAccount,
draft.glaccountgroup AS GLAccountGroup,
draft.corporategroupaccount AS CorporateGroupAccount,
draft.profitlossaccounttype AS ProfitLossAccountType,
draft.sampleglaccount AS SampleGLAccount,
draft.accountismarkedfordeletion AS AccountIsMarkedForDeletion,
draft.accountisblockedforcreation AS AccountIsBlockedForCreation,
draft.accountisblockedforposting AS AccountIsBlockedForPosting,
draft.accountisblockedforplanning AS AccountIsBlockedForPlanning,
draft.partnercompany AS PartnerCompany,
draft.functionalarea AS FunctionalArea,
draft.creationdate AS CreationDate,
draft.createdbyuser AS CreatedByUser,
draft.glaccounttype AS GLAccountType,
draft.draftreferencechartofaccounts AS DraftReferenceChartOfAccounts,
draft.draftreferenceglaccount AS DraftReferenceGLAccount,
draft.hasactiveentity AS HasActiveEntity
FROM ska1_draft_20 AS draft
;
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