009 SAP Message of Class MR No list layout defined for display version &











009(MR) - No list layout defined for display version &

Message number 009 of class MR is used to display message "No list layout defined for display version &" and can be triggered using the following ABAP code:

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

    MESSAGE E009(MR) WITH lv_val1. "Error message example

    MESSAGE W009(MR) WITH lv_val1. "Warning message example

    MESSAGE I009(MR) WITH lv_val1. "Information message example
See here for more optionsmr009



What causes this issue


You have entered a display version that has not yet been created in
Customizing, or for which a list layout has not yet been maintained in Customizing.
For the stock overview, you must define for at least the display
variants 'Basic list' and 'Breakdown list' the stock types that are to be displayed and the order in which they are displayed.
For the display variant 'Segregated list', it is not absolutely
necessary to specify the stock types to be displayed. If no display version has been maintained for it, all stock types in the system are displayed in the segregated list.


System Response






How to fix


You have the following options:

Choose an existing display version.
If you have the authorization, maintain the missing display version in Customizing for Inventory Management by choosing Define stock list display.
Proceed
Message text extract from SAP system. Copyright SAP SE.


Return to Message Class MR 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!