806 SAP Message of Class M5 The object & & is in an SAP development class. Function not possible.











806(M5) - The object & & is in an SAP development class. Function not possible.

Message number 806 of class M5 is used to display message "The object & & is in an SAP development class. Function not possible." and can be triggered using the following ABAP code:

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

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

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

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


What causes this issue

The customer object &V1& &V2& lies in the SAP development class &V3&.
You can only create customer objects in customer development classes
and SAP objects can only be created in SAP development classes.Customer development classes always begin with the letter Y or Z.

System Response

The system canceled the function.

How to fix

Please use a customer development class for customer objects.
To change the development class of an object, select 'Transport
features' in the menu option 'Utilities'.
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!