Previous Topic: BANNERPAGE Statement—Specify Whether to Include an SAP Cover Page with the Report OutputNext Topic: BDCEXTLOG Statement—Generate Advanced Logging of the Batch Input Session


BDCERRRATE Statement—Specify the Maximum Acceptable Error Rate

The BDCERRRATE statement specifies the maximum acceptable error rate in an SAP Batch Input Session job.

Supported Job Type

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

Syntax

This statement has the following format:

BDCERRRATE percent
percent

Specifies the maximum acceptable error rate as a percentage of the total transactions. When set to 100, all errors are acceptable. When set to zero (0), the job fails if any transaction contains an error. When set to 5, for example, the job fails if more than five percent of the transactions contain errors.

Limits: 0-100

Default: 0

Example: Specify a Maximum Acceptable Error Rate

In this example, the maximum acceptable error rate is five percent. If more than five percent of transactions contain errors, the job fails.

SAPJOBNAME BDCTEST
AGENT SAPHTAGENT
BDCERRRATE 5
ABAPNAME BDCABAP