Application Development 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: 

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

Former Member
0 Kudos

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

naimesh_patel
Active Contributor
0 Kudos

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

0 Kudos

i think it will help me.

thanks .

ajit