cancel
Showing results for 
Search instead for 
Did you mean: 

ITS and beep sound

Former Member
0 Kudos

Hello Guys,

i have develop some RF transactions in EWM and i need to activate the Beep sounds with error messages but it doesn't work.

This is my setup in GUI config:

~THEME 99

~TRANSACTION /SCWM/RFUI

~ITSMOBILE 1

~SOURCES ZEWM_ITSMOB01,itsmobile

~POPUPS 1

~ITSMOBILEMSGSOUND 1

~SHOW_SYSTEM_MODAL 1

~DISCONNECTONCLOSE 1

~AUTOSCROLL 0

~DYNPRO_COMPRESSION 1

~ITSMOBILEELEMFACTOR 9

~ITSMOBILEELEMUNITS px

~HTTP_USE_COMPRESSION 1

~HTTP_COMPRESS_LEVEL 6

and i have used this method to activate the beep in the RF transaction:

CALL METHOD /scwm/cl_rf_bll_srvc=>set_bell_signal( 'E' ).

What i have seen in the html WEB template generated automatically i have no message management like this:

   if ( ~messagetype == "S" || ~currdynpro.messagesound == "S" )

         <!-- sucess message -->

`        <bgsound src="`mimeURL(~service="itsmobile", ~theme=99, ~language="", ~name="sounds/all/sapsoundmsg.wav")`" loop="1" />

(this is take from a std DEMO screen just for example, but this is what i expected in my screen to activate the beep)

Any suggestion for this?

thanks in advance

BR

B.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member316351
Active Contributor
0 Kudos

Hello Boris,

If you don't have the HTML code you posted then there will be no sound.  Did you generate your templates using the standard ITS Mobile generator?

Edgar