120 SAP Message of Class B1 Recipient & & & not permissible for this IDoc











120(B1) - Recipient & & & not permissible for this IDoc

Message number 120 of class B1 is used to display message "Recipient & & & not permissible for this IDoc" and can be triggered using the following ABAP code:

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

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

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

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


What causes this issue

An intermediate document was constructed from the application
transaction and passed to the ALE layer. The message type of theintermediate document was &v4& and the recipient is defined by thecombination of partner type &v1&, partner number &v2& and the partnerfunction &v3&.The ALE layer has established that this recipient is not permissible
for this IDOC.The reason for this may be either that no message flow has been defined
in the ALE distribution model for this recipient or that all thesegments in the IDOC have been filtered out because of the settings inthe ALE distribution model and the segment filter.

How to fix

Check the following settings for the above-mentioned message type and
recipient: - Is the IDOC addressed to the correct recipient?
- Are the message flow and the filter objects correctly defined in the
ALE distribution model? - Is the Customizing of the calling application maintained
consistently with the ALE distribution model? - Are the settings in the segment filter correct?
- Is the IDOC type of the recipient correctly specified in the
outbound partner protocol?
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!