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

Message during Process

Former Member
0 Likes
451

Dear All,

i want to display a message like

MESSAGE 'say something' TYPE 'S'.

during a abap report is running.

But messages like this are only displayed at the next screen.

So how can i show them at the time when the command MESSAGE is processed?

I only know that it is possible because i saw it at the function "ws_download".

Thank you for your answers.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
420

I think you are looking for FM SAPGUI_PROGRESS_INDICATOR

Rob

2 REPLIES 2
Read only

Former Member
0 Likes
421

I think you are looking for FM SAPGUI_PROGRESS_INDICATOR

Rob

Read only

0 Likes
420

Thank you Rob. This is exactly what i was looking for.