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

Text Editor

Former Member
0 Likes
483

Hi Guys,

I need to update automatically the text editor data without PAI events.

Means, I have created a module pool with a text editor. Now there is a scenario when some data I need to update in that text editor automatically means without any PAI event.

What I tried is to call a function module in a new task and after completing that task I am calling a routine in which I am retrieving the data which I am supposed to update.I am getting the data but its not updating!!

We use sometimes DYNPRO_UPDATE_VALUES but that is for simple fields in module pool which can be updated without any PAI event. But in my case this is an text editor but not a field so I have some problem.

Can anyone please give some idea on this ?

Thanks,

Somnath

2 REPLIES 2
Read only

Former Member
0 Likes
445

Hello,

Try using the FM 'DYNP_VALUES_READ' to read the values fo the text-editor in the module pool screen. It might work as per your reqmts.

Regards,

Mansi.

Read only

Former Member
0 Likes
445

Hi, your requirement is not clear.

Use this method to get new data from text editor CALL METHOD gp_objective->get_text_as_r3table into internal table. You can modify the data in the internal table as per your requirement.

-Somi Reddy