‎2008 Apr 15 2:29 PM
Hello All,
I am uisng Fm so_new_document_send_ap11 for sending email.
In this for subject line length is 50 char. but in my requirment subject in is 150 to 180 char.
Is there any other fm to send email with more length of subject line.
By using SO_NEW_DOCUMENT_SEND_API1 FM for sendig mail, I am getting NEW_OBJECT_ID in exporting parameters.
Is there any SAP office Function module for sending mail with long length of subject line....
It is very urgent....
Thanks,
Feroz.
‎2008 Apr 15 4:45 PM
I don't think there is another function module, however you might want to consider using the BCS classes if available on your system. But before doing so, also check how long the subject text in this case may be. Look at blog:
/people/thomas.jung3/blog/2004/09/08/sending-e-mail-from-abap--version-610-and-higher--bcs-interface
‎2008 Apr 15 4:45 PM
I don't think there is another function module, however you might want to consider using the BCS classes if available on your system. But before doing so, also check how long the subject text in this case may be. Look at blog:
/people/thomas.jung3/blog/2004/09/08/sending-e-mail-from-abap--version-610-and-higher--bcs-interface
‎2008 Dec 05 2:29 PM
I have written a custom function module which covers all this functions