2014 Jul 17 2:54 AM
Hello Experts,
I have email text in so10. I read the text using READ_TEXT function module in my program and using SO_DOCUMENT_SEND_API1 function module to send emails. Now my problem is i need to make certain text as bold and underlined. I created a style in SE72 and assigned it to my So10 text. When i check print preview from So10 i can see the bold and underlined text but when i read the same text using READ_TEXT function module my new character format seems not working.
Kind regards,
Vivek
2014 Jul 17 5:12 AM
Hi.
- Start use cl_bcs .
- You need to convert the result of READ_TEXT to HTML or PDF .
Program Y_R_EITAN_TEST_10_02 .
For HTML see FORM mail_1_prep_6 .
For PDF see FORM mail_1_prep_4 .
Regards.
2014 Jul 17 5:12 AM
Hi.
- Start use cl_bcs .
- You need to convert the result of READ_TEXT to HTML or PDF .
Program Y_R_EITAN_TEST_10_02 .
For HTML see FORM mail_1_prep_6 .
For PDF see FORM mail_1_prep_4 .
Regards.
2014 Jul 18 10:35 AM
Thanks Eitan.. It works.
But when i send the email using the cl_bcs Unfortunately, I only get a grey status light which represents SENT in transaction SOST. But the email is sent successfully. How should i change it to green.
Thanks
Vivek
2014 Jul 18 1:55 PM
Hi,
When you say "the email is sent successfully" do you mean it arrived to its final destination (Gmail,Outlook etc.) ?
Show SOST to basis people.
Have you tried Y_R_EITAN_TEST_10_02 ?
On our site in DEVELOPMENT environment we need to "force" the mail in SOST to be sent and then it goes from yellow to green:
I sent the mail to my Gmail account and here we can see it in Mozilla Thunderbird:
Regards.
2014 Jul 17 5:44 AM
2014 Jul 17 11:38 AM
Hi vivek selvam,
its all just a matter of convertation. what you get after reading text is an ITF-Format. if you want an Emailprogramm (such as outlook) to display your text, you have to format it to HTML. Use FM "convert ITF to HTML" or "convert OTF to HTML" for the convertation.
Regards
Stefan Seeburger