565 SAP Message of Class IW WBS Element & was not (!) Included in the Order











565(IW) - WBS Element & was not (!) Included in the Order

Message number 565 of class IW is used to display message "WBS Element & was not (!) Included in the Order" and can be triggered using the following ABAP code:

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

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

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

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


What causes this issue

The system tried to transfer the PSP element &1 into the order.

System Response

It was canceled.

How to fix

The program-internal inspection showed that a transfer of the PSP
element into the order is not possible.Note:
If you would like to know the reason why, then enter the PSP element
manually again. The system will then send the detailed error message.

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!