The BPIJ table in SAP ERP or S/4HANA stores Budget Object Index (Annual Budget) data. There are total 14 fields in BPIJ table. The Budget Object Index (Annual Budget) 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 BPIJ table. It is in Budgeting Funds Management/Cost Accounting (KABP) ABAP package and is part of the Funds Management (FI-FM) module.
SAP BPIJ Table Fields
Following is the list of fields that are available in SAP BPIJ table. The primary key fields of the table are MANDT (Client), CO_OBJNR (FI/CO object number), POSIT (Internal commitment item (8 chars)), TRGKZ (Object Indicator), WRTTP (Value Type), GJAHR (Fiscal Year), GEBER (Fund), WAERS (Currency Key), GNJHR (Year of Cash Effectivity), FAREA (Functional Area).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | T000 | CLNT (3) |
| CO_OBJNR | FI/CO object number | BPI_RW_OBJ | ONR00 | CHAR (22) |
| POSIT | Internal commitment item (8 chars) | BP_POSIT | CHAR (8) | |
| TRGKZ | Object Indicator | BP_TRGKZ | CHAR (1) | |
| WRTTP | Value Type | CO_WRTTP | CHAR (2) | |
| GJAHR | Fiscal Year | GJAHR | NUMC (4) | |
| GEBER | Fund | BP_GEBER | FMFINCODE | CHAR (10) |
| WAERS | Currency Key | WAERS | TCURC | CUKY (5) |
| GNJHR | Year of Cash Effectivity | GNJHR | NUMC (4) | |
| FAREA | Functional Area | FM_FAREA | * | CHAR (16) |
| INDX_OBJNR | Object number of subordinate structure | BPI_OBJNR | ONR00 | CHAR (22) |
| BP_OBJNR | Number of object indicated | BPI_IN_OBJ | ONR00 | CHAR (22) |
| BP_POSIT | Item from the indexed object | BPI_IN_POS | CHAR (8) | |
| BP_FAREA | Functional Area | FM_FAREA | * | CHAR (16) |


