I_GLAcctInCOAImplementStatType
GL Acct Imp Status Type
I_GLAcctInCOAImplementStatType is a Composite 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 3 fields with key field GLAcctCOAImplementStatus. It has 1 association to related views. Part of development package FINS_GLACCT_IMST.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_GLAcctInCOAImpStatTypeText | _Text | $projection.GLAcctCOAImplementStatus = _Text.GLAcctCOAImplementStatus |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | GL Acct Imp Status Type | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.technicalName | IGLACCIMPSTY | view | |
| Analytics.internalName | #LOCAL | view | |
| VDM.viewType | #COMPOSITE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.representativeKey | GLAcctCOAImplementStatus | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | GLAcctCOAImplementStatus | |||
| DomainValue | dd07l | domvalue_l | ||
| _Text | _Text |
@EndUserText.label: 'GL Acct Imp Status Type'
@Analytics: {
dataCategory: #DIMENSION
}
@Analytics.technicalName: 'IGLACCIMPSTY'
@Analytics.internalName:#LOCAL
@VDM.viewType: #COMPOSITE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
//@AbapCatalog.buffering.status: #NOT_ALLOWED
@ObjectModel.resultSet: { sizeCategory: #XS }
@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: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S
}
}
//@Search.searchable: true
//@Consumption.ranked: true
define view entity I_GLAcctInCOAImplementStatType
as select from dd07l
association [0..*] to I_GLAcctInCOAImpStatTypeText as _Text on $projection.GLAcctCOAImplementStatus = _Text.GLAcctCOAImplementStatus
{
@ObjectModel.text.association: '_Text'
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
_Text
}
where
domname = 'GLACCOUNT_IMST'
and as4local = 'A'
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