I_UsrSettingsForCoCodeStdVH

DDL: I_USRSETTINGSFORCOCODESTDVH SQL: IFIUSFCC__VH Type: view COMPOSITE Package: FINS_FIS_FICO

User Settings for Company Code

I_UsrSettingsForCoCodeStdVH is a Composite CDS View that provides data about "User Settings for Company Code" in SAP S/4HANA. It reads from 1 data source (I_UserSettingsForCompanyCode) and exposes 2 fields with key field BusinessUser. Part of development package FINS_FIS_FICO.

Data Sources (1)

SourceAliasJoin Type
I_UserSettingsForCompanyCode I_UserSettingsForCompanyCode from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IFIUSFCC__VH view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey BusinessUser view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label User Settings for Company Code view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BusinessUser BusinessUser
CompanyCode CompanyCode
//GENERATED:001:GlBfhyFV7jUzaDT}MP9DVm

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

@VDM.viewType: #COMPOSITE

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

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER

@AccessControl.authorizationCheck: #NOT_REQUIRED

@ClientHandling.algorithm: #SESSION_VARIABLE

@Search.searchable: true

@Metadata.ignorePropagatedAnnotations: true

@EndUserText.label: 'User Settings for Company Code'
define view I_UsrSettingsForCoCodeStdVH
  as select from I_UserSettingsForCompanyCode
{
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
  key BusinessUser,

      @Consumption.hidden: true
      CompanyCode
}