C_BkAcctImportingChnlVH

DDL: C_BKACCTIMPORTINGCHNLVH Type: view CONSUMPTION

Value Help for Importing Channel

C_BkAcctImportingChnlVH is a Consumption CDS View that provides data about "Value Help for Importing Channel" in SAP S/4HANA. It reads from 1 data source (I_DomainFixedValueText) and exposes 2 fields with key field BankStatementImportChannel.

Data Sources (1)

SourceAliasJoin Type
I_DomainFixedValueText BankStatementImportChannel from

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName CBKACCTCHNLVH view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #CUSTOMIZING view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
EndUserText.label Value Help for Importing Channel view
Search.searchable true view
Consumption.ranked true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey BankStatementImportChannel view
UI.headerInfo.typeName Bank Statement Import Channel view
UI.headerInfo.typeNamePlural Bank Statement Import Channels view
UI.headerInfo.typeImageUrl sap-icon: title: { value: view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BankStatementImportChannel DomainValue
OutputChannelDescription DomainText
@AbapCatalog: {
  sqlViewName: 'CBKACCTCHNLVH',
  compiler.compareFilter: true
}

@ClientHandling: {
  algorithm: #SESSION_VARIABLE
}

@ObjectModel: {
  usageType: {
    serviceQuality: #B,
    sizeCategory:   #L,
    dataClass:      #CUSTOMIZING
  }
}

@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Value Help for Importing Channel'
@Search.searchable: true
@Consumption.ranked: true
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'BankStatementImportChannel'


@UI.headerInfo: {
  typeName:       'Bank Statement Import Channel',
  typeNamePlural: 'Bank Statement Import Channels',
  typeImageUrl:   'sap-icon://appointment-2',

  title:          { value: 'BankStatementImportChannel' }
}
define view C_BkAcctImportingChnlVH
  as select from I_DomainFixedValueText as BankStatementImportChannel
{
      @UI.lineItem: [
           { position: 1, importance: #HIGH}
           ]
      @ObjectModel.text.element:  [ 'OutputChannelDescription' ]
     
      @Search: {
        defaultSearchElement: true,
        ranking: #HIGH,
        fuzzinessThreshold: 0.8
      }
      @EndUserText: {
      label:     'Importing Channel',
      quickInfo: 'Importing Channel'
      }
  key DomainValue as BankStatementImportChannel,
      @Semantics.text: true
      @UI.lineItem: [
      { position: 2, importance: #HIGH }
      ]
      @EndUserText: {
      label:     'Importing Channel Description',
      quickInfo: 'Importing Channel Description'
      }
      @Search: {
           defaultSearchElement: true,
           ranking: #LOW,
           fuzzinessThreshold: 0.8
         }
      DomainText  as OutputChannelDescription
}
where
      SAPDataDictionaryDomain             = 'FCLM_BAM_IMPORTING_CHANNEL'
  and BankStatementImportChannel.Language = $session.system_language;
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_DOMAINFIXEDVALUETEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/