Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Spell check

Former Member
0 Kudos

Hello All,

A form needs to be displayed and inputs from the user logged in. There are a total of 3 pages.

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.)

Please also suggest what will be the best approach - report, module pool or something else?

Regards,

Michael

3 REPLIES 3

Former Member
0 Kudos

i think for spell checking facility you first need to maintain word database for English....

then you can develop your own logic to do this spell check....

as and when new words are introudced you can add them to your database...

Former Member
0 Kudos

Hi,

I could find this thread, hope it helps you in some way

Regards,

Manish

sujeet2918
Active Contributor
0 Kudos

Hello Michael,

just try to understand with belo function Modules, may be it will solve your problem :

SPELL_CHECK

SPELL_CHECK_IN_LISTS

SOTR_TEXT_CHECK_DLG_SPELLING

SOTR_TEXT_CHECK_SPELLING " you can set language also prefer this

but first you store your all text in one variable of type string or LIKE SOTR_TEXT-TEXT.

try and if you get any problem then please let me know

Have a Nice Day,

Cheers,

Sujeet

Edited by: Sujeet Mishra on May 21, 2009 8:23 AM