2022 Jun 29 11:41 AM
Hi All,
I am trying to download zip file in zip format. But the downloaded file is corrupted. I am able to download unzipped files separately.
Has anyone achieved downloading zip file in zip format to your pc from application server?
2022 Jun 29 11:49 AM
2022 Jun 29 12:09 PM
It's not difficult, just use binary mode, indicate the number of bytes to write, and conversion from xstring to table of bytes can be done for instance with CL_BCS_CONVERT=>XSTRING_TO_SOLIX.
2022 Jul 06 9:13 AM
then I have called GUI_DOWNLOAD
it is getting downloaded as zip folder and inside it one file with corrupted data is there ..
2022 Jul 12 5:21 PM
Closing thread. Found the solution.
after reading the zip file divide it by 1024 type
ENDIF.