Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

function module for converting pdf file and function module for conzip file

Former Member
0 Likes
649

Hi all

In present scenario i am downloading a flat file by using gui_downlaod.

But customer wants to download that flat file either in pdf format or in zip file format.

So i want to know is there any function module available for this solution. if exist then give with example.

Thanks & Regards

Ajit Kumar

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
352

You can use the class cl_abap_gzip to convert your file to ZIP.

Check this thread:

https://forums.sdn.sap.com/click.jspa?searchID=6915343&messageID=4440732

Regards,

Naimesh Patel

Read only

0 Likes
352

i think it will help me.

thanks .

ajit