FAC_POST_ALTER_GLACCT_BASIC
FAC_POST_ALTER_GLACCT_BASIC is a CDS View in SAP S/4HANA. It reads from 4 data sources (skb1, skb1, t001, t001) and exposes 9 fields with key fields CountryChartOfAccounts, AlternativeGLAccountExternal, GLAccount, CompanyCode, AlternativeGLAccountExternal. It has 1 association to related views.
Data Sources (4)
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_GLAccountInChartOfAccounts | _GLAccountInChartOfAccounts | $projection.CountryChartOfAccounts = _GLAccountInChartOfAccounts.ChartOfAccounts and $projection.AlternativeGLAccount = _GLAccountInChartOfAccounts.GLAccount |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | FACPAGLB | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| AbapCatalog.preserveKey | true | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CountryChartOfAccounts | t001 | ktop2 | |
| KEY | AlternativeGLAccountExternal | _GLAccountInChartOfAccounts | GLAccountExternal | |
| KEY | GLAccount | skb1 | saknr | |
| KEY | CompanyCode | skb1 | bukrs | |
| ktoplasCountryChartOfAccounts | ||||
| KEY | AlternativeGLAccountExternal | _GLAccountInChartOfAccounts | GLAccountExternal | |
| KEY | GLAccount | skb1 | saknr | |
| KEY | CompanyCode | skb1 | bukrs | |
| AlternativeGLAccount | skb1 | saknr |
@AbapCatalog.sqlViewName: 'FACPAGLB'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {
serviceQuality: #C,
sizeCategory: #M,
dataClass: #MASTER
}
@AbapCatalog.preserveKey:true
define view FAC_POST_ALTER_GLACCT_BASIC
as select from skb1
inner join t001 on skb1.bukrs = t001.bukrs
association [0..1] to I_GLAccountInChartOfAccounts as _GLAccountInChartOfAccounts on $projection.CountryChartOfAccounts = _GLAccountInChartOfAccounts.ChartOfAccounts
and $projection.AlternativeGLAccount = _GLAccountInChartOfAccounts.GLAccount
{
key t001.ktop2 as CountryChartOfAccounts,
key _GLAccountInChartOfAccounts.GLAccountExternal as AlternativeGLAccountExternal,
key skb1.saknr as GLAccount,
key skb1.bukrs as CompanyCode,
skb1.altkt as AlternativeGLAccount
}
where
skb1.xintb = ''
and skb1.mitkz = ''
and skb1.altkt <> ''
and _GLAccountInChartOfAccounts.GLAccountExternal <> ''
union all
select from skb1
inner join t001 on skb1.bukrs = t001.bukrs
association [0..1] to I_GLAccountInChartOfAccounts as _GLAccountInChartOfAccounts on $projection.CountryChartOfAccounts = _GLAccountInChartOfAccounts.ChartOfAccounts
and $projection.AlternativeGLAccount = _GLAccountInChartOfAccounts.GLAccount
{
key t001.ktopl as CountryChartOfAccounts,
key _GLAccountInChartOfAccounts.GLAccountExternal as AlternativeGLAccountExternal,
key skb1.saknr as GLAccount,
key skb1.bukrs as CompanyCode,
skb1.saknr as AlternativeGLAccount
}
where
skb1.xintb = ''
and skb1.mitkz = ''
and t001.ktop2 = ''
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_GLACCOUNTINCHARTOFACCOUNTS",
"SKB1",
"T001"
],
"ASSOCIATED":
[
"I_GLACCOUNTINCHARTOFACCOUNTS"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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