The ELACC table in SAP ERP or S/4HANA stores Loyalty Account Header data. There are total 14 fields in ELACC table. The Loyalty Account Header 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 ELACC table. It is in IS-U Master Data (EE01) ABAP package and is part of the Master Data (IS-U-MD) module.
SAP ELACC Table Fields
Following is the list of fields that are available in SAP ELACC table. The primary key fields of the table are MANDT (Client), VKONT (Contract Account Number), LP_CODE (Loyalty program code).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | T000 | CLNT (3) |
| VKONT | Contract Account Number | VKONT_KK | FKKVK | CHAR (12) |
| LP_CODE | Loyalty program code | LP_CODE | ELOYALPRG | CHAR (10) |
| BU_PARTNER | Business Partner Number | BU_PARTNER | BUT000 | CHAR (10) |
| LP_SDATE | Loyalty Program Start Date | LP_SDATE | DATS (8) | |
| LP_EDATE | Loyalty Program End Date | LP_EDATE | DATS (8) | |
| LP_TOTPT | Total Points | LP_TOTPT | DEC (16) | |
| LP_REORG_TOTPT | Reorganized Total Points | LP_REORG_TOTPT | DEC (16) | |
| 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) | |
| BEGRU | Authorization Group | BEGRU | CHAR (4) | |
| LOEVM | Deletion Indicator | LOEVM | CHAR (1) |


