2023 Oct 18 3:47 PM
Hi need to align email body in the below code "THANKS & REGARDS , SENDER" is showing on the right side
how to align on left side please check the attachment
wa_text-line = 'DEAR RECEPIENT,'.
append wa_text to i_text.
wa_text-line = 'PLEASE FIND THE PO DETAILS AS REQUESTED IN THE ATTACHMENT.'.
append wa_text to i_text.
wa_text-line = 'THANKS & REGARDS , SENDER'.
append wa_text to i_text.
clear wa_text.
2023 Oct 18 4:15 PM
If you really want to format the body text, switch to an html format, as more options are available.
2023 Oct 20 3:40 PM
2023 Oct 18 4:30 PM
I know that you tried your best to format the code correctly, but right now the formatting is terrible. Better check your question after posting and don't format at all if you can't make it look better.
2023 Oct 20 3:33 PM
Try the below FMs or search FMs with (*WORD*WRAP*) in SE37
HR_PL_WORD_WRAP
RKD_WORD_WRAP
SDB_WORD_WRAP.
if required to use delimiter, add it at end of each line and replace with blank after the FM call.