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

ZIP file creation on Application server

Former Member
0 Likes
603

Below is the my requirement.

1. I need to create a zip file on application server

2. Need to add more than one Text files to Zip file through ABAP program

If you have any documents, please send to subbarao.jagarlamudi@capgemini.com

It is very urgent reuirement. Please help to me.

Regards,

Subbaro

1 REPLY 1
Read only

Former Member
0 Likes
390

Hi,

Goto the Tcode FILE. Here you need to define the appserver file attributes. Generally the Logical file path and the logical file name will be mapped to the Physical file in this tcode. Also you can provide the file attributes as per the OS you are using.

I think the <b>ZIP file cannot be created</b> through ABAP coding.

The supported file formats are

ASC ASCII

BIN Binary

DBF DBASE format

IBM ASCII with IBM code page conversion (DOS)

WK1 Spreadsheet format

DAT ASCII data table with column tab

Hope this helps you.

Regards,

Subbu.