I_BANKACCOUNTSIGNATORYGROUP

CDS View

Signatory Group in Bank Account

I_BANKACCOUNTSIGNATORYGROUP is a CDS View in S/4HANA. Signatory Group in Bank Account. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
FCLM_BAM_ACC_SIGNATORY_DETAILS view left_outer Bank Account Signatory Details

Fields (1)

KeyField CDS FieldsUsed in Views
SignatoryGroupName SignatoryGroupName 1
@AbapCatalog.sqlViewName: 'IBKACCSIGGRP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ObjectModel.representativeKey: 'SignatoryGroup'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Signatory Group in Bank Account'
@Analytics: { dataCategory: #DIMENSION }
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {
  dataClass: #MASTER,
  serviceQuality: #A,
  sizeCategory: #S
}
define view I_BankAccountSignatoryGroup as 
select from fclm_bam_siggrp as SigGroup
association [0..1] to fclm_bam_siggrpt as _GroupText on SigGroup.sig_group = _GroupText.sig_group and _GroupText.langu = $session.system_language {
   key SigGroup.sig_group as SignatoryGroup,
   _GroupText.description as SignatoryGroupName    
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FCLM_BAM_SIGGRP",
"FCLM_BAM_SIGGRPT"
],
"ASSOCIATED":
[
"FCLM_BAM_SIGGRPT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/