Application Development 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: 

FM used for error log

Former Member
0 Kudos
144

Hi experts,

I would like to ask if you happen to kmow an alternative FM to 'SMPO_DISPLAY_MESSAGES'.

The thing is I'm using error log in my program and I configure it so that there is just a pushbutton in the ALV. Once the button is pushed, the error encountered in the execution of the program will show.

Using FM 'SMPO_DISPLAY_MESSAGES' would show the pop-up for errors while executing the program and not after execution.

If you happen to know any alternative for this FM, it would really help.

Thanks in advance.

Jen

1 REPLY 1

Former Member
0 Kudos
69

Use below FMs

BAL_LOG_CREATE

BAL_LOG_REFRESH

BAL_LOG_MSG_ADD

BAL_DSP_LOG_DISPLAY

reward if useful