029 SAP Message of Class M5 Selection version & does not exist (please check entry)











029(M5) - Selection version & does not exist (please check entry)

Message number 029 of class M5 is used to display message "Selection version & does not exist (please check entry)" and can be triggered using the following ABAP code:

DATA: lv_val1(100) TYPE C.
lv_val1 = '123'.

    MESSAGE E029(M5) WITH lv_val1. "Error message example

    MESSAGE W029(M5) WITH lv_val1. "Warning message example

    MESSAGE I029(M5) WITH lv_val1. "Information message example
See here for more options


What causes this issue

The program has asked you to enter the name of the selection version
that you want to delete. The selection version & that you entered doesnot, however, exist.

System Response

Nothing has been deleted.

How to fix

You can exit the program ('Cancel') or alternatively, you can enter the
name of an existing selection version. (You can use F4 Help to find theselection version you are looking for).
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!