‎2009 Jul 13 9:21 AM
Please use a more meaningful subject in future
Hi Expert,
The requirement is to send mail with the subjet line having more than 100 character.
I am using FM 'SO_NEW_DOCUMENCT_SEND_API1'. It has import parameter DOCUMENT_DATA where we can maintain subject, but upto 50 char only .
What to do for sending mail with more than 50 char in the subject line???
Thanks in advance,
Reg,
Akhtar.
Edited by: Matt on Jul 13, 2009 12:52 PM
‎2009 Jul 13 9:23 AM
hi
we can not have the subject line more than that.
regards
geeta gupta
‎2009 Jul 13 9:27 AM
‎2009 Jul 13 9:32 AM
‎2009 Jul 13 9:41 AM
Hi Akthar, <li> Using SO_NEW_DOCUMENCT_SEND_API1 function module, not possible to set Subject more than 50 char. <lI> Instead you can use CL_BCS class to send mail. You can send same with what you want. <li> Demo programs on that class are BCS_EXAMPLE_n. Where n = 1 to 7. Thanks Venkat.O
‎2009 Jul 13 9:49 AM
Hi Akhtar,
Use class CL_BCS method SET_MESSAGE_SUBJECT to achieve this.
Regards,
Saumya
‎2009 Jul 13 11:52 AM