‎2009 Feb 05 12:40 PM
we have an error message 'reserved for RP' when running a report . The message class is RP and number is 016. Can anyone tell what the message means .
‎2009 Feb 05 12:42 PM
The message is defined as just & & & &, so the text is being generated in the program. Run the transaction where you get the error in debug. Put a watchpoint on sy-msgno = 16, and see what's causing the message to be generated.
matt
‎2009 Feb 05 12:42 PM
The message is defined as just & & & &, so the text is being generated in the program. Run the transaction where you get the error in debug. Put a watchpoint on sy-msgno = 16, and see what's causing the message to be generated.
matt
‎2009 Feb 05 12:44 PM
the message class is where u will maintain messages(all success and error messages) which are required to your program and the number 016 is the number which u ll give in the message class for a particular message...which u have used in the program.
‎2009 Feb 05 12:52 PM
‎2009 Feb 05 1:50 PM
Message 000 seems to be just used as a comment for the RP message class. Run your transaction as I said above, but with watchpoint sy-msgno = 000.
matt