The EUFASS table in SAP ERP or S/4HANA stores Allocation of Usage Factor to any BOR Objects data. There are total 15 fields in EUFASS table. The Allocation of Usage Factor to any BOR Objects 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 EUFASS table. It is in IS-U: Load Profiles (EELP) ABAP package and is part of the SAP Utilities (IS-U) module.
SAP EUFASS Table Fields
Following is the list of fields that are available in SAP EUFASS table. The primary key fields of the table are MANDT (Client), OBJKEY (Object key), OBJTYPE (Reference obj. type), LOGLPRELNO (Logical Number of Profile Allocation), BIS (Date at Which a Time Slice Expires).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| OBJKEY | Object key | SWO_TYPEID | CHAR (70) | |
| OBJTYPE | Reference obj. type | SWO_REFOBJ | * | CHAR (10) |
| LOGLPRELNO | Logical Number of Profile Allocation | LOGLPRELNO | NUMC (18) | |
| BIS | Date at Which a Time Slice Expires | BISZEITSCH | DATS (8) | |
| AB | Date from which time slice is valid | ABZEITSCH | DATS (8) | |
| USEFACTOR | Usage factor | USEFACTOR | DEC (17) | |
| CALCULATED | Status of Usage Factor | E_CALCULATED | CHAR (1) | |
| LOCKED | Locked or inactive | E_LOCKED | CHAR (1) | |
| PREV_USEFACTOR | Usage Factor (Old) | PREV_USEFACTOR | DEC (17) | |
| PREV_CALCULATED | Status of Usage Factor (Old) | E_PREV_CALCULATED | CHAR (1) | |
| ERDAT | Date on which the record was created | ERDAT | DATS (8) | |
| ERNAM | Name of Person who Created the Object | ERNAM | CHAR (12) | |
| AEDAT | Date of Last Change | AEDAT | DATS (8) | |
| AENAM | Name of person who changed object | AENAM | CHAR (12) |


