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: 

Add spell checker on text editor

Former Member
0 Kudos

Hi Experts

I need to add spell checker on text editor in a Z screen. Can anyone tell me how to achieve it.

Thanks and Regards

Ashutosh

1 REPLY 1

Former Member
0 Kudos

Hi Ashutosh,

Maybe you can create a handle class to monitor data change event, and call object_CL_GUI_TEXTEDIT->register_event().  Data change event is handled by a custom form, then in this form write your spell checker logic. I think all similar with process alv data change event, just class is different.  I have not done this before, so just try.

regards,

Archer