The ENOTE table in SAP ERP or S/4HANA stores Allocation of Object to Note for Field Service data. There are total 15 fields in ENOTE table. The Allocation of Object to Note for Field Service 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 ENOTE table. It is in IS-U: Notes for Field Service (EENF) ABAP package and is part of the Master Data (IS-U-MD) module.
SAP ENOTE Table Fields
Following is the list of fields that are available in SAP ENOTE table. The primary key fields of the table are MANDT (Client), SPRAS (Character Field of Length 1), OBJKEY (30 Characters), OBJTYPE (Object Types Exist for Note), LFDNR (Sequential Number).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | T000 | CLNT (3) |
| SPRAS | Character Field of Length 1 | CHAR01 | CHAR (1) | |
| OBJKEY | 30 Characters | CHAR30 | CHAR (30) | |
| OBJTYPE | Object Types Exist for Note | EENF_OBJTYPE | NUMC (1) | |
| LFDNR | Sequential Number | LFDNR2 | CHAR (2) | |
| NOTE | Static note to field service | E_NOTE | TE582 | CHAR (2) |
| ADDTXT1 | Additional text for notes | NOTE_ADDTXT | CHAR (50) | |
| ADDTXT2 | Additional text for notes | NOTE_ADDTXT | CHAR (50) | |
| ADDTXT3 | Additional text for notes | NOTE_ADDTXT | CHAR (50) | |
| ADDTXT4 | Additional text for notes | NOTE_ADDTXT | CHAR (50) | |
| ADDTXT5 | Additional text for notes | NOTE_ADDTXT | CHAR (50) | |
| PRIO | Priority of note to field service | NOTE_PRIO | NUMC (1) | |
| ADDR | No longer used: Addressee of note to field service | NOTE_ADDR | CHAR (4) | |
| FORMGROUP | Form group of note to field service | FORMGROUP | TE584 | CHAR (8) |
| PARTNER | Business partner number in field service note | NOTE_PARTNER | BUT000 | CHAR (10) |


