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

attachment name while sending mail

former_member799868
Participant
0 Likes
555

i want to give attachenemt name as order.pdf while sending the mail with attachment ,i am using SO_DOCUMENT_SEND_API1 function module to send the mail with attacnment

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
516

Hi,

  • At the attachement parameters ,pass ur value to

li_objpack-obj_descr = 'order.pdf '.

Hi,

  • At the attachement parameters ,pass ur value to

li_objpack-obj_descr = 'order.pdf '.

3 REPLIES 3
Read only

Former Member
0 Likes
516

Kranti,

Try the code in this link..

Instead of giving ipacking_list-doc_type as XLS, give it as PDF.

ipacking_list-obj_descr : description

ipacking_list-obj_name : name of the file

Regards

Indu

Read only

Former Member
0 Likes
516

hi..

use OBJ_NAME parameter to to name ur attachment

Read only

Former Member
0 Likes
517

Hi,

  • At the attachement parameters ,pass ur value to

li_objpack-obj_descr = 'order.pdf '.