Skip to Content
0
Former Member
Nov 20, 2008 at 03:43 PM

wa_editor->get_text_as_r3table problem

61 Views

Hello,

I have defiend a Text Edit area control on a screen of a dialog prorgam.

Basically I have 2 subscreens on a screen, one contains a ALV Grid control with fixed 9 rows and 2 coulmns with editable functionality.Another one contains this Text edit area control.

I am using following method to get the Text from the text edit area into program:-

wa_editor->get_text_as_r3table.

It works fine when there are no data entered / changed in ALV grid or changed for a few rows.

But If I change data for all rows in ALV, Somehow wa_editor->get_text_as_r3table does not return me the lines which I have entered into the text area.

The reference to the object wa_editor is there and I havent used delete_text before reading.

So please advice.

Thanks.

Anand