R_CycleRunGroupTextTP
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)
| Source | Alias | Join Type |
|---|---|---|
| I_CycleRunGroupText | I_CycleRunGroupText | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
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