<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how can I do this small visual basic code in abap ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-do-this-small-visual-basic-code-in-abap/m-p/5988846#M1342148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you explain what that code does, step by step?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Aug 2009 13:20:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-10T13:20:15Z</dc:date>
    <item>
      <title>how can I do this small visual basic code in abap ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-do-this-small-visual-basic-code-in-abap/m-p/5988845#M1342147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I do this small visual basic code in abap ? Is it possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim msg, sapi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;msg=InputBox("Enter your text","Talk it")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set sapi=CreateObject("sapi.spvoice")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sapi.Speak msg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 13:01:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-do-this-small-visual-basic-code-in-abap/m-p/5988845#M1342147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T13:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: how can I do this small visual basic code in abap ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-do-this-small-visual-basic-code-in-abap/m-p/5988846#M1342148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you explain what that code does, step by step?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 13:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-do-this-small-visual-basic-code-in-abap/m-p/5988846#M1342148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T13:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: how can I do this small visual basic code in abap ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-do-this-small-visual-basic-code-in-abap/m-p/5988847#M1342149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- The fist part with one of the multiple POPUP function modules (eg TRM_POPUP_TEXT_INPUT)&lt;/P&gt;&lt;P&gt;- The second part with OLE ? ([ABAP as OLE2 Automation Controller|http://help.sap.com/saphelp_nw04/helpdata/EN/db/9987b3c3cf11d194ad00a0c94260a5/frameset.htm])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 13:28:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-do-this-small-visual-basic-code-in-abap/m-p/5988847#M1342149</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-08-10T13:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: how can I do this small visual basic code in abap ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-do-this-small-visual-basic-code-in-abap/m-p/5988848#M1342150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;get text from user&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;speak text which user write using sapi.spvoice object&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually , I need a little code ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user enter text , and the program is spoken to  this text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: onur saruhan on Aug 10, 2009 3:30 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 13:28:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-do-this-small-visual-basic-code-in-abap/m-p/5988848#M1342150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T13:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: how can I do this small visual basic code in abap ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-do-this-small-visual-basic-code-in-abap/m-p/5988849#M1342151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like your VB code reads out the entered text. i dont think there is anything like that in SAP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 13:29:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-do-this-small-visual-basic-code-in-abap/m-p/5988849#M1342151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T13:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: how can I do this small visual basic code in abap ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-do-this-small-visual-basic-code-in-abap/m-p/5988850#M1342152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right . That's why I can not use  execute function for *.vbs file like ws_execute . Is there any way ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 14:33:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-do-this-small-visual-basic-code-in-abap/m-p/5988850#M1342152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T14:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: how can I do this small visual basic code in abap ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-do-this-small-visual-basic-code-in-abap/m-p/5988851#M1342153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;onur saruhan    	 ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could call a VB executable using CL_GUI_FRONTEND_SERVICES=&amp;gt;EXECUTE, passing text you want read aloud in the parameter "PARAMETER".  The VB executable would be executed on the frontend, speaking the text you passed.  SAP would not speak the text, Windows would.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 18:14:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-do-this-small-visual-basic-code-in-abap/m-p/5988851#M1342153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T18:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: how can I do this small visual basic code in abap ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-do-this-small-visual-basic-code-in-abap/m-p/5988852#M1342154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all your replies. I solved another way to this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 06:58:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-do-this-small-visual-basic-code-in-abap/m-p/5988852#M1342154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T06:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: how can I do this small visual basic code in abap ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-do-this-small-visual-basic-code-in-abap/m-p/5988853#M1342155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="71507" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="Text to Speech ,SAP system will speak to you !!!!" href="https://community.sap.com/" modifiedtitle="true" title="Text to Speech ,SAP system will speak to you !!!!"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif; color: #0000ff; background: #ffffff;"&gt;include &lt;/SPAN&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif; color: #0000ff; background: #ffffff;"&gt;ole2incl&lt;/SPAN&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif; color: #0000ff; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; background: #ffffff; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit; background-position: initial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif; color: #0000ff; background: #ffffff;"&gt;&lt;SPAN style="font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #0000ff; background-position: initial;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; background-position: initial;"&gt;data &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; background-position: initial;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; background-position: initial;"&gt;ole &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; background-position: initial;"&gt;type &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; background-position: initial;"&gt;ole2_object&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; background-position: initial;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #0000ff; background-position: initial;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; background-position: initial;"&gt;voice &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; background-position: initial;"&gt;type &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; background-position: initial;"&gt;ole2_object&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; background-position: initial;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #0000ff; background-position: initial;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; background-position: initial;"&gt;text&amp;nbsp;&amp;nbsp; type &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; background-position: initial;"&gt;string&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; background: #ffffff; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit; background-position: initial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #0000ff; background-position: initial;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; background-position: initial;"&gt;create &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; background-position: initial;"&gt;object voice &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; background-position: initial;"&gt;‘SAPI.SpVoice’&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit; background-position: initial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #0000ff; background-position: initial;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; background-position: initial;"&gt;text &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; background-position: initial;"&gt;‘Meeting Start time should be less than meeting End Time.’&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; background-position: initial;"&gt;.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; background-position: initial;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; background-position: initial;"&gt;call method of &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; background-position: initial;"&gt;voice &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; background-position: initial;"&gt;‘Speak’ &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit; background-position: initial;"&gt;ole&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 1.3em; font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-position: initial;"&gt;exporting #1 = text.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 13:27:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-do-this-small-visual-basic-code-in-abap/m-p/5988853#M1342155</guid>
      <dc:creator>basarozgur_kahraman</dc:creator>
      <dc:date>2014-09-12T13:27:50Z</dc:date>
    </item>
  </channel>
</rss>

