Skip to Content
-1
Sep 06, 2023 at 10:12 PM

Download STRING/XSTRING to a file

123 Views Last edit Sep 06, 2023 at 10:14 PM 2 rev

Hi.

I have two variables (string and xstring types and content) with data obtained from a API response. The variable lv_responseissue contains Bin data of a ZIP file. The variable lv_responseissue_x contains xstring data of a ZIP file:

image.png

I need to download the content to a file, but I dont have a itab DATA_TAB because the API response has stored data to a string and xstring variables. How can I download this content to a file without the DATA_TAB? Or how can I create the DATA_TAB itab from any of the variables? I need to download a file for UNZIP after and open some files which are inside the ZIP file.

Thanks in advance.

Attachments

image.png (43.2 kB)