I_BillingPlanBillingRuleText
Billing Plan Billing Rule - Text
I_BillingPlanBillingRuleText is a Basic CDS View that provides data about "Billing Plan Billing Rule - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields BillingPlanBillingRule, Language. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_BillingPlanBillingRule | _BillingPlanBillingRule | $projection.BillingPlanBillingRule = _BillingPlanBillingRule.BillingPlanBillingRule |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | BillingPlanBillingRule | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| EndUserText.label | Billing Plan Billing Rule - Text | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| Search.searchable | true | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BillingPlanBillingRule | |||
| KEY | Language | ddlanguage | ||
| BillingPlanBillingRuleName | ddtext | |||
| _BillingPlanBillingRule | _BillingPlanBillingRule | |||
| _Language | _Language |
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'BillingPlanBillingRule'
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@EndUserText.label: 'Billing Plan Billing Rule - Text'
@VDM.viewType: #BASIC
//@Analytics.dataExtraction.enabled: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@Search.searchable: true
@ObjectModel.supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
// #EXTRACTION_DATA_SOURCE,
#LANGUAGE_DEPENDENT_TEXT,
#SQL_DATA_SOURCE]
define view entity I_BillingPlanBillingRuleText
as select from dd07t
association [0..1] to I_BillingPlanBillingRule as _BillingPlanBillingRule on $projection.BillingPlanBillingRule = _BillingPlanBillingRule.BillingPlanBillingRule
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_BillingPlanBillingRule'
@Search.ranking: #HIGH
@ObjectModel.text.element: ['BillingPlanBillingRuleName']
key SUBSTRING(domvalue_l, 1, 1) as BillingPlanBillingRule,
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key ddlanguage as Language,
@Semantics.text: true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
ddtext as BillingPlanBillingRuleName,
//Associations
_BillingPlanBillingRule,
_Language
}
where
dd07t.domname = 'FAREG'
and dd07t.as4local = 'A'
and dd07t.as4vers = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_BILLINGPLANBILLINGRULE",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"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