051 SAP Message of Class 00 More than 1 selection field is set











051(00) - More than 1 selection field is set

Message number 051 of class 00 is used to display message "More than 1 selection field is set" and can be triggered using the following ABAP code:

    MESSAGE W051(00). "Warning message example
    MESSAGE I051(00).
"Information message example
    MESSAGE E051(00).
"Error message example
See here for more options


What causes this issue

In a group of selection fields, exactly one field must be set (have the
value 'X').If no selection field is set, the system sets the first field in the
group by default.If more than one field is set the transaction terminates. This
situation has just occurred.

System Response

The transaction terminates.

How to fix

This is a program error.
The field &V1&
is set (this field contains the focus at the time of error), where
there is already a field set in the same group of selection fields. Theprogram error is corrected by ensuring that always exactly one field isset in a selection field group.
Message text extract from SAP system. Copyright SAP SE.


Return to Message Class 00 main page



Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!