abap2xlsx/ZA2X
Ivan ad22cf7eaf Improved memory usage and readability
Extract the parts for loading the file from application server /
presentation server into two new private methods.
Not only is the code better readable (currently, the very important LOAD
call at the end of the method almost vanishes after all that file
loading code)  - it also saves memory. Currently, when the LOAD message
is processed, not only the EXCEL_DATA xstring, but also BIN_TAB, the
auxiliary table of bytes which is retrieved from GUI_UPLOAD, is kept in
the memory as a redundant copy of the raw data, although during the
parse process it is not needed any more.
2014-02-24 16:04:18 -06:00
..
CLAS Improved memory usage and readability 2014-02-24 16:04:18 -06:00
DOMA Fixed #287 issue. Correct some old problems with langu="1" and add new functions as options for converter: 2013-08-11 18:48:00 +00:00
DTEL Fixed #287 issue. Correct some old problems with langu="1" and add new functions as options for converter: 2013-08-11 18:48:00 +00:00
INTF Load file has new importing parameter for sy-batch 2014-02-24 15:31:25 -06:00
MSAG Preparations to advance #268 2013-08-10 21:32:38 +00:00
PROG Suggestion by Rüdiger Plantiko 2014-02-24 15:24:18 -06:00
TABL Databar Conditional Formatting by Albert Lladanosa 2013-10-31 21:05:10 +00:00
TTYP Ready to test #139 2012-03-19 21:46:37 +00:00
WDYA Include WDA test by Jeff Woehler 2012-07-16 20:39:54 +00:00
WDYN Include WDA test by Jeff Woehler 2012-07-16 20:39:54 +00:00