001 SAP Message of Class AZ Incorrect material number was transferred











001(AZ) - Incorrect material number was transferred

Message number 001 of class AZ is used to display message "Incorrect material number was transferred" and can be triggered using the following ABAP code:

    MESSAGE W001(AZ). "Warning message example
    MESSAGE I001(AZ).
"Information message example
    MESSAGE E001(AZ).
"Error message example
See here for more optionsaz001



What causes this issue


In parameter INOUT_NEXT_MATNR, material number V1 was transferred as
the starting point. This material number, however, is not contained in table INOUT_MATNR_TAB. Normally, this inconsistency should not occur if the values are transferred to INOUT_NEXT_MATNR and INOUT_MATNR_TAB in subsequent calls as they were returned in previous calls of the function module.


System Response






How to fix


Find out how an incorrect material number was saved in parameter
INOUT_NEXT_MATNR. During the first call, the function module was possibly called without using the initial parameter INOUT_NEXT_MATNR within a sequence of blocked calls.

SYS_ADMIN


Message text extract from SAP system. Copyright SAP SE.


Return to Message Class AZ 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!