R_CycleRunGroupTextTP

DDL: R_CYCLERUNGROUPTEXTTP Type: view_entity TRANSACTIONAL

Cycle Run Group Text

R_CycleRunGroupTextTP is a Transactional CDS View that provides data about "Cycle Run Group Text" in SAP S/4HANA. It reads from 1 data source (I_CycleRunGroupText) and exposes 9 fields with key fields Language, AllocationType, Ledger, AllocationCycleRunGroup, AllocationPostingType.

Data Sources (1)

SourceAliasJoin Type
I_CycleRunGroupText I_CycleRunGroupText from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Cycle Run Group Text view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.dataCategory #TEXT view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY Language Language
KEY AllocationType AllocationType
KEY Ledger Ledger
KEY AllocationCycleRunGroup AllocationCycleRunGroup
KEY AllocationPostingType AllocationPostingType
KEY AllocationActualPlanVariant AllocationActualPlanVariant
AllocationCycleRunGroupText AllocationCycleRunGroupText
_Language _Language
_CycleRunGroup _CycleRunGroup
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Cycle Run Group Text'
@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #M,
  dataClass: #MIXED
}
@ObjectModel.dataCategory:#TEXT
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
define view entity R_CycleRunGroupTextTP
  as select from I_CycleRunGroupText
  association to parent R_CycleRunGroupTP as _CycleRunGroup on  $projection.AllocationType              = _CycleRunGroup.AllocationType
                                                            and $projection.Ledger                      = _CycleRunGroup.Ledger
                                                            and $projection.AllocationCycleRunGroup     = _CycleRunGroup.AllocationCycleRunGroup
                                                            and $projection.AllocationPostingType       = _CycleRunGroup.AllocationPostingType
                                                            and $projection.AllocationActualPlanVariant = _CycleRunGroup.AllocationActualPlanVariant
{
  key Language,
  key AllocationType,
  key Ledger,
  key AllocationCycleRunGroup,
  key AllocationPostingType,
  key AllocationActualPlanVariant,
      AllocationCycleRunGroupText,
      _Language,
      _CycleRunGroup
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CYCLERUNGROUPTEXT"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"R_CYCLERUNGROUPTP"
],
"BASE":
[
"I_CYCLERUNGROUPTEXT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/