121 SAP Message of Class M5 Error nr. & occurs when analysis is called up from SAPoffice in program &











121(M5) - Error nr. & occurs when analysis is called up from SAPoffice in program &

Message number 121 of class M5 is used to display message "Error nr. & occurs when analysis is called up from SAPoffice in program &" and can be triggered using the following ABAP code:

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

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

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

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


What causes this issue

Calling up the function module MC_ANALYSE_CALL triggered error nr. & in
program &!

System Response

Notification M5121.

How to fix

Please notify your systems administrator as it probably indicates a
technical program error!
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!