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

Uploading Zip file into ABAP Program

Former Member
0 Likes
1,027

Hi,

I have a task to upload zip file in ABAP and mail it.

Note: this file in not internal table of pdf generted from program it is external file available in harddisk .

Please help me on this.

Thanks & Regards,

Amit

3 REPLIES 3
Read only

venkat_o
Active Contributor
0 Likes
680

Hi, <li> Upload using GUI_UPLOAD function module with FILETYPE = 'BIN' and send it as attachment. <li>You can search the forum to send mail with attachment. Thanks Venkat.O

Read only

Former Member
0 Likes
680

OK everyone - let's please try to respect the 2,500 character posting limit, and not try to get around it with multiple posts.

Post only the relevant portion of code.

Rob

Read only

rainer_hbenthal
Active Contributor
0 Likes
680

I would use a proper tool for this eg Outlook