The GLREFO table in SAP ERP or S/4HANA stores Example for Local Object Table 1 (Object/Partner) data. There are total 11 fields in GLREFO table. The Example for Local Object Table 1 (Object/Partner) 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 GLREFO table. It is in FI-SL Customizing / integration / Basis (GBAS) ABAP package and is part of the Basic Functions (FI-SL-SL) module.
SAP GLREFO Table Fields
Following is the list of fields that are available in SAP GLREFO table. The primary key fields of the table are MANDT (Client), OBJNR (Object number for FI-SL tables).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | T000 | CLNT (3) |
| OBJNR | Object number for FI-SL tables | GOBJNR | CHAR (18) | |
| DATIV | Posting date frm which the objct is valid for act.postings | DAT_0_VON | DATS (8) | |
| DATIB | Posting date up to which the object is valid for act.postngs | DAT_0_BIS | DATS (8) | |
| DATPV | Posting date frm which the objct is valid for plan postings | DAT_1_VON | DATS (8) | |
| DATPB | Posting date up to which the objct is valid for plan postngs | DAT_1_BIS | DATS (8) | |
| BUKRS | Company Code | BUKRS | T001 | CHAR (4) |
| ACCT | Account Number | RACCT | * | CHAR (10) |
| BUSA | Business Area | GSBER | TGSB | CHAR (4) |
| CNTR | Cost Center | KOSTL | * | CHAR (10) |
| FAREA | Functional Area | FKBER | TFKB | CHAR (16) |


