122 SAP Message of Class UPB Characteristic &4 (&3) is not restricted to a single value











122(UPB) - Characteristic &4 (&3) is not restricted to a single value

Message number 122 of class UPB is used to display message "Characteristic &4 (&3) is not restricted to a single value" and can be triggered using the following ABAP code:

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

    MESSAGE E122(UPB) WITH lv_val1. "Error message example

    MESSAGE W122(UPB) WITH lv_val1. "Warning message example

    MESSAGE I122(UPB) WITH lv_val1. "Information message example
See here for more options


What causes this issue

Characteristic &v2& (&v1&) is compounded to characteristic &v4& (&v3&).
In order to execute the function, it is necessary that all the higher-level characteristics to the characteristic &v2& (&v1&) are restrictedto a single value at the execution time.

System Response

The planning function could not be executed.

How to fix

Restrict characteristic &v4& (&v3&) in the selections of the planning
level or the planning package to a single characteristic value.Note: In exceptional cases it can occur that you get this
several times after the other. The cause of this is a multi-levelcompound of characteristics, where the necessary characteristicrestriction to a single value is not specified for severalcharacteristics. The current message names in each case thecharacteristic that you have to restrict to a single value in order toexecute the function.&SYS_ADMIN&

Message text extract from SAP system. Copyright SAP SE.


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