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: 

wa_editor->get_text_as_r3table problem

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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.

2 REPLIES 2

Former Member
0 Kudos

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.

Former Member
0 Kudos

THANKS