FAC_ACCOUNTASSIGNMENTTYPEVH

DDL: FAC_ACCOUNTASSIGNMENTTYPEVH SQL: FACACCASTY Type: view Package: FINS_FI_ACC_VALIDATION

Data Source for Account Assignment Type

FAC_ACCOUNTASSIGNMENTTYPEVH is a CDS View that provides data about "Data Source for Account Assignment Type" in SAP S/4HANA. It reads from 1 data source (I_AccountAssignmentType) and exposes 2 fields with key field AccountAssignmentType. Part of development package FINS_FI_ACC_VALIDATION.

Data Sources (1)

SourceAliasJoin Type
I_AccountAssignmentType I_AccountAssignmentType from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName FACACCASTY view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Data Source for Account Assignment Type view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY AccountAssignmentType AccountAssignmentType
AccountAssignmentTypeDesc
@AbapCatalog.sqlViewName: 'FACACCASTY'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Data Source for Account Assignment Type'
@ObjectModel.usageType: {
  dataClass: #META,
  serviceQuality: #A,
  sizeCategory: #M
  }
@Search.searchable: true
define view FAC_ACCOUNTASSIGNMENTTYPEVH
  as select from I_AccountAssignmentType
{
      @ObjectModel.text.element:  [ 'AccountAssignmentTypeDesc' ]
      @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
  key AccountAssignmentType,

      @Semantics.text: true
      @Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.7 }
      _Text[1: Language = $session.system_language].AccountAssignmentTypeDesc
}