‎2006 Feb 15 3:13 PM
I have a internal table with structure
MSGID
MSGTY
MSGNO
MSGV1
MSGV2
MSGV3
MSGV4
I wast to display error log as report, Is there any exiting Function Module or Class already in system.
I tried using MESSAGES_INITIALIZE, MESSAGE_STORE and MESSAGES_SHOW FM ... it work fine but the only reason I cant use this is, it shows report in new dialog box... i want report to be shown on the screen
‎2006 Feb 15 3:17 PM
‎2006 Feb 15 3:17 PM
‎2006 Feb 15 3:19 PM
Hi,
use the error data and pass it to ALV object in the same screen, display the alv only in case of errors , otherwise don't display.
may be this solution will help to your doubt
Laxman
‎2006 Feb 15 3:19 PM
‎2006 Feb 15 3:58 PM