Skip to Content
0
Former Member
Jun 02, 2009 at 11:05 AM

Font size issue while sending mail using FM SO_NEW_DOCUMENT_ATT_SEND_API1

89 Views

Hi all

I am sending mail using the FM SO_NEW_DOCUMENT_ATT_SEND_API1. I am using the below code to get bold letters for string "To Regional RSA". The issue is the font is too big .Can w reduce the font. If so pls let me . Thanks in advance.

lt_message-line = '<p style="background-color:#1E90FF;"><b>To Regional RSA</b></p>'.

APPEND lt_message .

CLEAR lt_message .

I am passing this internal table lt_message to FM.

Cheers,

sami.