Hi,
i would like to save a string on the presentation server. Using the FM gui_download or the method gui_download from class cl_gui_front_end_services are only accepting tables for saving.
Of course i can copy the string to stringtable resulting in a table having one row. But because the string can be really very long, i want to avoid duplicating the amount of used memory. Is there any way to save the string directly?
Add a comment