<?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: Spell Checking in SAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/spell-checking-in-sap/m-p/800480#M40844</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jan 2013 04:36:16 GMT</pubDate>
    <dc:creator>jmasters</dc:creator>
    <dc:date>2013-01-14T04:36:16Z</dc:date>
    <item>
      <title>Spell Checking in SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spell-checking-in-sap/m-p/800475#M40839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Release 6.10 Gui there is a spell check option but this falls rather short of say, the MS Word spell checker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What we would like to do is to spell check text that has been entered into a standard text edit control in SAP.  We were thinking of taking the text, passing it into MS Word via OLE, spell checking it and then passing it back into the control with coloured text for mis-spelled words for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?  Has anyone achieved this or has perhaps another solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help obviously gratefully receieved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2004 11:07:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spell-checking-in-sap/m-p/800475#M40839</guid>
      <dc:creator>IanStubbings</dc:creator>
      <dc:date>2004-06-25T11:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Spell Checking in SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spell-checking-in-sap/m-p/800476#M40840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think, better have MS Word document embedded on to the SAP screen (in place of text edit control) and have all the features enabled for the user. You can also supress the buttons and tool bar of MS WORD and have your own specific buttons. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the word document, enable the auto spell check while typing so it will be prompted if it is mis-spelled. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other option, as you said writing a macro pass the text to the macro to check the spelling but this may be time consuming and might impact the performance compared to the first option...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards&lt;/P&gt;&lt;P&gt;Surgu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jun 2004 03:30:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spell-checking-in-sap/m-p/800476#M40840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-06-26T03:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Spell Checking in SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spell-checking-in-sap/m-p/800477#M40841</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;I also recommend you to use an MS Word editor embedded in your screen. That will be easier and flexible. Example programs exist in SAP repository.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Serdar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jun 2004 19:51:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spell-checking-in-sap/m-p/800477#M40841</guid>
      <dc:creator>ssimsekler</dc:creator>
      <dc:date>2004-06-26T19:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Spell Checking in SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spell-checking-in-sap/m-p/800478#M40842</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;I have an example posted here in SDN itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/ms" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/ms&lt;/A&gt; word-like spell checker for sap gui fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Note: The OCX file which i have with this example is to simplify certain things -  we could also achieve the same (without the OCX) with OLE methods as pointed out by Surgu and Serdar)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Jun 2004 07:07:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spell-checking-in-sap/m-p/800478#M40842</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2004-06-27T07:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Spell Checking in SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spell-checking-in-sap/m-p/800479#M40843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks to all the replies.  We will try out the OCX route first and then the embedded Word Editor next.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2004 07:08:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spell-checking-in-sap/m-p/800479#M40843</guid>
      <dc:creator>IanStubbings</dc:creator>
      <dc:date>2004-07-14T07:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Spell Checking in SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spell-checking-in-sap/m-p/800480#M40844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 04:36:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spell-checking-in-sap/m-p/800480#M40844</guid>
      <dc:creator>jmasters</dc:creator>
      <dc:date>2013-01-14T04:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Spell Checking in SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spell-checking-in-sap/m-p/800481#M40845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 09:25:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spell-checking-in-sap/m-p/800481#M40845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-07T09:25:10Z</dc:date>
    </item>
  </channel>
</rss>

