‎2006 Dec 06 12:44 PM
I there any class/FM which allow to display logs/messages which I pass to it with internal table <b>but which allow export thoos logs/messages to file?</b>
So POPUP_WITH_TABLE_DISPLAY is not what I want
Regards, Tomek
‎2006 Dec 06 12:48 PM
I'm afraid your requirement is too specific to be given by a standard fm.
I think you need to design a screen with a table control, with a button upon clicking which, the content of the table control gets transferred to a file.
Regards,
Ravi
‎2006 Dec 06 12:48 PM
I'm afraid your requirement is too specific to be given by a standard fm.
I think you need to design a screen with a table control, with a button upon clicking which, the content of the table control gets transferred to a file.
Regards,
Ravi
‎2006 Dec 06 12:50 PM
Hi,
Please refer the following FM's to log your errors/logs.
<i>BAL_LOG_CREATE Create log with header data
BAL_LOG_MSG_ADD Put message in log
BAL_LOG_EXCEPTION_ADD Put exception in log
BAL_DSP_LOG_DISPLAY Display messages in memory</i>
For more documentation go to function group of above function modules and see the documentation.
The errors or logs can be stored in DB also.
Please see the class also --> CL_APP_LOG_DIALOG
Regards
Bhupal Reddy
‎2006 Dec 11 10:13 AM