Hi All,
I am sending an email to outlook using the CL_BCS class .
Here I am using the type RAW data. But it is removing line breaks for some data in outlook.
"Extra line breaks in this message were removed" .
Did i miss anything here .
lo_document = cl_document_bcs=>create_document(
i_type = lc_raw
i_text = lt_data " Which is having the data
i_length = '255'
i_subject = lv_subj_doc ).
regards,rama