P_GLAccountLineItemSemanticTag
P_GLAccountLineItemSemanticTag is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (I_GLAccountLineItem) and exposes 11 fields with key fields WBSElementInternalID, Ledger, CompanyCode.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_GLAccountLineItem | acdoca | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PGLACCLINEITMSEM | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.private | true | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | WBSElementInternalID | WBSElementInternalID | ||
| KEY | Ledger | I_GLAccountLineItem | Ledger | |
| KEY | CompanyCode | I_GLAccountLineItem | CompanyCode | |
| GLAccount | GLAccount | |||
| ChartOfAccounts | ChartOfAccounts | |||
| BusinessTransactionType | BusinessTransactionType | |||
| CompanyCodeCurrency | CompanyCodeCurrency | |||
| FiscalYearPeriod | FiscalYearPeriod | |||
| FiscalPeriod | FiscalPeriod | |||
| FiscalYear | FiscalYear | |||
| AmountInCompanyCodeCurrency | AmountInCompanyCodeCurrency |
@AbapCatalog.sqlViewName: 'PGLACCLINEITMSEM'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #COMPOSITE
@VDM.private:true
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #D
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
define view P_GLAccountLineItemSemanticTag
as select from I_GLAccountLineItem as acdoca
{
key WBSElementInternalID,
key acdoca.Ledger,
key acdoca.CompanyCode,
GLAccount,
ChartOfAccounts,
BusinessTransactionType,
CompanyCodeCurrency,
FiscalYearPeriod,
FiscalPeriod,
FiscalYear,
AmountInCompanyCodeCurrency
}
where
// BusinessTransactionType <> 'TBRR'
AccountAssignmentType = 'PR'
and FiscalYearPeriod <> '0000000'
and AmountInCompanyCodeCurrency <> 0
Learn More
- 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 Annotations — A Complete Guide
- 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