I_ALLOCATIONCONTEXTTYPE

CDS View

Allocation Context Type

I_ALLOCATIONCONTEXTTYPE is a CDS View in S/4HANA. Allocation Context Type. 18 CDS views read from this table.

CDS Views using this table (18)

ViewTypeJoinVDMDescription
C_AllocationContextVH view from CONSUMPTION Allocation Context Value Help
C_AllocationCycleInformation view inner CONSUMPTION Allocation Cycle Information
C_AllocationFieldGroupVH view inner CONSUMPTION Allocation Field Group Value Help
C_AllocRunContextValueHelp view_entity from CONSUMPTION Alloc Context Val Help in Run Allocation
I_AllocationCycleTP view inner TRANSACTIONAL Allocation Cycle TP
I_AllocationSegmentTP view inner TRANSACTIONAL Allocation Segment TP
I_AllocationSenderElementTP view inner TRANSACTIONAL Allocation Sender Element TP
I_AllocationSenderKeyFieldTP view inner TRANSACTIONAL Allocation Sender Key Field TP
I_AllocRcvrFactorElementTP view inner TRANSACTIONAL Allocation Receiver Factor Element TP
I_AllocRcvrTracingKeyFieldTP view inner TRANSACTIONAL Allocation Receiver Tracing Key Field TP
I_AllocReceiverElementTP view inner TRANSACTIONAL Allocation Receiver Element TP
I_AllocReceiverKeyFieldTP view inner TRANSACTIONAL Allocation Receiver Key Field TP
I_AllocSenderValueKeyFieldTP view inner TRANSACTIONAL Allocation Sender Value Key Field TP
P_AllocationContext view from COMPOSITE
P_AllocationContextType view from COMPOSITE
P_AllocationKeyFields view inner BASIC
P_CycleSegmentHierSourceParam view inner CONSUMPTION
P_WhereUsedAllocationContext view_entity union COMPOSITE
@EndUserText.label: 'Allocation Context Type'
@AbapCatalog.sqlViewName: 'IALLOCCONTEXTTYP'
@AbapCatalog.preserveKey:true
@VDM.viewType: #BASIC
//@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }

@ObjectModel.representativeKey: 'AllocationType'
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass:  #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #C
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #CHECK
@Search.searchable: false

define view I_AllocationContextType
as select from
dd07l
association [0..*] to I_AllocationContextTypeText as _Text on $projection.AllocationType = _Text.AllocationType
{
//  @ObjectModel.text.association: '_Text'

//  @Search.defaultSearchElement:true

//  @Search.fuzzinessThreshold:0.8

//  @Search.ranking:#HIGH

  //key  cast( substring( domvalue_l, 1, 30) as fco_allocation_context ) as DatabaseTable,

  //key  cast( substring( domvalue_l, 1, 30) as fco_allocation_context ) as AllocationType,

  key  cast( domvalue_l as fco_allocation_context ) as AllocationType,
    _Text
}
where
  dd07l.domname = 'FCO_ALLOCATION_CONTEXT' and   dd07l.as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_ALLOCATIONCONTEXTTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/