Application Development and Automation 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: 
Read only

class cl_gui_abapedit

Former Member
0 Likes
412

Hi,

i use the class cl_gui_abapedit and i want to set the line length char 72. how can i do it? i found a method "set_limit_text" but i do not know how to impliment it. can anybody helps me please?

thanx

2 REPLIES 2
Read only

Former Member
0 Likes
348

Hi,

What about: go_editor->set_limit_text( 72 )?

But I think the constructor already has a parameter defaulted to 72 for line length (MAX_NUMBER_CHARS), no?

Kr,

Manu.

Read only

0 Likes
348

thnx,

Yes, the constructor already has a parameter defaulted to 72 for line length (MAX_NUMBER_CHARS).