Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Time Pass : -> Just copy paste the below code in SE38 program.

REPORT

YRG_TEST_MESSAGE NO STANDARD PAGE HEADING.

INCLUDE ole2incl. DATA : ole TYPE ole2_object, voice TYPE ole2_object, text TYPE string. CREATE OBJECT voice 'SAPI.SpVoice'. text = 'Just doing time pass.. nothing much to do..........wasting my time..' . CALL METHOD OF voice 'Speak' = ole EXPORTING #1 = text.

And execute the program and see the magic .

You might also like