Entering content frameBackground documentation ~maxWarningConfirmation Locate the document in its SAP Library structure

Description

Specifies the number of R/3 warnings that are suppressed.

You can use this parameter together with ~noWarningConfirmation to determine how many warning messages should be displayed.

  • If ~noWarningConfirmation is set to 1, all warnings are displayed, so there is no need to set a value for ~maxWarningConfirmation.
  • If ~noWarningConfirmation is set to 0, the number of warnings displayed depends on the value of ~maxWarningConfirmation.
  • If ~noWarningConfirmation is set to 0, but you do not set a value for ~maxWarningConfirmation, the ITS sets a default value of 10.

The behavior of these parameters depends on the implementation model:

  • In the SAP GUI for HTML, the ITS automatically sets ~noWarningConfirmation to 1, but this is not visible in the service file. You cannot change this value, so all warnings are always displayed and any value set for ~maxWarningConfirmation has no effect.
  • In other implementation models, you can define the number of warnings to be displayed yourself, but you must do this explicitly in the service file by setting ~noWarningConfirmation to 0 and specifying a value for ~maxWarningConfirmation.

Set by

Service file.

Values

Any value greater or equal to 0.

Example

~maxWarningConfirmation     10

Note

Setting a value for ~maxWarningConfirmation only makes sense if the value of ~noWarningConfirmation is set to 0.

Leaving content frame