108 SAP Message of Class M5 You have no authorization to delete all selected selection versions.











108(M5) - You have no authorization to delete all selected selection versions.

Message number 108 of class M5 is used to display message "You have no authorization to delete all selected selection versions." and can be triggered using the following ABAP code:

    MESSAGE W108(M5). "Warning message example
    MESSAGE I108(M5).
"Information message example
    MESSAGE E108(M5).
"Error message example
See here for more options


What causes this issue

You want to delete one or more selection versions, although you do not
have authorization to do so.

System Response

Only those selection versions are deleted, for which you have
authorization to delete.

How to fix

You need an expanded authorization to the authorization object
M_IS_SELVS for action 06 (field ACTVT), that allows deletion of theseselection versions.
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!