C_BankFeeSrvcPrcgStsTxt
Bank Fee Service Pricing Status Text
C_BankFeeSrvcPrcgStsTxt is a Consumption CDS View that provides data about "Bank Fee Service Pricing Status Text" in SAP S/4HANA. It reads from 1 data source (I_DomainFixedValueText) and exposes 4 fields with key fields BankFeeSrvcPricingStatus, Language. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_DomainFixedValueText | BankFeeSrvcPricingStatus | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CBFSRVPRCVALSTS | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | Bank Fee Service Pricing Status Text | view | |
| Search.searchable | true | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BankFeeSrvcPricingStatus | DomainValue | ||
| KEY | Language | Language | ||
| BankFeeStmntPrcgStsTxt | DomainText | |||
| _Language | _Language |
@AbapCatalog: {
sqlViewName: 'CBFSRVPRCVALSTS',
compiler.compareFilter: true
}
@ClientHandling: {
algorithm: #SESSION_VARIABLE
}
@ObjectModel: {
usageType: {
serviceQuality: #B,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Bank Fee Service Pricing Status Text'
@Search.searchable: true
define view C_BankFeeSrvcPrcgStsTxt
as select from I_DomainFixedValueText as BankFeeSrvcPricingStatus
association [0..1] to I_Language as _Language
on $projection.Language = _Language.Language
{
@ObjectModel: {
text.element: [ 'BankFeeStmntPrcgStsTxt' ]
}
@EndUserText: {
label: 'Validation Status',
quickInfo: 'Validation Status'
}
key DomainValue as BankFeeSrvcPricingStatus,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key Language,
@Semantics.text: true
@Search: {
defaultSearchElement: true,
ranking: #LOW,
fuzzinessThreshold: 0.8
}
@EndUserText: {
label: 'Validation Status Description',
quickInfo: 'Validation Status Description'
}
DomainText as BankFeeStmntPrcgStsTxt,
_Language
}
where
SAPDataDictionaryDomain = 'FCLM_BRM_SERVICE_PRICING_STS';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_DOMAINFIXEDVALUETEXT"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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