066 SAP Message of Class M5 You are not authorized to display version &











066(M5) - You are not authorized to display version &

Message number 066 of class M5 is used to display message "You are not authorized to display version &" and can be triggered using the following ABAP code:

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

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

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

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


What causes this issue

By entering the version on the selection screen, you determined that
analysis data is read from version &V1& and not from version 000 thatcontains the actual data. However, you are not authorized todisplay version &V1& for database table &V2&.

System Response



How to fix

You need an authorization for object 'M_INFO_MCD' with the fields ACTVT
= '03', GSTRU = &V2&, and VRSIO = &V1&. &V2& is the database table forinformation structure &V3&.
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!