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.