I_AccountingPrncpGLAcctSemTag

DDL: I_ACCOUNTINGPRNCPGLACCTSEMTAG Type: view COMPOSITE Package: FINS_FI_CLS_CUSTOMIZING

Get GLaccount according to semantic tag

I_AccountingPrncpGLAcctSemTag is a Composite CDS View (Dimension) that provides data about "Get GLaccount according to semantic tag" in SAP S/4HANA. It reads from 1 data source (P_AcctgPrncpGLAcctSemTagValdty) and exposes 10 fields with key fields AccountingPrinciple, SemanticTag, ChartOfAccounts, GLAccount. Part of development package FINS_FI_CLS_CUSTOMIZING.

Data Sources (1)

SourceAliasJoin Type
P_AcctgPrncpGLAcctSemTagValdty P_AcctgPrncpGLAcctSemTagValdty from

Annotations (15)

NameValueLevelField
EndUserText.label Get GLaccount according to semantic tag view
AbapCatalog.sqlViewName IACTPGLACCSEMTAG view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #COMPOSITE view
Analytics.internalName #LOCAL view
Analytics.dataCategory #DIMENSION view
ObjectModel.representativeKey AccountingPrinciple view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #M view
Search.searchable true view

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY AccountingPrinciple AccountingPrinciple AP Ledger/CoCode
KEY SemanticTag SemanticTag Semantic Tag
KEY ChartOfAccounts ChartOfAccounts Node Class
KEY GLAccount GLAccount General Ledger
ValidityStartDate ValidityStartDate Validity Start Date
ValidityEndDate ValidityEndDate ValidTo
_ChartOfAccounts _ChartOfAccounts
_GLAccountInChartOfAccounts _GLAccountInChartOfAccounts
_SemanticTag _SemanticTag
_AccountingPrinciple _AccountingPrinciple

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_AccountingPrncpGLAcctSemTag.
-- 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.

CREATE VIEW I_AccountingPrncpGLAcctSemTag AS
SELECT
  AccountingPrinciple,
  SemanticTag,
  ChartOfAccounts,
  GLAccount,
  ValidityStartDate,
  ValidityEndDate
FROM P_AcctgPrncpGLAcctSemTagValdty
;