I_GLAcctInCOAImplementStatType

DDL: I_GLACCTINCOAIMPLEMENTSTATTYPE Type: view_entity COMPOSITE Package: FINS_GLACCT_IMST

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)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_GLAcctInCOAImpStatTypeText _Text $projection.GLAcctCOAImplementStatus = _Text.GLAcctCOAImplementStatus

Annotations (14)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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'