352 SAP Message of Class IW System: Status profile &1 not allowed with object type &2











352(IW) - System: Status profile &1 not allowed with object type &2

Message number 352 of class IW is used to display message "System: Status profile &1 not allowed with object type &2" and can be triggered using the following ABAP code:

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

    MESSAGE E352(IW) WITH lv_val1. "Error message example

    MESSAGE W352(IW) WITH lv_val1. "Warning message example

    MESSAGE I352(IW) WITH lv_val1. "Information message example
See here for more options


What causes this issue

The status profile &V1& was entered in your system for the object
type &V2&. However, the status profile is not allowed for plantmaintenance.

System Response

INCLUDE 'KEINE-VERARBEITUNG' OBJECT DOKU ID TX LANGUAGE E

How to fix

Enter a valid combination of status profile and object type with
the help of the Customizing function:IF &DEVICE& = 'SCREEN'Proceed
ENDIFThen select order processing again.
INCLUDE 'DARF-NICHT' OBJECT DOKU ID TX LANGUAGE E
Message text extract from SAP system. Copyright SAP SE.


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