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

gui_upload

Former Member
0 Likes
653

Hi

Can i upload my PDF file

or TXT file

or JPEG file or any file type

via gui_upload or

if not then how to upload such file then i need to mail to perticular user - id

for exp. to user_id abap4 or like that

Pls help me on this

Points will be rewarded

Regards

Rajan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
621

hai,

u can upload PDF file has

File type = 'BIN'

u can upload TXT file has

File type = 'ASC'

For uploading JPEG file use Transaction SE78

Regards,

vikram

5 REPLIES 5
Read only

Former Member
0 Likes
621

Hello,

To attach it and send, take a look at these: [/people/thomas.jung3/blog/2004/09/08/sending-e-mail-from-abap--version-610-and-higher--bcs-interface], [/people/thomas.jung3/blog/2004/09/09/receiving-e-mail-and-processing-it-with-abap--version-610-and-higher] and [/people/gregor.wolf3/blog/2006/05/25/extend-thomas-jung146s-simple-mail-function-with-attachment-filename].

Regards,

Read only

Former Member
0 Likes
622

hai,

u can upload PDF file has

File type = 'BIN'

u can upload TXT file has

File type = 'ASC'

For uploading JPEG file use Transaction SE78

Regards,

vikram

Read only

Former Member
0 Likes
621

Hi,

Have u try with class CL_GUI_FRONTEND_SERVICES.

REgards

Kiran SURE

Read only

Former Member
0 Likes
621

Hi,

Refer this:

Regards,

Shiva Kumar

Read only

Former Member
0 Likes
621

thnxs

rajan