Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Set SOST Document Title

Former Member
0 Likes
1,744

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

1 ACCEPTED SOLUTION
Read only

kostas_tsioubris
Contributor
0 Likes
1,160

Hi,

you can try using the 'CREATE_FROM_MULTIRELATED' method from class 'CL_DOCUMENT_BCS'.

Kostas

3 REPLIES 3
Read only

kostas_tsioubris
Contributor
0 Likes
1,161

Hi,

you can try using the 'CREATE_FROM_MULTIRELATED' method from class 'CL_DOCUMENT_BCS'.

Kostas

Read only

0 Likes
1,160

Hi Kostas, could you explain further please, how to use this method?

Thanks again.

Read only

0 Likes
1,160

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