SAP Messages

02 SAP Message Class - Allgemeine Basis: ABAP/4 Laufzeitumgebung







02 is a standard message class available within your SAP system (depending on your versionand 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(02).

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

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


001 Function & not currently supported
002 Specify a program title
003 List object has old format - processing not possible




004 Return: & & & &
005 No list generated
006 Save report in editor before maintaining headers
007 "Find" function not possible: No list active
008 Place the cursor on a line &
009 Component selection is possible only with reference to a structure
010 Specify &
011 Component selection not possible for this structure specification
012 Do not use & and & together
013 You are not authorized to save lists in local files (SY-SUBRC &)
014 Line width > 255: Cannot translate column headers
015 Printing canceled
016 'pfile' no longer supported. Use 'System -> List ->...'
017 No authorization to unpack a list (with RFC)
018 Error when saving the list
020 List cannot be converted
050 Error Saving the List in Local File
100 Unable to display line &1 position &2. Make window larger
106 Error when saving the list in Office (error: &1)
400 Function module & is not flagged as an update module
503 Text elements for program & were not changed
504 Changed text elements for & were not copied
505 Changed texts are active from next start of & in language &
518 Program texts for & currently locked
520 Header identical to title deleted
600 Switch state for switch &1 at index &2 contains invalid values
601 Database operation &1 for the switch states failed
602 The input table cannot be used together with single values
603 Conflict switch &1 at index &2 contains invalid values




604 Database operation &1 for conflict switches failed
605 Input table has duplicate entry at index &1
606 Conflict switch dependencies for &1 show a cycle
800 Search unsuccessful - no hits found for: & &
801 Place the cursor on a line in the hitlist

Contribute (Add Comments)

Use the comments section below to add any links, information or screen shots that you feel are relevant to this message class or any of the messages within it. This could include issues you have found that cause the messages to appear incorrectly as well as any fixes you have found or relevant SAP OSS notes. This information can then be found quickly, simply by searching on the message class 02

.