SAP BKK_PAR_INTERVAL Table – Assigned Intervals

The BKK_PAR_INTERVAL table in SAP ERP or S/4HANA stores Assigned Intervals data. There are total 9 fields in BKK_PAR_INTERVAL table. The Assigned Intervals 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_PAR_INTERVAL table. It is in Bank Customer Accounts: Central Objects (FKB) ABAP package and is part of the Bank Customer Accounts (IS-B-BCA) module.

SAP BKK_PAR_INTERVAL Table Fields

Following is the list of fields that are available in SAP BKK_PAR_INTERVAL table. The primary key fields of the table are CLIENT (Client), NAME (Application server), APPL (Application for Which Number Ranges Are Defined), WP_NO (Work Process Number).

Field Description Data Element Check Table Data Type
CLIENT Client MANDT CLNT (3)
NAME Application server PFEAPSNAME CHAR (20)
APPL Application for Which Number Ranges Are Defined BKK_PAR_APPL CHAR (10)
WP_NO Work Process Number BKK_PAR_WPNO CHAR (6)
WP_TYP Process Type That Can Be Used for Parallel Processing BKK_PAR_WPTYP CHAR (3)
PMODE Method for Assigning the Numbers BKK_PAR_PMODE CHAR (1)
START_NUM Start Value for Interval Begin BKK_PAR_START_NUM INT2 (5)
NUM Offset for Number Assignment BKK_PAR_OFF INT2 (5)
MAX_NUM Highest Number in Interval BKK_PAR_HIGHEST_NUM INT2 (5)