AZ SAP Message class Stammdaten-Nachrichten für externe Anwendungen









AZ is a standard message class available within your SAP system (depending on your version and release level). Below is a list of all the messages available for within this class and a link to any long text associated with each message. These messages are very simple to use and can be implemented into your ABAP code using the MESSAGE statement and the following syntax.

MESSAGE I001(AZ).

Note the value "I" represents an information messsage but can be replaced with E for error, W for warning, S for Status/Success, A for Abend/Termination and X for exit which does not display a message and causes a runtime error. Click here for more information about SAP Messages.

Messages can also contain the & symbol, this means custom values can be added to the message when it is displayed, this is done using the WITH statement

MESSAGE I001(AZ) with ld_field1.

Message class details can be viewed directly within your SAP system by entering the object name AZ into the relevant SAP transaction such as SE91 or SE80.

000 - Incorrect vendor number was transferred

Additional information exists about message 000 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 000 class az.

001 - Incorrect material number was transferred

Additional information exists about message 001 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 001 class az.

002 - Incorrect input data: &

Additional information exists about message 002 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 002 class az.

003 - Incorrect customer number was transferred

Additional information exists about message 003 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 003 class az.

004 - Incorrect plant number was transferred

Additional information exists about message 004 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 004 class az.

005 - Field &1 does not exist in table &2

Additional information exists about message 005 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 005 class az.

006 - Table &1 not known in system

Additional information exists about message 006 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 006 class az.

007 - Table &1 not supported

Additional information exists about message 007 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 007 class az.

008 - Incorrect call sequence of the extractor module

Additional information exists about message 008 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 008 class az.

009 - Incorrect equipment number has been transferred

010 - Incorrect functional location number has been transferred

050 - *********** EXTRACTOR : BOMs ********************************************

051 - Selection criteria for PLANTS '*' and ' ' only valid with operator '='

Additional information exists about message 051 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 051 class az.

052 - The keys transferred do not correspond with the selected table &1

Additional information exists about message 052 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 052 class az.

053 - Table &2 cannot be read for category &1 bills of material

Additional information exists about message 053 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 053 class az.

054 - Table & is not marked for selection

Additional information exists about message 054 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 054 class az.

055 - An internal error has occured. Initialization is possibly missing

056 - All data already extracted

057 - Error in determination of BOM ID

Additional information exists about message 057 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 057 class az.

058 - Error in initialization of ID selection

Additional information exists about message 058 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 058 class az.

059 - An incomplete database key has been transferred



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!