http://www.sap-basis-abap.com/abap011.htm Reward points if this Helps. Manish
SAP Managed Tags: ABAP Development HI. I am doing a code for mail sending from ABAP to SOST and SBWP(SAP Inbox).Using the function module is SO_NEW_DOCUMENT_ATT_SEND_API1.mail is sending only for SBWP but it is not received in SOST,could you tell me how to find solution for th...
2 REPLIES Former Member Options 2010 Aug 1712:08 PM 0Kudos 84 SAP Managed Tags: ABAP Development Are you sure the docsize calc is correct? SeeSAP Note 609696for full documentation, including working code, for these APIs.
ENDIF. "&--- END of Check the Sender Email id or SAP User id is got or not. Edited by: Siong Chao on Nov 10, 2011 12:39 PM Edited by: Siong Chao on Nov 10, 2011 12:41 PM Compare your code with this. This code works fine in our production system. Other things you may want...
"邮件签名lv_mess='This email is automatically sent by SAP, if you have any questions, please contact me in time. Thank you!'.MOVElv_messTOi_objtxt-line.APPENDi_objtxt.CLEAR:lv_mess,i_objtxt.DESCRIBETABLEi_objtxtLINESv_lines_txt. ...
SAP Managed Tags ABAP Development Hi All, I'm using ECC 6.0 version, I'm trying to attach a pdf file to a mail using the function module SO_NEW_DOCUMENT_ATT_SEND_API1. But gtting error as "wasn't decoded correctly", but the same coding is working fine in 4.6 version. What change...
l_wa_recv-receiver = l_sap_user . l_wa_recv-express = 'X'. l_wa_recv-rec_type = 'B'. APPEND l_wa_recv TO reclist. CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1' EXPORTING document_data = doc_chng " mail header put_in_outbox = ' ' ...
SAP Managed Tags ABAP Development Hi All, I'm using ECC 6.0 version, I'm trying to attach a pdf file to a mail using the function module SO_NEW_DOCUMENT_ATT_SEND_API1. But gtting error as "wasn't decoded correctly", but the same coding is working fine in 4.6 version. What changes...
SAP Managed Tags ABAP Development Hi experts , I am using FM ... SO_NEW_DOCUMENT_ATT_SEND_API1 to send emails CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1' EXPORTING document_data = l_t_doc_data put_in_outbox = 'X' commit_work = 'X' TABLES packing_list = l_t_pack object_head...
SAP Managed Tags SAP Sapphire ABAP Development Mobile Hi, I am using theFunction module SO_NEW_DOCUMENT_ATT_SEND_API1 to send a XLS file as an attachment in mail. This is working for the SAP user name (receiver-REC_TYPE = 'B') but not for internet address (receiver-REC_TYPE = '...