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: 

How to display the messages collected in an application log in a popup

Former Member
0 Kudos

Hi,

I have created an application log in my program.On execution , under certain condition the messages collected inside the log have to be displayed in a <b>popup</b> .

How to do this?

Thanks,

vartika

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

Look at this thread (with sample using FM BAL_DSP_PROFILE_POPUP_GET and BAL_DSP_LOG_DISPLAY)

It may help you depending the way you store the protocol.

Regards

3 REPLIES 3

Former Member
0 Kudos

Hi Vartika,

It depends on how your messages have been collected. FM MESSAGES_SHOW can be used to display messages collected with 'MESSAGE_STORE'.

Regards,

John.

raymond_giuseppi
Active Contributor
0 Kudos

Look at this thread (with sample using FM BAL_DSP_PROFILE_POPUP_GET and BAL_DSP_LOG_DISPLAY)

It may help you depending the way you store the protocol.

Regards

Clemenss
Active Contributor
0 Kudos

Hi vartika,

you are looking for Function BAL_DSP_LOG_DISPLAY.

It has good and detailed documentation also for the parameters used.

Use I_AMODAL 0 'X'.

It is in function group SBAL_DISPLAY. That has some more interesting functions.

Regards,

Clemens

Message was edited by:

Clemens Li