‎2009 Apr 16 3:34 AM
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
‎2009 Apr 16 5:11 AM
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.
‎2009 Jun 30 9:17 PM
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