‎2007 Oct 12 10:30 AM
Hello Experts!
For my email function, I am using class CL_BCS to send any emails and attachments from my program. Mr problem is that although the email is being sent, when you look at transaction SOST the Document Title is blank. So, is there a method or another class that sets the Document Title? Points for any helpful answer.
Thanks,
Maple
‎2007 Oct 12 10:55 AM
Hi,
you can try using the 'CREATE_FROM_MULTIRELATED' method from class 'CL_DOCUMENT_BCS'.
Kostas
‎2007 Oct 12 10:55 AM
Hi,
you can try using the 'CREATE_FROM_MULTIRELATED' method from class 'CL_DOCUMENT_BCS'.
Kostas
‎2007 Oct 12 11:45 AM
Hi Kostas, could you explain further please, how to use this method?
Thanks again.
‎2007 Oct 12 12:33 PM
Hi,
i don't have a proper system available right now but you can take a look at these two blogs, I believe they will help you a lot with your question.
/people/pavan.bayyapu/blog/2005/08/30/sending-html-email-from-sap-crmerp
/people/pavan.bayyapu/blog/2006/08/21/sending-html-email-from-sap-crmerp--2
Kostas