Previous Topic: BDCEXTLOG Statement—Generate Advanced Logging of the Batch Input SessionNext Topic: BDCSYSTEM Statement—Specify the Name of the Background Server


BDCPROCRATE Statement—Specify the Minimum Acceptable Process Rate

The BDCPROCRATE statement specifies the minimum acceptable process rate in an SAP Batch Input Session (BDC) job.

Supported Job Type

This statement is optional for the SAP Batch Input Session job type.

Syntax

This statement has the following format:

BDCPROCRATE percent
percent

Specifies the minimum acceptable process rate as a percentage of the total transactions. When set to 100, the job fails if all transactions are not processed. When set to zero (0), no minimum processed transactions are required. When set to 90, for example, the job fails if less than 90 percent of the transactions are processed.

Limits: 0-100

Default: 0

Example: Specify a Minimum Acceptable Process Rate

In this example, the minimum acceptable process rate is 90 percent. If less than 90 percent of transactions are processed, the job fails.

SAPJOBNAME BDCTEST
AGENT SAPHTAGENT
BDCPROCRATE 90
ABAPNAME BDCABAP