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: 

attachment name while sending mail

former_member799868
Participant
0 Kudos

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

Former Member
0 Kudos

Hi,

  • At the attachement parameters ,pass ur value to

li_objpack-obj_descr = 'order.pdf '.

3 REPLIES 3

Former Member
0 Kudos

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

Former Member
0 Kudos

hi..

use OBJ_NAME parameter to to name ur attachment

Former Member
0 Kudos

Hi,

  • At the attachement parameters ,pass ur value to

li_objpack-obj_descr = 'order.pdf '.