‎2005 Aug 09 4:03 PM
Hi,
I have a problem with the page not getting refreshed with new data.
I am creating a dynamic document with the class cl_dd_document. I select from a few custom tables and then display the document.
I have a link to change the data in an input enabled ALV . I change the database tables and then leave the screen and go to the first page with dynamic document. i refrefsh all the tables and references and select from the data base tables and recreate the document.
I debugged through the progarm and the HTML_TABLE has the new data.
However when the page displays it still has the old data and does not reflect the changes made.
Also is there a way to display data on a new page. Is there a similar statement like new page in dynamic documents. There are no methods for new page in any nof the classes.
Any help is greatly appreciated.
Jose Vellaiparambil
[email removal]
‎2005 Oct 27 9:29 AM
To refresh data you have to set the parameter reuse_control (of method display_document) to 'X' (not the first time, but each time you fresh the data). Hope that helps.
‎2005 Oct 27 9:29 AM
To refresh data you have to set the parameter reuse_control (of method display_document) to 'X' (not the first time, but each time you fresh the data). Hope that helps.