2006 Mar 11 4:39 PM
Guy's
while sending mail using sm37 spool list recipient
mail goes in HTML format ,i need to send mail
in excel format,can any body help me regarding this.
Guy's
while sending mail using sm37 spool list recipient
mail goes in HTML format ,i need to send mail
in excel format,can any body help me regarding this.
2006 Mar 11 6:15 PM
2007 Oct 29 7:48 AM
I also encounted this issue, and moreover, when I checked the spool list, there have 34 pages when view at the foregroud via SP02, but when sent the spool list out, there only received 16 pages in the mail, Could anybodty helps?
2007 Oct 29 8:26 AM
Hi,
Use 'SO_NEW_DOCUMENT_ATT_SEND_API1' FM.
wa_objpack-transf_bin = 'X'.
wa_objpack-head_start = 1.
wa_objpack-head_num = 1.
wa_objpack-body_start = 1.
wa_objpack-body_num = gv_tab_lines.
wa_objpack-obj_langu = sy-langu.
wa_objpack-doc_type = 'XLS'.
wa_objpack-obj_name = 'ATTACHMENT'.
wa_objpack-obj_descr = lv_subject.
wa_objpack-doc_size = gv_tab_lines * 250.
APPEND wa_objpack TO it_objpack.
Hope this helps.
Benedict
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |