006 SAP Message of Class MR Sales organization & unknown











006(MR) - Sales organization & unknown

Message number 006 of class MR is used to display message "Sales organization & unknown" and can be triggered using the following ABAP code:

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

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

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

    MESSAGE I006(MR) WITH lv_val1. "Information message example
See here for more optionsmr006



What causes this issue


You have entered a sales organization that does not exist in the
system.


System Response






How to fix


Choose an existing sales organization or maintain the missing sales
organization in Customizing under Create sales organization.
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!