I_GLAcctInCOAImplementStatType
GL Acct Imp Status Type
I_GLAcctInCOAImplementStatType is a Basic CDS View (Dimension) that provides data about "GL Acct Imp Status Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field GLAcctCOAImplementStatus. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_GLAcctInCOAImpStatTypeText | _GLAccountImpStTypeText | $projection.GLAcctCOAImplementStatus = _GLAccountImpStTypeText.GLAcctCOAImplementStatus |
Annotations (18)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IGLACCIMPSTY | view | |
| EndUserText.label | GL Acct Imp Status Type | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| Analytics.internalName | #LOCAL | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AbapCatalog.buffering.status | #NOT_ALLOWED | view | |
| ObjectModel.representativeKey | GLAcctCOAImplementStatus | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | GLAcctCOAImplementStatus | |||
| DomainValue | dd07l | domvalue_l |
@AbapCatalog.sqlViewName: 'IGLACCIMPSTY'
@EndUserText.label: 'GL Acct Imp Status Type'
@Analytics: {
dataCategory: #DIMENSION
//dataExtraction.enabled: true
}
@AbapCatalog.compiler.compareFilter:true
@Analytics.internalName:#LOCAL
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@AbapCatalog.buffering.status: #NOT_ALLOWED
@ObjectModel: {representativeKey: 'GLAcctCOAImplementStatus',
dataCategory: #VALUE_HELP,
// sapObjectNodeType.name: 'GeneralLedgerAccountType',
modelingPattern: #ANALYTICAL_DIMENSION,
supportedCapabilities:[#CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #ANALYTICAL_DIMENSION, #VALUE_HELP_PROVIDER ],
usageType: {
dataClass: #MASTER,
serviceQuality: #B,
sizeCategory: #M
}
}
@Search.searchable: true
@Consumption.ranked: true
define view I_GLAcctInCOAImplementStatType
as select from dd07l
association [0..*] to I_GLAcctInCOAImpStatTypeText as _GLAccountImpStTypeText on $projection.GLAcctCOAImplementStatus = _GLAccountImpStTypeText.GLAcctCOAImplementStatus
{
// @ObjectModel.text.association: '_GLAccountImpStTypeText'
key cast(domvalue_l as glaccount_imst) as GLAcctCOAImplementStatus,
@Analytics.hidden: true
@Consumption.hidden: true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
dd07l.domvalue_l as DomainValue
// @ObjectModel.association.boundFields.dataMatchesSourceAndTargetTypes: true
// _GLAccountTypeText
}
where
domname = 'GLACCOUNT_IMST'
and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_GLACCTINCOAIMPSTATTYPETEXT"
],
"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