I_AccountAssignmentTypeStdVH

DDL: I_ACCOUNTASSIGNMENTTYPESTDVH SQL: IFIAAT__VH Type: view COMPOSITE

Account Assignment Type

I_AccountAssignmentTypeStdVH is a Composite CDS View that provides data about "Account Assignment Type" in SAP S/4HANA. It reads from 1 data source (I_AccountAssignmentType) and exposes 2 fields with key field AccountAssignmentType.

Data Sources (1)

SourceAliasJoin Type
I_AccountAssignmentType I_AccountAssignmentType from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IFIAAT__VH view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey AccountAssignmentType view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
Search.searchable true view
Consumption.ranked true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Account Assignment Type view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY AccountAssignmentType AccountAssignmentType
_Text _Text

@AbapCatalog.sqlViewName: 'IFIAAT__VH'
@AbapCatalog.compiler.compareFilter: true

@VDM.viewType: #COMPOSITE

@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'AccountAssignmentType'

@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M

@Search.searchable: true
@Consumption.ranked: true
@AccessControl.authorizationCheck: #NOT_REQUIRED

@ClientHandling.algorithm: #SESSION_VARIABLE

@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Account Assignment Type'

@ObjectModel.supportedCapabilities:[#CDS_MODELING_DATA_SOURCE,#VALUE_HELP_PROVIDER,#CDS_MODELING_ASSOCIATION_TARGET,
                                     #VALUE_HELP_PROVIDER,#SEARCHABLE_ENTITY]

define view I_AccountAssignmentTypeStdVH  as select from I_AccountAssignmentType {
  @ObjectModel.text.association: '_Text'
  @Search.defaultSearchElement: true
  @Search.fuzzinessThreshold: 0.8
  @Search.ranking: #HIGH
  key AccountAssignmentType,

  _Text

}