The ALLO_SEGM_NOTE table in SAP ERP or S/4HANA stores Allocation Cycle Note data. There are total 6 fields in ALLO_SEGM_NOTE table. The Allocation Cycle Note table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of ALLO_SEGM_NOTE table. It is in Manage Allocations (ODATA_MANAGE_ALLOCATION) ABAP package and is part of the Fiori FXU Cost Controlling CO-FIO (CA-GTF-FXU-FI-CO) module.
SAP ALLO_SEGM_NOTE Table Fields
Following is the list of fields that are available in SAP ALLO_SEGM_NOTE table. The primary key fields of the table are MANDT (Client), TAB (Table Name), CYCLE (Allocation/cycle), SDATE (Start Date), SEQNR (Segment number within a cycle).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT (3) | |
| TAB | Table Name | DBNAM | CHAR (30) | |
| CYCLE | Allocation/cycle | CYCLE | CHAR (10) | |
| SDATE | Start Date | SDATE | DATS (8) | |
| SEQNR | Segment number within a cycle | SQNR | NUMC (4) | |
| NOTE | Allocation Segment Note | FCO_ALLOC_SEGM_NOTE | CHAR (600) |


