860 SAP Message of Class IW Enter a valuation type for material &1 in the 'Batch' field











860(IW) - Enter a valuation type for material &1 in the 'Batch' field

Message number 860 of class IW is used to display message "Enter a valuation type for material &1 in the 'Batch' field" and can be triggered using the following ABAP code:

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

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

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

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


What causes this issue

The material is valuated separately, but you
have not selected a valuation type.

System Response

The system expects a valuation type to be entered.

How to fix

Enter the valuation type in the field Batch.
If you do not know the valuation type, you can use the input help for
the field Batch to obtain the list of valuation types whichexist for the material.
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!