‎2006 Feb 03 8:21 AM
Hello,
I'm using a Dynamic Document inside a dynpro but the data (add_text - display_document methods) are not refreshed even if I use the CL_GUI_TIMER to auto-refresh the contents of the dynpro.
Any idea?
Angelo
‎2006 Mar 31 6:50 AM
Hi Angelo.
Did you get any idea how to solve the problem? I face the same problem and found out, that if you use the print method (print_document) you get the refreshed document. But if you display the document you´ll get the old one.
Thanks for your or any othe´s reply.
Michael
‎2006 Mar 31 8:21 AM
Hi Michael,
I solved the problem making only one instance of the object to display and setting the REUSE_CONTROL parameter of DISPLAY_DOCUMENT method to 'X'. The CL_GUI_TIMER class is still needed.
Kind regards.
Angelo
‎2006 Mar 31 9:01 AM