713 SAP Message of Class M5 The selection option selected cannot be processed











713(M5) - The selection option selected cannot be processed

Message number 713 of class M5 is used to display message "The selection option selected cannot be processed" and can be triggered using the following ABAP code:

    MESSAGE W713(M5). "Warning message example
    MESSAGE I713(M5).
"Information message example
    MESSAGE E713(M5).
"Error message example
See here for more options


What causes this issue

You have entered selection criteria for field &V1& that cannot be
processed by the current program.

How to fix

The current version of the program can only interpret 'inclusive'
selections with selection options 'equals', 'from to', 'greater than orequal to', or similar. 'Exclusive' selections or selections with theoption 'not equal to' are not permitted.&SYS_ADMIN&

Message text extract from SAP system. Copyright SAP SE.


Return to Message Class M5 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!