The BUBUDCAT table in SAP ERP or S/4HANA stores List of budget category instances data. There are total 8 fields in BUBUDCAT table. The List of budget category instances 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 BUBUDCAT table. It is in New Budgeting: generic part (FMBP_E) ABAP package and is part of the Budgeting (PSM-FM-BCS-BU) module.
SAP BUBUDCAT Table Fields
Following is the list of fields that are available in SAP BUBUDCAT table. The primary key fields of the table are BUDCAT (Budget Category).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| BUDCAT | Budget Category | BUKU_BUDCAT | T881 | CHAR (2) |
| APPLIC | Application | BUKU_APPLIC | CHAR (2) | |
| FLG_NO_RELEASES | Do not Allow Releases | BUKU_FLG_NO_RELEASES | CHAR (1) | |
| FLG_NO_RIB | Do not Allow RIB (Rules, Processes…) | BUKU_FLG_NO_RIB | CHAR (1) | |
| FLG_NO_MANUAL_CG | Do not Allow Manual Cover Groups | BUKU_FLG_NO_MANUAL_CG | CHAR (1) | |
| FLG_NO_AUTO_CG | Do not Allow Automatic Cover Groups | BUKU_FLG_NO_AUTO_CG | CHAR (1) | |
| FLG_NO_AVC_ACT | Do not Allow AVC Ledgers With Actuals (Other Cat.) | BUKU_FLG_NO_AVC_ACT | CHAR (1) | |
| FLG_NO_YE | Do not Allow Year End Processes | BUKU_FLG_NO_YE | CHAR (1) |


