822 SAP Message of Class IW The item category & determined by the System is not a stock item category











822(IW) - The item category & determined by the System is not a stock item category

Message number 822 of class IW is used to display message "The item category & determined by the System is not a stock item category" and can be triggered using the following ABAP code:

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

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

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

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


What causes this issue

Using the Customizing table Item category proposal for component
assignment, the system determines an itemcategory. The item category, which you have assigned to thematerial type of thematerial chosen by you, is not an item category ofa stock material.However, this is a prerequisite for a material to be refurbished.

System Response

INCLUDE KEINE-VERARBEITUNG OBJECT DOKU ID TX LANGUAGE EN

How to fix

INCLUDE SYSTEMVERWALTER OBJECT DOKU ID TX LANGUAGE ENProcedure for the system administration:
Change the assignment of the item category to the material type in the
Customizing table specified above.
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!