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: 

replace EDITOR-CALL

Former Member
0 Kudos

In one of our program in our old system(4.6C) we used EDITOR-CALL to open text editor, now we upgrade to ECC6 and now I am noticed it in the TEXT EDITOR it is not word wrapping. the use of our EDITOR-CALL is to allow user to enter some comment, and then we have to store it for later use. Another program is reading this text , but now becasue of the word warp is not coming properly, it is storing only max 132 characters. any idea how can I fix it.

1 ACCEPTED SOLUTION

former_member194669
Active Contributor
0 Kudos

I don't find the fix for this problem.

I used fm EDIT_TEXT, READ_TEXT in place of EDITOR_CALL

3 REPLIES 3

former_member188685
Active Contributor
0 Kudos

are you using CL_GUI_TEXTEDIT class...? if so there is a method SET_WORDWRAP_BEHAVIOR , Try with it.

0 Kudos

no I was just using EDITOR-CALL FOR IT_CMNTS TITLE 'Comments'. it will automaticaly open the TEXT EDITOR

former_member194669
Active Contributor
0 Kudos

I don't find the fix for this problem.

I used fm EDIT_TEXT, READ_TEXT in place of EDITOR_CALL