508 SAP Message of Class UPB Planning area &1 is not contained in the profile of user &2











508(UPB) - Planning area &1 is not contained in the profile of user &2

Message number 508 of class UPB is used to display message "Planning area &1 is not contained in the profile of user &2" and can be triggered using the following ABAP code:

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

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

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

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


What causes this issue

You attempted to execute a function, which accesses the planning area
&V1&. Simultaneously, a planning profile is set for the user ID &V2&,which you are logged onto the system with, in which planning area &V1&is not contained. This situation can occur, for example, when you wantto work with a planning application which uses a predefined planningarea that is not contained in your planning profile.

System Response

The function cannot be executed.

How to fix

Switch to the planning environment and proceed in one of the following
ways:Determine the active planning profile using the 'i' button. ChooseGoto -> Planning profile and assign planning area &V1& to theplanning profile determined.Choose Edit -> General overview, to get access to all planningobjects available in the system.&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!