R_FinancialServicesBranchTP
Financial Services Branch - TP
R_FinancialServicesBranchTP is a Transactional CDS View that provides data about "Financial Services Branch - TP" in SAP S/4HANA. It reads from 1 data source (I_FinancialServicesBranch) and exposes 2 fields with key field FinancialServicesBranch. It has 1 association to related views. Part of development package FIN_FS_ACCDIM_RAP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_FinancialServicesBranch | Branch | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | R_FinancialServicesBranchTxtTP | _Text | |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Financial Services Branch - TP | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ObjectModel.sapObjectNodeType.name | FinancialServicesBranch | view | |
| ObjectModel.representativeKey | FinancialServicesBranch | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| Search.searchable | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FinancialServicesBranch | I_FinancialServicesBranch | FinancialServicesBranch | |
| _Text | _Text |
@EndUserText.label: 'Financial Services Branch - TP'
@VDM: {
lifecycle.contract.type: #SAP_INTERNAL_API,
viewType: #TRANSACTIONAL
}
@AccessControl: {
authorizationCheck: #MANDATORY,
personalData.blocking: #('TRANSACTIONAL_DATA')
}
@ObjectModel: {
sapObjectNodeType.name: 'FinancialServicesBranch',
representativeKey: 'FinancialServicesBranch',
supportedCapabilities: [#TRANSACTIONAL_PROVIDER],
semanticKey: ['FinancialServicesBranch'],
usageType: {
dataClass: #MASTER,
serviceQuality: #A,
sizeCategory: #M
}
}
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true
define root view entity R_FinancialServicesBranchTP
as select from I_FinancialServicesBranch as Branch
composition [0..*] of R_FinancialServicesBranchTxtTP as _Text
{
@Search.ranking: #HIGH
@Search.defaultSearchElement: true
@ObjectModel.text.association: '_Text'
key Branch.FinancialServicesBranch,
/* Associations */
_Text
}
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