2009 Aug 20 8:02 AM
Hi,
I have created a report program with a table control on its selection screen (on a subscreen).
The report executes perfectly, but, after the report execution, once the control comes back to the selection screen, the data entered in the table control gets cleared.
Please let me know how can I retain the data entered in the table control even after the report execution.
Regards,
David.
2009 Aug 20 8:12 AM
I dont remember exactly but
just 2 options
1) First export the Data
2) Import the data from the clusters when you click the back button
one more is not sure but there is key-word of "Hold " the data
Regards
sas
2009 Aug 20 8:07 AM
2009 Aug 20 8:07 AM
You will have to store data in table control in a transparent table and fill table again in event:
AT selection-screen output
2009 Aug 20 8:12 AM
I dont remember exactly but
just 2 options
1) First export the Data
2) Import the data from the clusters when you click the back button
one more is not sure but there is key-word of "Hold " the data
Regards
sas
2009 Aug 20 8:18 AM
Hello,
When control comes back to selection screen. PBO event executes and possibly internal table has got cleared somewhere before that.
Debug you code to find the exact problem line. You can also add watchpoint for internal table with value initial. So code will break in debug mode whenever internal table is cleared.
Hope this helps!
Thanks,
Augustin.
2009 Aug 21 4:50 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |