2009 Feb 04 9:40 AM
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.
2009 Feb 04 9:50 AM
hi
you can try out with /people/durairaj.athavanraja/blog/2005/01/18/make-your-sapgui-talk
thank you
2009 Feb 04 9:50 AM
hi
you can try out with
/people/durairaj.athavanraja/blog/2005/01/18/make-your-sapgui-talk
2009 Feb 04 9:53 AM
hi
try using
call function 'GUI_EXEC'
exporting
command = 'mplay32.exe /play /close c:\temp\play\play1.wav'.
regards
twinkal
2009 Feb 04 11:01 AM
Hi friend,
Try using
CALL FUNCTION 'GUI_RUN'
EXPORTING
command = 'C:\Song.mp3'.
Keep song.mp3 file in your C:
Thanks.......