The APJ_W_JCE_PAR table in SAP ERP or S/4HANA stores Application job catalog entry parameters data. There are total 11 fields in APJ_W_JCE_PAR table. The Application job catalog entry parameters 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_W_JCE_PAR table. It is in Application jobs – design time (SBTI_APJ_DT) ABAP package and is part of the Catalog based Application Job (BC-SRV-APS-APJ) module.
SAP APJ_W_JCE_PAR Table Fields
Following is the list of fields that are available in SAP APJ_W_JCE_PAR table. The primary key fields of the table are JOB_CATALOG_ENTRY_NAME (Job Catalog Entry), JOB_CATALOG_ENTRY_VERSION (Application Job Object Version).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| JOB_CATALOG_ENTRY_NAME | Job Catalog Entry | APJ_JOB_CATALOG_ENTRY_NAME | CHAR (40) | |
| JOB_CATALOG_ENTRY_VERSION | Application Job Object Version | APJ_OBJECT_VERSION | APJ_W_JCE_ROOT | NUMC (1) |
| MANDATORY_IND | Mandatory Application Job Parameter | APJ_MANDATORY_JOB_PARAMETER | CHAR (1) | |
| JOB_PARAMETER_HIDDEN_IND | Hidden Application Job Parameter Indicator | APJ_JOB_PARAMETER_HIDDEN_IND | CHAR (1) | |
| JOB_PARAMETER_POSITION | 2 Byte Signed Integer | INT2 | INT2 (5) | |
| JOB_PARAMETER_TYPE_C | Application job parameter type code | APJ_JOB_PARAMETER_TYPE_C | CHAR (10) | |
| ALTERNATIVE_SHLP_NAME | Name of a Search Help | SHLPNAME | * | CHAR (30) |
| INDENT_IND | Boolean Variable (X = True, – = False, Space = Unknown) | BOOLEAN | CHAR (1) | |
| BE_CONTROL_REQUIRED_IND | Application job – parameter requires backend call | APJ_JOB_PARAM_BE_CTRL_REQUIRED | CHAR (1) | |
| JOB_PARAMETER_READ_ONLY_IND | Read only parameter of application jobs | APJ_JCE_PARAM_READ_ONLY_IND | CHAR (1) | |
| ONLY_MS_SUPPORTED_IND | Application job parameter supports only multiple single | APJ_JCE_PARAM_ONLY_MS | CHAR (1) |


