<?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 Spell check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/spell-check/m-p/5641971#M1284050</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A form needs to be displayed and inputs from the user logged in. There are a total of 3 pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our requirement is to provide a spell check functionality to the user. This needs to be done for english (and later on extended to other languages.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please also suggest what will be the best approach - report, module pool or something else?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 May 2009 05:56:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-21T05:56:18Z</dc:date>
    <item>
      <title>Spell check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spell-check/m-p/5641971#M1284050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A form needs to be displayed and inputs from the user logged in. There are a total of 3 pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our requirement is to provide a spell check functionality to the user. This needs to be done for english (and later on extended to other languages.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please also suggest what will be the best approach - report, module pool or something else?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 05:56:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spell-check/m-p/5641971#M1284050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T05:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Spell check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spell-check/m-p/5641972#M1284051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think for spell checking facility you first need to maintain word database for English....&lt;/P&gt;&lt;P&gt;then you can develop your own logic to do this spell check....&lt;/P&gt;&lt;P&gt;as and when new words are introudced you can add them to your database...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 05:59:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spell-check/m-p/5641972#M1284051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T05:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Spell check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spell-check/m-p/5641973#M1284052</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 could find this thread, hope it helps you in some way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="63848"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 06:00:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spell-check/m-p/5641973#M1284052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T06:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Spell check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spell-check/m-p/5641974#M1284053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just try to understand with belo function Modules, may be it will solve your problem :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPELL_CHECK&lt;/P&gt;&lt;P&gt;SPELL_CHECK_IN_LISTS&lt;/P&gt;&lt;P&gt;SOTR_TEXT_CHECK_DLG_SPELLING&lt;/P&gt;&lt;P&gt;SOTR_TEXT_CHECK_SPELLING          " you can set language also  prefer this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but first you store your all text in one variable of type string or LIKE SOTR_TEXT-TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try and if you get any problem then please let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a Nice Day,&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sujeet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sujeet Mishra on May 21, 2009 8:23 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 06:18:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spell-check/m-p/5641974#M1284053</guid>
      <dc:creator>SujeetMishra</dc:creator>
      <dc:date>2009-05-21T06:18:02Z</dc:date>
    </item>
  </channel>
</rss>

