The APJ_D_JR_REST table in SAP ERP or S/4HANA stores Application job run restarts data. There are total 9 fields in APJ_D_JR_REST table. The Application job run restarts 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 APJ_D_JR_REST table. It is in Application jobs – runtime (SBTI_APJ_RT) ABAP package and is part of the Catalog based Application Job (BC-SRV-APS-APJ) module.
SAP APJ_D_JR_REST Table Fields
Following is the list of fields that are available in SAP APJ_D_JR_REST table. The primary key fields of the table are CLIENT (Client ID), JOB_NAME (Background job name), JOB_COUNT (Job ID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client ID | SYMANDT | CLNT (3) | |
| JOB_NAME | Background job name | BTCJOB | CHAR (32) | |
| JOB_COUNT | Job ID | BTCJOBCNT | CHAR (8) | |
| CREATED_BY | User Name | SYUNAME | CHAR (12) | |
| CREATED_AT | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | TIMESTAMPL | DEC (21) | |
| ORIG_JOB_NAME | Background job name | BTCJOB | CHAR (32) | |
| ORIG_JOB_COUNT | Job ID | BTCJOBCNT | CHAR (8) | |
| RESTART_COUNT | 4 Byte Signed Integer | INT4 | INT4 (10) | |
| RESTART_MODE | Application Job Restart Mode | APJ_JOB_RESTART_MODE | CHAR (1) |


