708 SAP Message of Class IW Purchase order available for sub-operation &1 &2











708(IW) - Purchase order available for sub-operation &1 &2

Message number 708 of class IW is used to display message "Purchase order available for sub-operation &1 &2" and can be triggered using the following ABAP code:

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

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

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

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


What causes this issue

You want to delete suboperation &V1& &V2& in order.

System Response

For the suboperation, there is a PO assigned to the account of the
order that has been created and may have already been sent. At GR, theactual costs are charged to the order.

How to fix

If workflow is active, Purchasing is automatically informed, so that
the PO can be reversed if necessary.&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!