218 SAP Message of Class IW No inspection lot created for order &1, since technical object has errors











218(IW) - No inspection lot created for order &1, since technical object has errors

Message number 218 of class IW is used to display message "No inspection lot created for order &1, since technical object has errors" and can be triggered using the following ABAP code:

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

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

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

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


What causes this issue

The following causes are possible:
The order contains no equipment and no functional location, either inthe reference object screen or in the object list.However, a task list is integrated, which requires either a piece ofequipment or a functional location as inspection point.The order contains a piece of equipment in the reference object screenand/or at least one functional location in the object list.However, a task list is integrated which contains a functional locationas inspection point.The order contains a functional location in the reference object screenand/or at least one functional location in the object list.However, a task list is integrated which contains a piece of equipmentas inspection point.

System Response

The order is not released.

How to fix

In such a situation, users must decide themselves whether or not the
order should be released.If users decide to release the order, the system can still not generate
an inspection lot.After a technical object was entered in the reference object screen and/
or in the object list, whose category corresponds to the inspectionpoint category of the task list, an inspection lot is generated when theorder is released. The inspection lot contains all the technical objectsof the order which correspond to the inspection point category of thetask list.&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!