‎2012 Jan 19 3:07 PM
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
‎2012 Feb 21 10:37 AM
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.
‎2012 Feb 21 11:43 AM
thnx,
Yes, the constructor already has a parameter defaulted to 72 for line length (MAX_NUMBER_CHARS).