2008 Nov 20 3:43 PM
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
2008 Nov 20 3:47 PM
Have you called your containers different names?
Have you debugged through the problem to find out where it's going wrong?
If the answer to both of the above is 'Yes', please post your code.
2008 Nov 20 3:47 PM
Have you called your containers different names?
Have you debugged through the problem to find out where it's going wrong?
If the answer to both of the above is 'Yes', please post your code.
2008 Nov 20 4:23 PM