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

issue with multiple attachments in email program

Former Member
0 Likes
341

Hi All,

i need one program which sends 3 excel sheets as an atatchments. in these attachments data should be separated by tab. i am not able to find suitable program for the requirement anybody can send me the code .

thanks,

maheedhar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
324

hi,

Refer to this link...

Cancatenate fields of internal table CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB to get the tab position between the fields.

1 REPLY 1
Read only

Former Member
0 Likes
325

hi,

Refer to this link...

Cancatenate fields of internal table CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB to get the tab position between the fields.