022 SAP Message of Class IW Material & only for individual requirements (check entry)











022(IW) - Material & only for individual requirements (check entry)

Message number 022 of class IW is used to display message "Material & only for individual requirements (check entry)" and can be triggered using the following ABAP code:

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

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

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

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


What causes this issue

You want to assign a component to the operation.
This component cannot be managed in collective stock:In the material master, the indicator Individual requirements only is set for requirement explosion.orThe item category does not support quantity-based inventory management.The order is not planned for individual customer requirements:
There is no assignment to a WBS element or a sales order item.orThe project or sales order is not planned for individual customerrequirements.

How to fix

Check
The Requirements explosion indicator in the material master, orThe settings for the project stock and in the project structure plan,and the settings for sales order stock.You can specify whether a project permits individual inventory
management for each project definition under the menu path Details-> Control. The system then proposes the Project Stockindicator in the project profile.
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!