C_CreateBankSingleton_S
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)
| Source | Alias | Join Type |
|---|---|---|
| I_CreateBankSingleton_S | I_CreateBankSingleton_S | projection |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_BANK_MANAGE | UI_BANK_MANAGE | V4 | C1 | NOT_RELEASED |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA