180 SAP Message of Class IW Order status --> Inclusion of equipment/general task list not possible











180(IW) - Order status --> Inclusion of equipment/general task list not possible

Message number 180 of class IW is used to display message "Order status --> Inclusion of equipment/general task list not possible" and can be triggered using the following ABAP code:

    MESSAGE W180(IW). "Warning message example
    MESSAGE I180(IW).
"Information message example
    MESSAGE E180(IW).
"Error message example
See here for more options


What causes this issue

You want to inlcude a maintenance task
list in a maintenance order which is alreadybeing processed. However, this is not possible, because this would meanthat any operations that have already been partiallyor finally confirmed.

System Response

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

How to fix

If you want the operations planned in the task list to be carried out,
carry out the following steps:Create a new maintenance order.Include the task list in the new order.Complete the order for which processing had already started andcontinue working with the new maintenance order.RESET N1
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!