I_BankAcctContrTypeVH

DDL: I_BANKACCTCONTRTYPEVH SQL: ICONTRTYPEVH Type: view BASIC

Bank Account Contract Type

I_BankAcctContrTypeVH is a Basic CDS View that provides data about "Bank Account Contract Type" in SAP S/4HANA. It reads from 1 data source (fclm_bam_ac_type) and exposes 3 fields with key field BankAccountType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
fclm_bam_ac_type fclm_bam_ac_type from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_BankAcctContrTypeText _Text $projection.BankAccountContractType = _Text.BankAccountContractType and _Text.Language = $session.system_language

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName ICONTRTYPEVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Bank Account Contract Type view
Search.searchable true view
VDM.viewType #BASIC view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #C view
ClientHandling.algorithm #SESSION_VARIABLE view
Consumption.ranked true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY BankAccountType acc_type_id
BankAccountContractType contract_type
BankAccountContractTypeName _Text BankAccountContractTypeName
@AbapCatalog.sqlViewName: 'ICONTRTYPEVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Bank Account Contract Type'
@Search.searchable: true
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.serviceQuality: #C
@ClientHandling.algorithm: #SESSION_VARIABLE
@Consumption.ranked: true
define view I_BankAcctContrTypeVH
  as select from fclm_bam_ac_type
  association [0..1] to I_BankAcctContrTypeText as _Text on  $projection.BankAccountContractType = _Text.BankAccountContractType
                                                         and _Text.Language                      = $session.system_language
{
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW  
  key acc_type_id   as BankAccountType,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @ObjectModel.text.element: ['BankAccountContractTypeName']
      @UI.textArrangement: #TEXT_LAST
      @Search.ranking: #HIGH 
      contract_type as BankAccountContractType,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW 
      _Text.BankAccountContractTypeName

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BANKACCTCONTRTYPETEXT",
"FCLM_BAM_AC_TYPE"
],
"ASSOCIATED":
[
"I_BANKACCTCONTRTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/