376 SAP Message of Class UPB No objects can be selected in set profile &1











376(UPB) - No objects can be selected in set profile &1

Message number 376 of class UPB is used to display message "No objects can be selected in set profile &1" and can be triggered using the following ABAP code:

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

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

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

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




What causes this issue


The set planning profile contains no objects of the area of the
planning folder.


System Response






How to fix

Proceed in one of the following ways:
In the planning environment, choose Edit -> General overview, to get access to all available planning objects.
Choose another planning profile.
Extend the current planning profile.

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!