216 SAP Message of Class IW Service/maintenance order type &1 not completely maintained in plant &2











216(IW) - Service/maintenance order type &1 not completely maintained in plant &2

Message number 216 of class IW is used to display message "Service/maintenance order type &1 not completely maintained in plant &2" and can be triggered using the following ABAP code:

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

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

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

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


What causes this issue

The maintenance planning plant you are using is not permitted for the
order type you selected.

System Response



How to fix

You specify the combination of order type and plant in Customizing inthe functions and settings for order types under 'Assign Order Types toMaintenance Plants'.&SYS_ADMIN&

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!