I_GLAcctInCOAImpStatTypeText

DDL: I_GLACCTINCOAIMPSTATTYPETEXT SQL: IGLACCIMPTYTXT Type: view BASIC

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 GLAcctCOAImplementStatus, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_GLAcctInCOAImplementStatType _GLAccountImpStType $projection.GLAcctCOAImplementStatus = _GLAccountImpStType.GLAcctCOAImplementStatus
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName IGLACCIMPTYTXT view
EndUserText.label G/L Acct Imp Status Type - Text view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey GLAcctCOAImplementStatus view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
AbapCatalog.buffering.status #NOT_ALLOWED view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #B view
AbapCatalog.compiler.compareFilter true view
Analytics.dataExtraction.enabled true view
Analytics.dataExtraction.delta.changeDataCapture.automatic true view
Search.searchable true view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY GLAcctCOAImplementStatus domvalue_l
KEY Language ddlanguage
GLAcctCOAImplementStatusName ddtext
DomainValue domvalue_l
_Language _Language
_GLAccountImpStType _GLAccountImpStType
@AbapCatalog.sqlViewName: 'IGLACCIMPTYTXT'
@EndUserText.label: 'G/L Acct Imp Status Type - Text'
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'GLAcctCOAImplementStatus'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@AbapCatalog.buffering.status: #NOT_ALLOWED
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass:  #MASTER
@ObjectModel.usageType.serviceQuality: #B
@AbapCatalog.compiler.compareFilter:true 
@Analytics:{
    dataExtraction: {
        enabled: true,
        delta.changeDataCapture: {
        automatic: true
        }
    }
}
@ObjectModel.supportedCapabilities:[#CDS_MODELING_DATA_SOURCE,#LANGUAGE_DEPENDENT_TEXT,#EXTRACTION_DATA_SOURCE]
@Search.searchable: true
define view 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: '_GLAccountImpStType'
      @ObjectModel.text.element: ['GLAcctCOAImplementStatusName']
  key domvalue_l as GLAcctCOAImplementStatus,
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language
  key ddlanguage as Language,
      @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'   
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_GLACCTINCOAIMPLEMENTSTATTYPE",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/