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:

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.