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

So10 Text

Former Member
0 Likes
4,417

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

1 ACCEPTED SOLUTION
Read only

rosenberg_eitan
Active Contributor
0 Likes
2,989

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.

5 REPLIES 5
Read only

rosenberg_eitan
Active Contributor
0 Likes
2,990

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.

Read only

0 Likes
2,989

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

Read only

0 Likes
2,989

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.

Read only

kiran_k8
Active Contributor
0 Likes
2,989

Vivek,

Check if the below Doc can give you some lead.

K.Kiran.

Read only

Former Member
0 Likes
2,989

Hi