I_FINANCIALSERVICESBRANCH
Financial Services Branch
I_FINANCIALSERVICESBRANCH is a CDS View in S/4HANA. Financial Services Branch. It contains 1 fields. 5 CDS views read from this table.
CDS Views using this table (5)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_CnsldtnMasterData | view | union_all | COMPOSITE | Consolidation - Combined Master Data |
| I_FinancialServicesBranchStdVH | view_entity | from | COMPOSITE | Financial Services Branch |
| I_FinancialServicesBranchVH | view_entity | from | COMPOSITE | Fin Services Branch for Data Element |
| P_CnsldtnFinServicesBranch | view_entity | from | COMPOSITE | Consolidation Financial Services Branch |
| R_FinancialServicesBranchTP | view_entity | from | TRANSACTIONAL | Financial Services Branch - TP |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | FinancialServicesBranch | FinancialServicesBranch | 1 |
@EndUserText.label: 'Financial Services Branch'
@ObjectModel:{
representativeKey: 'FinancialServicesBranch',
usageType: {
serviceQuality: #A,
sizeCategory: #M,
dataClass: #MASTER
},
sapObjectNodeType.name: 'FinancialServicesBranch',
modelingPattern: #ANALYTICAL_DIMENSION,
resultSet.sizeCategory: #XS,
supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#SEARCHABLE_ENTITY,
#SQL_DATA_SOURCE,
#ANALYTICAL_DIMENSION,
#VALUE_HELP_PROVIDER]
}
@VDM: {
viewType:#BASIC,
lifecycle.contract.type:#PUBLIC_LOCAL_API
}
@AccessControl.authorizationCheck:#MANDATORY
@Analytics: {
dataCategory: #DIMENSION,
internalName:#LOCAL
}
@Search.searchable: true
@Metadata: {
ignorePropagatedAnnotations: true,
allowExtensions: true
}
define root view entity I_FinancialServicesBranch
as select from ffs_d_branch
composition [0..*] of I_FinancialServicesBranchT as _Text
{
@Search.ranking: #HIGH
@Search.defaultSearchElement: true
@ObjectModel.text.association: '_Text'
key branch_id as FinancialServicesBranch,
/* Associations */
_Text
}