C_CreateBankSingleton_S

DDL: C_CREATEBANKSINGLETON_S Type: view_entity Package: RAP_BF_BANK_UI

Bank Singleton Projection View

C_CreateBankSingleton_S is a CDS View that provides data about "Bank Singleton Projection View" in SAP S/4HANA. It reads from 1 data source (I_CreateBankSingleton_S) and exposes 3 fields with key field BankSingletonID. It is exposed through 1 OData service (UI_BANK_MANAGE). Part of development package RAP_BF_BANK_UI.

Data Sources (1)

SourceAliasJoin Type
I_CreateBankSingleton_S I_CreateBankSingleton_S projection

Annotations (6)

NameValueLevelField
EndUserText.label Bank Singleton Projection View view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.allowExtensions true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

OData Services (1)

ServiceBindingVersionContractRelease
UI_BANK_MANAGE UI_BANK_MANAGE V4 C1 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY BankSingletonID BankSingletonID
UICT_standardBankAllowed UICT_standardBankAllowed
UICT_internalBankAllowed UICT_internalBankAllowed
@EndUserText.label: 'Bank Singleton Projection View'
@AccessControl.authorizationCheck: #NOT_REQUIRED

@Metadata.allowExtensions: true
@ObjectModel.semanticKey: ['BankSingletonID']
@ObjectModel:{
   usageType: {
     serviceQuality: #A,
     sizeCategory: #S,
     dataClass: #MIXED }
 }
define root view entity C_CreateBankSingleton_S
  provider contract transactional_query
  as projection on I_CreateBankSingleton_S
{
  key BankSingletonID,
      UICT_standardBankAllowed,
      UICT_internalBankAllowed

}