I_PubSecSplitRuleBindgTypeTxt
Splitting Rule Binding Type - Text
I_PubSecSplitRuleBindgTypeTxt is a Basic CDS View that provides data about "Splitting Rule Binding Type - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, PubSecSplitBindingType. It has 2 associations to related views. Part of development package ODATA_PSM_S4C_AA_SPLIT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_Language | _Language | $projection.Language = _Language.Language |
| [0..1] | I_PubSecSplitRuleBindingType | _SplitRuleBindingType | $projection.PubSecSplitBindingType = _SplitRuleBindingType.PubSecSplitBindingType |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ISPTBNDGTYPET | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Splitting Rule Binding Type - Text | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.representativeKey | PubSecSplitBindingType | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| VDM.viewType | #BASIC | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | dd07t | ddlanguage | |
| KEY | PubSecSplitBindingType | |||
| PubSecSplitBindingTypeText | ||||
| _Language | _Language | |||
| _SplitRuleBindingType | _SplitRuleBindingType |
@AbapCatalog.sqlViewName: 'ISPTBNDGTYPET'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Splitting Rule Binding Type - Text'
@ObjectModel.usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S
}
@ObjectModel: {
representativeKey: 'PubSecSplitBindingType',
dataCategory: #TEXT
}
@VDM.viewType: #BASIC
//@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
//@Search.searchable: true
define view I_PubSecSplitRuleBindgTypeTxt
as select from dd07t
association [1..1] to I_Language as _Language on $projection.Language = _Language.Language
association [0..1] to I_PubSecSplitRuleBindingType as _SplitRuleBindingType on $projection.PubSecSplitBindingType = _SplitRuleBindingType.PubSecSplitBindingType
{
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key dd07t.ddlanguage as Language,
@ObjectModel.foreignKey.association: '_SplitRuleBindingType'
@ObjectModel.text.element: ['PubSecSplitBindingTypeText']
key cast( substring( dd07t.domvalue_l, 1, 1 ) as fmsp_binding_tp preserving type ) as PubSecSplitBindingType,
@Semantics.text: true
cast ( dd07t.ddtext as psm_s4c_split_rule_dom_txt ) as PubSecSplitBindingTypeText,
_Language,
_SplitRuleBindingType
}
where
dd07t.domname = 'FMSP_BINDING_TP'
and dd07t.as4local = 'A'
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