I_ALLOCATIONSEGMENTNOTE

CDS View

Allocation segment note

I_ALLOCATIONSEGMENTNOTE is a CDS View in S/4HANA. Allocation segment note. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_AllocationSegmentNoteTP view from TRANSACTIONAL Allocation segment note
@AbapCatalog.sqlViewName: 'ALLOCNTSEG'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking:#NOT_REQUIRED

@ClientHandling.algorithm: #SESSION_VARIABLE

@EndUserText.label: 'Allocation segment note'

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

@VDM.viewType: #BASIC
define view  I_AllocationSegmentNote as 
select from allo_segm_note 
{
    key tab as AllocationType,
    key cycle as AllocationCycle,
    key sdate as AllocationCycleStartDate,
    key seqnr as AllocationCycleSegment,
        note as NoteText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"ALLO_SEGM_NOTE"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/