M0 SAP Message class Fehlermeldungen für SAPFM00G









M0 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(M0).

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(M0) with ld_field1.

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

001 - Please check Table & (entry & & & does not exist)

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 m0.

002 - Field overflow in routine & in field &

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 m0.

003 - Moving average price & becomes unrealistic: &

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 m0.

004 - Stock value and quantity unrealistic: & / &

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 m0.

005 - Moving average price of & becomes negative

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 m0.

006 - Price change amounting to & % in month &/&

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 m0.

01 - Argument & not in Table &

02 - Invalid entry in Table &

03 - Routing & & & does not exist

04 - Error reading work center/ production line &

05 - Dependent requirements are already blocked

06 - WM material provision carried out successfully

07 - Specific. of whse coordinates for mat & in plant & not correct

08 - No WM-relevant components exist

09 - WM provision for part of the components already carried out

60 - Reversal terminated as discrepancies exist from backflush

65 - No. of given serial numbers does not correspond to the backflush qty

70 - Error reading document log information &

71 - Reversal to & as material document exist in document log

72 - Error reversing the reporting point posting

73 - No document log information exists

79 - Mat. & in plant & is not defined as a reporting point material

80 - Reporting point backflush for material & in plant & not allowed

81 - Reporting point & for material &, plant &, version &, does not exist

82 - Error updating the reporting point quantity

83 - Backfl.qty for rep.point greater than backfl.qty for previous rep.point

84 - You have not entered reporting point & for material &, plant &, version &

85 - GR backflush qty greater than backflushed qty at last reporting point

86 - GR with backflush not for reporting point logic with autom. GR option

87 - More operations are defined after the last reporting point

90 - Error reading the special stock for material & and vendor &



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!