I_ALLOCATIONFIELDDERIVATION

CDS View

Allocation Field Derivation

I_ALLOCATIONFIELDDERIVATION is a CDS View in S/4HANA. Allocation Field Derivation. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_AllocationFieldDerivationTP view from TRANSACTIONAL Allocation Field Derivation
@AbapCatalog.sqlViewName: 'ALLOCFLDDERIV'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking:#NOT_REQUIRED

@ClientHandling.algorithm: #SESSION_VARIABLE

@EndUserText.label: 'Allocation Field Derivation'

@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M

@VDM.viewType: #BASIC
define view I_AllocationFieldDerivation as 
select from t811derive 
{
    //t811derive

    key tab as AllocationType,
    key cycle as AllocationCycle,
    key sdate as AllocationCycleStartDate,
    key setkind as AllocationSetType,
    key field as AllocationFieldName,
        derive as AllocationFieldIsDerived
}
where setkind = '3'