SO_NEW_DOCUMENT_ATT_SEND_API1 - 将文档作为邮件的一部分发送 SO_SPLIT_FILE_AND_PATH – 将一个包含路径的全文件名分割为文件名和路径 SO_SPOOL_READ – 根据SPOOL号获得printer spool SO_WIND_SPOOL_LIST – 根据用户浏览printer spool号 SX_OBJECT_CONVERT_OTF_PDF –从OTF转换为PDF (SAP 脚本转换) SX...
Hello all, I have used SO_NEW_DOCUMENT_ATT_SEND_API1 to send a PDF attachment. It is sent successfully but when i try to open the PDF attachment, it says 'There is an
3.函数 : SO_NEW_DOCUMENT_SEND_API1 功能﹕向SAP 用户的收信箱中发送Email(内容存与内表中) CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1' EXPORTING document_data = email_send document_type = 'RAW' put_in_outbox = 'X' put_in_outbox = '' TABLES object_content = it_data receivers = email_...
SEND EMAIL SO_DOCUMENT_SEND_API1 FUNCTIONzcrm_send_email_and_attach .*"---*"*"Local Interface:*" IMPORTING*" VALUE(IV_TITLE) TYPE STRING OPTIONAL*" VALUE(IV_HEADER) TYPE STRING OPTIONAL*" VALUE(IV_BODY) TYPE STRING OPTIONAL*" VALUE(IT_TABLE) TYPE ANY TABLE OPTIONAL*" EXPORTING*" VAL...
Hi, we use the FM SO_NEW_DOCUMENT_ATT_SEND_API1 to send a report as txt attachment. The problem is that the attachment in the email contains only the first character of
Solved: Hi, I'm using FM SO_NEW_DOCUMENT_ATT_SEND_API1 and is working fine, but I need a help how can I put record on next line in excel format, eg: output: must be:
Hi, I am using function module SO_DOCUMENT_SEND_API1 to send mail with excel attachment.But i am getting error 6 when i pass karthi@company.com as sender address. But at
SO_NEW_DOCUMENT_ATT_SEND_API1 -将文档作为邮件的一部分发送 SO_SPLIT_FILE_AND_PATH –将一个包含路径的全文件名分割为文件名和路径 SO_SPOOL_READ –根据SPOOL号获得printer spool SO_WIND_SPOOL_LIST –根据用户浏览printer spool号 SX_OBJECT_CONVERT_OTF_PDF –从OTF转换为PDF (SAP脚本转换) ...
objtxt = 'send by SO_NEW_DOCUMENT_ATT_SEND_API1 '. APPEND objtxt. DESCRIBE TABLE objtxt LINES righe_testo. READ TABLE objtxt INDEX righe_testo. * Document attribute doc_chng-obj_name = 'AABB'. doc_chng-expiry_dat = sy-datum + 10. doc_chng-obj_descr = '邮件标题'. doc_chng-...
SO_NEW_DOCUMENT_ATT_SEND_API1 after that basis person they can do the mailling config sowmya. Reply Sudhakargadde Participant 2013 Aug 19 12:25 PM 0 Kudos 528 SAP Managed Tags: ABAP Development Hello Sowmya, can u please check spool no is generated for the invoice, if then...