180 SAP Message of Class M5 Selected key figure & not contained in XXL output structure











180(M5) - Selected key figure & not contained in XXL output structure

Message number 180 of class M5 is used to display message "Selected key figure & not contained in XXL output structure" and can be triggered using the following ABAP code:

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

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

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

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


What causes this issue

You tried to export a key figure that is not contained in the
definition of the internal table 'xxl_data'. The key figure, therefore,cannot be exported.

System Response

The system ignored the key figure column when exporting.

How to fix

The table definition for 'xxl_data' must be corrected by the
development department responsible for the application.&SYS_ADMIN&

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!