Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

The ENABLE_JOB_STATUS_CHECK option enables or disables calls to SAP function module BAPI_XBP_JOB_STATUS_CHECK, which are used to synchronize the actual job status with the R/3 stored status.

If ENABLE_JOB_STATUS_CHECK is enabled, calls to BAPI_XBP_JOB_STATUS_CHECK will be made at the interval (number of seconds) specified by the STATUS_CHECK_INTERVAL configuration option, if there is no change in status.

Usage

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Command Line, Short Form

n/a

(tick)

(tick)

(tick)

Command Line, Long Form

-job_stat_check option

(tick)

(tick)

(tick)

Environment Variable

USAP_JOB_STAT_CHECK=option

(tick)

(tick)

Configuration File Keyword

enable_job_stat_check option

(tick)

(tick)

(tick)

Value

option is the specification for whether or not calls to SAP function module BAPI_XBP_JOB_STATUS_CHECK are enabled or disabled.

Valid values for option are:

  • yes
    Job status check is enabled.
  • no
    Job status check is disabled.

Default is yes.

Command Usage

The ENABLE_JOB_STATUS_CHECK option is used in the following Universal Connector commands:

  • No labels