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

Description

Determines whether all R/3 warning messages should be displayed.

You can use this parameter together with ~maxWarningConfirmation 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 suppressed 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 default behavior is as if ~noWarningConfirmation is set to 0, but this is not visible in the service file (there is no default value). If you do not want the ITS to suppress warnings, set ~noWarningConfirmation to 1 in the service file.

Set by

Service file.

Values

0

Number of warnings displayed depends on the value of ~maxWarningConfirmation.

1

All warnings are displayed.

Example

~noWarningConfirmation     1

Note

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

Leaving content frame