R_UNIVALLOCTAGCYCASSIGNMENTTP
Tag to Cycle Assignment
R_UNIVALLOCTAGCYCASSIGNMENTTP is a CDS View in S/4HANA. Tag to Cycle Assignment. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_UnivAllocTagCycAssignmentTP | view_entity | projection | CONSUMPTION | Tag to Cycle Assignment |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Tag to Cycle Assignment'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #B,
sizeCategory: #M,
dataClass: #CUSTOMIZING }
@VDM: { viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API }
define view entity R_UnivAllocTagCycAssignmentTP
as select from I_UnivAllocTagObjectAssignment
association to parent R_UniversalAllocationCycleTP as _Cycle on $projection.AllocationType = _Cycle.AllocationType
and $projection.AllocationCycle = _Cycle.AllocationCycle
and $projection.AllocationCycleStartDate = _Cycle.AllocationCycleStartDate
{
key AllocationTagID,
key AllocationType,
key AllocationCycle,
key AllocationCycleStartDate,
key AllocationCycleSegment,
AllocationTagCreatedByUser,
CreationDateTime,
AllocationTagChangedByUser,
LastChangeDateTime,
@ObjectModel.editableFieldFor: 'AllocationTagID'
AllocationTagID as AllocationTagIdentifierForEdit,
_Cycle
}
where
AllocationCycleSegment = '0000'