123 SAP Message of Class B1 No assignment for & company code & to a & company code.











123(B1) - No assignment for & company code & to a & company code.

Message number 123 of class B1 is used to display message "No assignment for & company code & to a & company code." and can be triggered using the following ABAP code:

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

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

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

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


What causes this issue

No allocation was found for the &v1& company code &v2& to a &v3&
company code.ALE uses global company codes from the financial accounting module.
Global company codes can be maintained and allocated to company codesthere.On the sending side each company code in an intermediate document is
replaced with the allocated global company code.On the receiving side the reverse process takes place. The global
company codes in the intermediate document are converted to theappropriate company codes.

How to fix

If the company code is being used as a filter object for this message
flow, you should check whether the global company codes specified arecorrect.Maintain the missing global company code or the missing allocation to a
company code as necessary.To do this you can, for example, use the activities of the IMG pointCross-application functions -> Distribution (ALE) -> Distributionscenarios -> Global organization units -> Setting up global companycodes.
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!