I_CREATEBANKSINGLETON_S

CDS View

Bank Singleton Root View

I_CREATEBANKSINGLETON_S is a CDS View in S/4HANA. Bank Singleton Root View. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_CreateBankSingleton_S view_entity projection Bank Singleton Projection View
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Bank Singleton Root View'
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #MIXED
}
define root view entity I_CreateBankSingleton_S
  as select distinct from I_Language
{

  key 1                          as BankSingletonID, 
     @Semantics.booleanIndicator:true
     //@ObjectModel.readOnly: true

     @ObjectModel.virtualElement
     @ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_CA_BNK_RAP_MB_CONTROL_EXIT'
     abap.char' ' as UICT_standardBankAllowed,
     @Semantics.booleanIndicator:true
     //@ObjectModel.readOnly: true

     @ObjectModel.virtualElement
     @ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_CA_BNK_RAP_MB_CONTROL_EXIT'
     abap.char' ' as UICT_internalBankAllowed

     
}
where
  I_Language.Language = $session.system_language