I_GLAcctInCOAImpStatTypeText
G/L Acct Imp Status Type - Text
I_GLAcctInCOAImpStatTypeText is a Basic CDS View that provides data about "G/L Acct Imp Status Type - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, GLAcctCOAImplementStatus. It has 2 associations to related views. Part of development package FINS_GLACCT_IMST.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_GLAcctInCOAImplementStatType | _GLAccountImpStType | $projection.GLAcctCOAImplementStatus = _GLAccountImpStType.GLAcctCOAImplementStatus |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.entityBuffer.definitionAllowed | false | view | |
| EndUserText.label | G/L Acct Imp Status Type - Text | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| Analytics.technicalName | IGLACCIMPTYTXT | view | |
| ObjectModel.representativeKey | GLAcctCOAImplementStatus | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| Analytics.dataExtraction.enabled | false | view | |
| Search.searchable | true | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | |||
| KEY | GLAcctCOAImplementStatus | |||
| GLAcctCOAImplementStatusName | ddtext | |||
| DomainValue | domvalue_l | |||
| _Language | _Language | |||
| _GLAccountImpStType | _GLAccountImpStType |
@AbapCatalog.entityBuffer.definitionAllowed: false
@EndUserText.label: 'G/L Acct Imp Status Type - Text'
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'IGLACCIMPTYTXT'
@ObjectModel.representativeKey: 'GLAcctCOAImplementStatus'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #B
@Analytics:{
dataExtraction: {
enabled: false
}
}
@ObjectModel.supportedCapabilities:[#CDS_MODELING_DATA_SOURCE,#LANGUAGE_DEPENDENT_TEXT]
@Search.searchable: true
define view entity I_GLAcctInCOAImpStatTypeText
as select from dd07t
association [1..1] to I_GLAcctInCOAImplementStatType as _GLAccountImpStType
on $projection.GLAcctCOAImplementStatus = _GLAccountImpStType.GLAcctCOAImplementStatus
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language
key cast( ddlanguage as spras preserving type ) as Language,
@ObjectModel.foreignKey.association: '_GLAccountImpStType'
@ObjectModel.text.element: ['GLAcctCOAImplementStatusName']
key cast( domvalue_l as glaccount_imst ) as GLAcctCOAImplementStatus,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
@Semantics.text: true
ddtext as GLAcctCOAImplementStatusName,
@Analytics.hidden: true
@Consumption.hidden: true
domvalue_l as DomainValue,
_Language,
_GLAccountImpStType
}
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