I_ALLOCTAGOBJECTASSIGNMENT
Assign tag to cycle and segment
I_ALLOCTAGOBJECTASSIGNMENT is a CDS View in S/4HANA. Assign tag to cycle and segment. 10 CDS views read from this table.
CDS Views using this table (10)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_AllocationTagForCycle | view | from | CONSUMPTION | Allocation Tag for Cycle |
| C_AllocationTagForSegment | view_entity | from | CONSUMPTION | Allocation Tag to Segment Assignment |
| C_AllocTagObjAssgmtHierarchy | view | from | CONSUMPTION | Allocation Tag assignment - Hierarchy |
| C_AllocTagObjAssgmtHierarchy_2 | view_entity | from | CONSUMPTION | Allocation Tag Assignment |
| I_AllocTagObjectAssignmentTP | view | from | TRANSACTIONAL | Allocation Tag Object Assignment - TP |
| I_AllocTagSegmentAssignmentTP | view | from | TRANSACTIONAL | Allocation Tag to Segments - TP |
| P_AllocationTagCount | view | from | COMPOSITE | |
| P_AllocationTagToCycle | view | from | COMPOSITE | |
| P_AllocTagObjectAssignment | view | from | COMPOSITE | |
| P_TagAssignment | view | from | CONSUMPTION |
@AbapCatalog.sqlViewName: 'IUNIALOTAGASSIGN'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking:#NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Assign tag to cycle and segment'
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@VDM.viewType: #BASIC
define view I_AllocTagObjectAssignment
as select from allo_tag_assign
{
//allo_tag_assign
key allocationtagid as AllocationTagID,
key cast(allocationtype as fco_allocation_context) as AllocationType,
key allocationcycle as AllocationCycle,
key allocationcyclestartdate as AllocationCycleStartDate,
key allocationcyclesegment as AllocationCycleSegment,
allocationtagcreatedbyuser as AllocationTagCreatedByUser,
creationdatetime as CreationDateTime,
allocationcreatedate as AllocationCreateDate,
allocationtagchangedbyuser as AllocationTagChangedByUser,
lastchangedatetime as LastChangeDateTime,
lastchangedate as LastChangeDate
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"ALLO_TAG_ASSIGN"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/