I_UNIVALLOCTAGOBJECTASSIGNMENT
Tag to Allocation Object Assignment
I_UNIVALLOCTAGOBJECTASSIGNMENT is a CDS View in S/4HANA. Tag to Allocation Object Assignment. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| R_UnivAllocTagCycAssignmentTP | view_entity | from | TRANSACTIONAL | Tag to Cycle Assignment |
| R_UnivAllocTagSgmtAssignmentTP | view_entity | from | TRANSACTIONAL | Tag to Segment Assignment |
@EndUserText.label: 'Tag to Allocation Object Assignment'
@VDM: {
lifecycle.contract.type: #SAP_INTERNAL_API,
viewType: #BASIC }
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #A,
sizeCategory: #M }
define view entity I_UnivAllocTagObjectAssignment
as select from allo_tag_assign
{
key allocationtagid as AllocationTagID,
key cast( allocationtype as fco_allocation_context preserving type ) as AllocationType,
key allocationcycle as AllocationCycle,
key allocationcyclestartdate as AllocationCycleStartDate,
key allocationcyclesegment as AllocationCycleSegment,
allocationtagcreatedbyuser as AllocationTagCreatedByUser,
creationdatetime as CreationDateTime,
allocationtagchangedbyuser as AllocationTagChangedByUser,
lastchangedatetime as LastChangeDateTime
}
where
allocationtype = 'ACDOC_CC'
or allocationtype = 'ACDOC_PC'
or allocationtype = 'ACDOC_PA'