The BKK_RELEASE table in SAP ERP or S/4HANA stores Account changes in release data. There are total 12 fields in BKK_RELEASE table. The Account changes in release 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 BKK_RELEASE table. It is in Master Data Release (BKK_RELEASE) ABAP package and is part of the Master Data (IS-B-BCA-MD) module.
SAP BKK_RELEASE Table Fields
Following is the list of fields that are available in SAP BKK_RELEASE table. The primary key fields of the table are MANDT (Client).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT (3) | |
| BKKRS | Bank Area | BKK_BKKRS | TBKK01 | CHAR (4) |
| ACNUM_INT | Internal Account Number for Current Account | BKK_ACCNT | BKK40 | CHAR (10) |
| STATUS | Release Status | BKK_DTE_RELEASE_STATUS | CHAR (1) | |
| RELEASE_TEXT | Release Comment | BKK_DTE_RELEASE_TEXT | CHAR (50) | |
| ACTIVITY | Activity to Be Checked for Release Relevance | BKK_REL_AKTYP | CHAR (2) | |
| USER_CREATE | User Who Created Current Account | BKK_ERUSER | CHAR (12) | |
| DATE_CREATE | Date on which the object was created | BKK_CRDAT | DATS (8) | |
| TIME_CREATE | Time at which the object was created | BKK_CRTIM | TIMS (6) | |
| USER_CHANGE | Last changed by | BKK_AEUSER | CHAR (12) | |
| DATE_CHANGE | Date on which the object was last changed | BKK_CHDAT | DATS (8) | |
| TIME_CHANGE | Time at Which Object was Last Changed | BKK_CHTIM | TIMS (6) |


