125 SAP Message of Class M5 Please select fewer key figures or reduce the column width.











125(M5) - Please select fewer key figures or reduce the column width.

Message number 125 of class M5 is used to display message "Please select fewer key figures or reduce the column width." and can be triggered using the following ABAP code:

    MESSAGE W125(M5). "Warning message example
    MESSAGE I125(M5).
"Information message example
    MESSAGE E125(M5).
"Error message example
See here for more options


What causes this issue

A list cannot be any wider than 1023 characters. The active user
setting or exception contains so many key figures, or the column is sowide that the maximum width of 1023 characters has been exceeded.

System Response

The program does not display all key figures selected.

How to fix

In the active user setting or in the exception, please delete some key
figures that you do not require, or specify a smaller column width.
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!