‎2005 Mar 24 8:09 AM
Hi Everyone,
Am using the FM SO_NEW_DOCUMENT_ATT_SEND_API1 to trigger an email to the Internet addresses..Every thing is fine but in the body of the email every sixth line is breakin in to two different lines.Since we are doing a SAP Version Upgrade from 4.5B to 4.7E,we found the problem only in 4.7,where as for the same code in 4.5B this FM works fine.
Please advice how to go about it.
Regards,
Rajeev
‎2007 Jun 27 12:34 PM
Hi Rajeev,
have u got solution? I am facing the same problem.
Regards,
Manoj
‎2007 Jun 27 12:40 PM
hi,
have a look at www.service.sap.com/notes and check if there is any SAP note related to this error.
warm regards,
n.jain
‎2008 Jul 09 4:50 PM
i used a different approach while buildng the attachment.
Rajev
‎2008 Jul 09 5:01 PM
Hi,
Try like this...
either use a standard text and then use FM READ TEXT and pass this table to SO_NEW_DOCUMENT_ATT_SEND_API1
or in the internal table u are populating give as follows..
insert 'text1' into itab index 1.
insert 'text2' into itab index 2.
append itab.
Regards,
Sai