I_PubSecSplitRuleRmndrTypeText

DDL: I_PUBSECSPLITRULERMNDRTYPETEXT SQL: ISPTRULEREMTYPET Type: view BASIC

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)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_Language _Language $projection.Language = _Language.Language
[1..1] I_PubSecSplitRuleRmndrType _SplitRuleRmndrType $projection.PubSecSplitRuleRemainderType = _SplitRuleRmndrType.PubSecSplitRuleRemainderType

Annotations (12)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/