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

How to get sap sound

Former Member
0 Likes
1,052

Hi all,

i want to use sap voice, the voice that we hear while a transaciton is executing.

Is there any function to use this sound?

Thanks.

deniz.

4 REPLIES 4
Read only

Former Member
0 Likes
917

hi

you can try out with /people/durairaj.athavanraja/blog/2005/01/18/make-your-sapgui-talk

thank you

Read only

Former Member
0 Likes
917

hi

you can try out with

/people/durairaj.athavanraja/blog/2005/01/18/make-your-sapgui-talk

Read only

Former Member
0 Likes
917

hi

try using

call function 'GUI_EXEC'

exporting

command = 'mplay32.exe /play /close c:\temp\play\play1.wav'.

regards

twinkal

Read only

awin_prabhu
Active Contributor
0 Likes
917

Hi friend,

Try using

CALL FUNCTION 'GUI_RUN'

EXPORTING

command = 'C:\Song.mp3'.

Keep song.mp3 file in your C:

Thanks.......