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

Problem with Text Editor Control

Former Member
0 Likes
608

Hi All,

I have created a text editor control on the selection-screen and few other input fields. When i execute the report, it shows the alv output on the next standard screen. If i press BACK, EXIT OR CANCEL it goes back to the selection screen with Previous inputs. Immediately , When i run the execute again, it is not picking up the values of Text Editor Control. Please give me some ideas to resolve this. It works fine, if i go completely out of the program or rerun the program.

Thanks,

Kumar

3 REPLIES 3
Read only

Former Member
0 Likes
565

Hi Kumar,

After executuion, when you come back to the seletion screen with your old input values. check the internal table of the text editor is empty or not. if it is empty then populate the data into the internal table from the text editor.

this may solve your problem.

Regards,

Phani.

Read only

0 Likes
565

I am using the method get_text_as_r3table to get the data from the Text Edit Control. It works fine when i run the program first time, but when i run the same program without exiting, the same method is not getting the data.

Read only

0 Likes
565

Hi Kumar,

Can you please give me the code. so that I can try it out.

what is the version of the SAP system you are using?

Regards,

Phani.