I_PubSecSplitRuleRmndrTypeText
Remainder Type for Distribution - Text
I_PubSecSplitRuleRmndrTypeText is a Basic CDS View that provides data about "Remainder Type for Distribution - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, PubSecSplitRuleRemainderType. It has 2 associations to related views.
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 |
| [1..1] | I_PubSecSplitRuleRmndrType | _SplitRuleRmndrType | $projection.PubSecSplitRuleRemainderType = _SplitRuleRmndrType.PubSecSplitRuleRemainderType |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ISPTRULEREMTYPET | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.preserveKey | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Remainder Type for Distribution - Text | view | |
| ObjectModel.representativeKey | PubSecSplitRuleRemainderType | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #BASIC | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | dd07t | ddlanguage | |
| KEY | PubSecSplitRuleRemainderType | |||
| PubSecSplitRuleRmndrTypeTxt | ||||
| _Language | _Language | |||
| _SplitRuleRmndrType | _SplitRuleRmndrType |
@AbapCatalog.sqlViewName: 'ISPTRULEREMTYPET'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Remainder Type for Distribution - Text'
@ObjectModel: {
representativeKey: 'PubSecSplitRuleRemainderType',
dataCategory: #TEXT
}
@ObjectModel.usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S
}
@VDM.viewType: #BASIC
//@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
//@Search.searchable: true
define view I_PubSecSplitRuleRmndrTypeText
as select from dd07t
association [1..1] to I_Language as _Language on $projection.Language = _Language.Language
association [1..1] to I_PubSecSplitRuleRmndrType as _SplitRuleRmndrType on $projection.PubSecSplitRuleRemainderType = _SplitRuleRmndrType.PubSecSplitRuleRemainderType
{
@Semantics.language: true
key dd07t.ddlanguage as Language,
@ObjectModel.text.element: ['PubSecSplitRuleRmndrTypeTxt']
key cast( substring( dd07t.domvalue_l, 1, 1 ) as fmsp_remainder_type ) as PubSecSplitRuleRemainderType,
@Semantics.text: true
cast ( dd07t.ddtext as psm_s4c_split_rule_dom_txt ) as PubSecSplitRuleRmndrTypeTxt,
_Language,
_SplitRuleRmndrType
}
where
dd07t.domname = 'FMSP_REMAINDER_TYPE'
and dd07t.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_PUBSECSPLITRULERMNDRTYPE"
],
"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