Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Displaying log/errors in popup...

Former Member
0 Likes
2,488

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,136

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

3 REPLIES 3
Read only

Former Member
0 Likes
1,137

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

Read only

Former Member
0 Likes
1,136

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

Read only

Former Member
0 Likes
1,136

I create my own control