130 SAP Message of Class B1 Too many recipients found for message type & in the ALE model











130(B1) - Too many recipients found for message type & in the ALE model

Message number 130 of class B1 is used to display message "Too many recipients found for message type & in the ALE model" and can be triggered using the following ABAP code:

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

    MESSAGE E130(B1) WITH lv_val1. "Error message example

    MESSAGE W130(B1) WITH lv_val1. "Warning message example

    MESSAGE I130(B1) WITH lv_val1. "Information message example
See here for more options


What causes this issue

In the ALE distribution customer model several recipient systems for
IDOCs with message type &v1& and filter object type '&v2&' with value'&v3&' have been modeled from this system, but only one recipientsystem is allowed.

System Response



How to fix

Please change the ALE distribution customer model so that it allows
only one recipient system for the message from this system.
Message text extract from SAP system. Copyright SAP SE.


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