308 SAP Message of Class IW The valuation type &2 is changed for material &1 according to Customizing











308(IW) - The valuation type &2 is changed for material &1 according to Customizing

Message number 308 of class IW is used to display message "The valuation type &2 is changed for material &1 according to Customizing" and can be triggered using the following ABAP code:

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

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

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

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


What causes this issue

The Valuation type for external procurement obligatory indicator
was set as a default value for the valuation category &V3& inCustomizing in Set Split Valuation by choosing LocalDefinitions

System Response

The system copies this obligatory default value for the valuation type
into the purchase requisition, even if the user has entered a differentvaluation type.

How to fix

If the valuation type &V2& entered should be copied into the purchase
requisition, delete the indicator Valuation type for externalprocurement obligatory for the valuation category &V3&.&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!