The BSACC_HIST_GRP table in SAP ERP or S/4HANA stores Account Groups for Statement of Changes data. There are total 10 fields in BSACC_HIST_GRP table. The Account Groups for Statement of Changes 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 BSACC_HIST_GRP table. It is in Balance Sheet Dialog (FIN_BS_DIALOG) ABAP package and is part of the Basic Functions (FI-GL-GL) module.
SAP BSACC_HIST_GRP Table Fields
Following is the list of fields that are available in SAP BSACC_HIST_GRP table. The primary key fields of the table are MANDT (Client), TYPE (Type of Statement of Changes), BUKRS (Company Code), KTOPL (Chart of Accounts), VERSN (Financial Statement Version), ACCOUNT_GRP (Group of G/L Accounts for Statement of Changes), GRP_COUNTER (Numc3, internal use).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| TYPE | Type of Statement of Changes | BSPL_ACCOUNT_TYPE | BSACC_HIST_TYPE | CHAR (4) |
| BUKRS | Company Code | BUKRS | T001 | CHAR (4) |
| KTOPL | Chart of Accounts | KTOPL | T004 | CHAR (4) |
| VERSN | Financial Statement Version | VERSN_011 | T011 | CHAR (4) |
| ACCOUNT_GRP | Group of G/L Accounts for Statement of Changes | BSPL_ACCOUNT_GROUP | CHAR (4) | |
| GRP_COUNTER | Numc3, internal use | NUMC3 | NUMC (3) | |
| BS_POSITION | Key for a Financial Statement Item | GBST_KEY | CHAR (10) | |
| ACCOUNT_LOW | G/L Account Number | SAKNR | SKA1 | CHAR (10) |
| ACCOUNT_HIGH | G/L Account Number | SAKNR | SKA1 | CHAR (10) |


