192 SAP Message of Class IW No priorities exist for order priority type











192(IW) - No priorities exist for order priority type

Message number 192 of class IW is used to display message "No priorities exist for order priority type" and can be triggered using the following ABAP code:

    MESSAGE W192(IW). "Warning message example
    MESSAGE I192(IW).
"Information message example
    MESSAGE E192(IW).
"Error message example
See here for more options


What causes this issue

You want to enter a priority. However, no priorities have been created
for the priority type 'Orders'.

System Response

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

How to fix

Maintain the priorities for the priority type 'Orders' using the
customizing function:IF &DEVICE& = 'SCREEN'Proceed
ENDIFINCLUDE '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!