cancel
Showing results for 
Search instead for 
Did you mean: 

Spell Checker in Webdynpro ABAP

Former Member
0 Kudos

Dear Experts,

I need a help on Spell Checker in Webdynpro ABAP.

I have used TextEdit UI Element to enter some text. Once user enters any text in this UI element, then I need to check the spelling like MS Word(giving suggestions popup, correcting, ignoring etc..).

I already checked one function module "LXE_SP_CHECKSPELLING_TABLE_MS", but it is not working in WDA. It is giving ActiveX exception.

Kindly Let me know how I can achieve this.

Would appreciate if any useful replies.

Thanks & Regards,

Chandu

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member211591
Contributor
0 Kudos

Hi Chandu,

just install a spellchecker add-on/plugin for your browser.

BR

ismail

former_member211591
Contributor
0 Kudos

This doesn't work for UIElement TextEdit, but it does for FormattedTextEdit.

Regards