619 SAP Message of Class IW Sort operations not possible owing to order operation &











619(IW) - Sort operations not possible owing to order operation &

Message number 619 of class IW is used to display message "Sort operations not possible owing to order operation &" and can be triggered using the following ABAP code:

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

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

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

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


What causes this issue

You want to reinclude and resort a task
list that was already included in this order once before.

System Response

The system cannot perform the function because operation &v1& already
exists. It was created manually or included in the order by usinganother task list.

How to fix

Renumber operation &v1& manually.
Note:
The sorting is based on the numbering of the operations. For this
reason, make sure that the numbering for operations that you createmanually is outside the number-range used in the included task list.
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!