219 SAP Message of Class IW Purchase order item &2 &3 for &1 still without final invoice indicator











219(IW) - Purchase order item &2 &3 for &1 still without final invoice indicator

Message number 219 of class IW is used to display message "Purchase order item &2 &3 for &1 still without final invoice indicator" and can be triggered using the following ABAP code:

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

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

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

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


What causes this issue

An invoice receipt is still awaited for &v1&.

System Response



How to fix

Note that no more invoice receipts can be booked after the completion of
the object.&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!