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