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 NOTIFY_BELL_SIGNAL without additional screen logic

Former Member
0 Kudos

Hello,

My requirement is to play a sound via SAPCONSOLE triggered from ABAP.

I have already implemented a solution described in the note 371828 and it works fine

but ...

as it is based on PBO PAI logic (the sound is played after PBO) user has at least to press a button (in PAI) to close an additional screen.

I would like him only to hear the signal.

Any ideas how to do it?

Regards,

Grzegorz Skorus

4 REPLIES 4

raymond_giuseppi
Active Contributor
0 Kudos

Did you try to execute any small file like ding.wav with cl_gui_frontend_services=>execute ?

Regards,

Raymond

0 Kudos

Raymond,

Thank you for your answer, but as far as I know cl_gui_frontend_services class works only with SAPGui. My question is about SAPConsole (which in my case works with Telnet text client). There is no SAPGui at all.

Regards,

Grzegorz Skorus

0 Kudos

Sorry, I did not read carefully enough. Can you provide the actual number of the note (Note 371828 - Locked KF's can be changed in the Key Figure Overview ?) But we don't have many tools with SAPconsole and I'm not optiistic for your requirement ?

Regards,

Raymond

0 Kudos

My mistake with the note number. The note number is 371838 - SAPConsole Bell signal & messages folding.

Regards,

Grzegorz